OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:authmethods
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
auth2.c
87
Authmethod *
authmethods
[] = {
variable
512
for (i = 0;
authmethods
[i] != NULL; i++) {
513
if (strcmp(
authmethods
[i]->cfg->name, "none") == 0)
515
if (
authmethods
[i]->cfg->enabled == NULL ||
516
*(
authmethods
[i]->cfg->enabled) == 0)
518
if (!auth2_method_allowed(authctxt,
authmethods
[i]->cfg->name,
522
authmethods
[i]->cfg->name)) != 0)
538
for (i = 0;
authmethods
[i] != NULL; i++) {
539
if (strcmp(name,
authmethods
[i]->cfg->name) == 0 ||
540
(
authmethods
[i]->cfg->synonym != NULL &
[
all
...]
sshconnect2.c
398
Authmethod
authmethods
[] = {
variable
2434
for (method =
authmethods
; method->name != NULL; method++)
2501
for (method =
authmethods
; method->name != NULL; method++) {
Completed in 16 milliseconds
Indexes created Thu May 14 00:25:00 UTC 2026