Home
last modified time | relevance | path

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

/external/openssh/
Dauth2.c698 sshkey_free(authctxt->auth_method_key); in auth2_authctxt_reset_info()
700 authctxt->auth_method_key = NULL; in auth2_authctxt_reset_info()
736 sshkey_free(authctxt->auth_method_key); in auth2_record_key()
737 authctxt->auth_method_key = dup; in auth2_record_key()
798 if (authctxt->auth_method_key != NULL) { in auth2_update_session_info()
800 (r = sshkey_format_text(authctxt->auth_method_key, in auth2_update_session_info()
Dauth.h91 struct sshkey *auth_method_key; member
Dauth.c277 const struct sshkey *key = authctxt->auth_method_key; in format_method_key()