Searched refs:prev_keys (Results 1 – 2 of 2) sorted by relevance
739 (tmp = recallocarray(authctxt->prev_keys, authctxt->nprev_keys, in auth2_record_key()740 authctxt->nprev_keys + 1, sizeof(*authctxt->prev_keys))) == NULL) in auth2_record_key()742 authctxt->prev_keys = tmp; in auth2_record_key()743 authctxt->prev_keys[authctxt->nprev_keys] = dup; in auth2_record_key()756 if (sshkey_equal_public(key, authctxt->prev_keys[i])) { in auth2_key_already_used()757 fp = sshkey_fingerprint(authctxt->prev_keys[i], in auth2_key_already_used()760 sshkey_type(authctxt->prev_keys[i]), in auth2_key_already_used()
89 struct sshkey **prev_keys; member