Home
last modified time | relevance | path

Searched refs:auth2_record_key (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssh/
H A Dauth.h151 void auth2_record_key(Authctxt *, int, const struct sshkey *);
H A Dauth2-hostbased.c155 auth2_record_key(authctxt, authenticated, key); in userauth_hostbased()
H A Dauth2.c721 auth2_record_key(Authctxt *authctxt, int authenticated, in auth2_record_key() function
H A Dauth2-pubkey.c265 auth2_record_key(authctxt, authenticated, key); in userauth_pubkey()
H A Dmonitor.c1234 auth2_record_key(authctxt, 0, key); in mm_answer_keyallowed()
1507 auth2_record_key(authctxt, ret == 0, key); in mm_answer_keyverify()