Home
last modified time | relevance | path

Searched refs:prev_keys (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.bin/ssh/
H A Dauth2.c689 (tmp = recallocarray(authctxt->prev_keys, authctxt->nprev_keys, in auth2_record_key()
690 authctxt->nprev_keys + 1, sizeof(*authctxt->prev_keys))) == NULL) in auth2_record_key()
692 authctxt->prev_keys = tmp; in auth2_record_key()
693 authctxt->prev_keys[authctxt->nprev_keys] = dup; in auth2_record_key()
706 if (sshkey_equal_public(key, authctxt->prev_keys[i])) { in auth2_key_already_used()
707 fp = sshkey_fingerprint(authctxt->prev_keys[i], in auth2_key_already_used()
710 sshkey_type(authctxt->prev_keys[i]), in auth2_key_already_used()
H A Dauth.h80 struct sshkey **prev_keys; member