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

/freebsd-13-stable/crypto/openssh/
H A Dauth2.c749 (tmp = recallocarray(authctxt->prev_keys, authctxt->nprev_keys,
750 authctxt->nprev_keys + 1, sizeof(*authctxt->prev_keys))) == NULL)
752 authctxt->prev_keys = tmp;
753 authctxt->prev_keys[authctxt->nprev_keys] = dup;
766 if (sshkey_equal_public(key, authctxt->prev_keys[i])) {
767 fp = sshkey_fingerprint(authctxt->prev_keys[i],
770 sshkey_type(authctxt->prev_keys[i]),
H A Dauth.h89 struct sshkey **prev_keys; member in struct:Authctxt

Completed in 93 milliseconds