| Home | Sort by: relevance | last modified time | path |
| /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 |