HomeSort by: relevance | last modified time | path
    Searched defs:auth_opts (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
sshd-auth.c 162 struct sshauthopt *auth_opts = NULL; variable in typeref:struct:sshauthopt
736 if ((auth_opts = sshauthopt_new_with_keys_defaults()) == NULL)
760 sshauthopt_free(auth_opts);
sshd-session.c 206 struct sshauthopt *auth_opts = NULL; variable in typeref:struct:sshauthopt
1226 if ((auth_opts = sshauthopt_new_with_keys_defaults()) == NULL)
sshconnect2.c 76 struct sshauthopt *auth_opts; variable in typeref:struct:sshauthopt

Completed in 99 milliseconds