Searched refs:auth_method_key (Results 1 – 3 of 3) sorted by relevance
694 sshkey_free(authctxt->auth_method_key); in auth2_authctxt_reset_info()696 authctxt->auth_method_key = NULL; in auth2_authctxt_reset_info()732 sshkey_free(authctxt->auth_method_key); in auth2_record_key()733 authctxt->auth_method_key = dup; in auth2_record_key()794 if (authctxt->auth_method_key != NULL) { in auth2_update_session_info()796 (r = sshkey_format_text(authctxt->auth_method_key, in auth2_update_session_info()
93 struct sshkey *auth_method_key; member
230 const struct sshkey *key = authctxt->auth_method_key; in format_method_key()