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

  /src/crypto/external/bsd/openssh/dist/
sshd-auth.c 155 struct ssh *the_active_state; variable in typeref:struct:ssh
623 the_active_state = ssh;
sshd-session.c 203 struct ssh *the_active_state; variable in typeref:struct:ssh
1142 the_active_state = ssh;
1341 if (the_active_state != NULL && the_authctxt != NULL) {
1342 do_cleanup(the_active_state, the_authctxt);

Completed in 27 milliseconds