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 158 struct sshauthopt *auth_opts = NULL; variable in typeref:struct:sshauthopt
722 if ((auth_opts = sshauthopt_new_with_keys_defaults()) == NULL)
749 sshauthopt_free(auth_opts);
sshd-session.c 206 struct sshauthopt *auth_opts = NULL; variable in typeref:struct:sshauthopt
1233 if ((auth_opts = sshauthopt_new_with_keys_defaults()) == NULL)
sshconnect2.c 81 struct sshauthopt *auth_opts; variable in typeref:struct:sshauthopt

Completed in 29 milliseconds