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

  /src/crypto/external/bsd/openssh/dist/
sshd-auth.c 158 Authctxt *the_authctxt = NULL; variable
733 the_authctxt = authctxt;
sshd-session.c 202 Authctxt *the_authctxt = NULL; variable
1223 the_authctxt = authctxt;
1332 if (the_active_state != NULL && the_authctxt != NULL) {
1333 do_cleanup(the_active_state, the_authctxt);

Completed in 46 milliseconds