Home
last modified time | relevance | path

Searched refs:auth_method_key (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssh/
H A Dauth2.c740 sshkey_free(authctxt->auth_method_key); in auth2_authctxt_reset_info()
742 authctxt->auth_method_key = NULL; in auth2_authctxt_reset_info()
778 sshkey_free(authctxt->auth_method_key); in auth2_record_key()
779 authctxt->auth_method_key = dup; in auth2_record_key()
840 if (authctxt->auth_method_key != NULL) { in auth2_update_session_info()
842 (r = sshkey_format_text(authctxt->auth_method_key, in auth2_update_session_info()
H A Dauth.h93 struct sshkey *auth_method_key; member
H A Dauth.c233 const struct sshkey *key = authctxt->auth_method_key; in format_method_key()