HomeSort by relevance Sort by last modified time
    Searched refs:zero_knowledge_password_authentication (Results 1 - 7 of 7) sorted by null

  /external/openssh/
readconf.h 55 int zero_knowledge_password_authentication; /* Try jpake */ member in struct:__anon26787
servconf.h 111 int zero_knowledge_password_authentication; member in struct:__anon26794
auth2-jpake.c 93 if (options.zero_knowledge_password_authentication)
103 &options.zero_knowledge_password_authentication
servconf.c 139 options->zero_knowledge_password_authentication = -1;
278 if (options->zero_knowledge_password_authentication == -1)
279 options->zero_knowledge_password_authentication = 0;
978 intptr = &options->zero_knowledge_password_authentication;
    [all...]
readconf.c 450 intptr = &options->zero_knowledge_password_authentication;
    [all...]
sshconnect2.c 343 &options.zero_knowledge_password_authentication,
    [all...]
monitor.c     [all...]

Completed in 93 milliseconds