OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auth_methods
(Results
1 - 6
of
6
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
auth2.c
496
if (list_starts_with(authctxt->
auth_methods
[i], method,
582
strcmp(options.
auth_methods
[0], "any") == 0) {
583
free(options.
auth_methods
[0]);
584
options.
auth_methods
[0] = NULL;
591
authctxt->
auth_methods
= xcalloc(options.num_auth_methods,
592
sizeof(*authctxt->
auth_methods
));
595
if (auth2_methods_valid(options.
auth_methods
[i], 1) != 0) {
598
options.
auth_methods
[i]);
602
authctxt->num_auth_methods, options.
auth_methods
[i]);
603
authctxt->
auth_methods
[authctxt->num_auth_methods++]
[
all
...]
servconf.h
261
char **
auth_methods
;
member in struct:__anon186
334
M_CP_STRARRAYOPT(
auth_methods
, num_auth_methods, 1); \
auth.h
71
char **
auth_methods
; /* modified from server config */
member in struct:Authctxt
sshd-session.c
1032
if (auth2_methods_valid(options.
auth_methods
[i],
sshd.c
1526
if (auth2_methods_valid(options.
auth_methods
[i],
servconf.c
656
CLEAR_ON_NONE_ARRAY(
auth_methods
, num_auth_methods, "any");
2820
options->
auth_methods
= strs;
3661
o->num_auth_methods, o->
auth_methods
);
Completed in 28 milliseconds
Indexes created Fri Sep 18 00:27:12 UTC 2026