Home
last modified time | relevance | path

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

/external/openssh/
Dauth2.c745 if (authctxt->nprev_keys >= INT_MAX || in auth2_record_key()
746 (tmp = recallocarray(authctxt->prev_keys, authctxt->nprev_keys, in auth2_record_key()
747 authctxt->nprev_keys + 1, sizeof(*authctxt->prev_keys))) == NULL) in auth2_record_key()
750 authctxt->prev_keys[authctxt->nprev_keys] = dup; in auth2_record_key()
751 authctxt->nprev_keys++; in auth2_record_key()
762 for (i = 0; i < authctxt->nprev_keys; i++) { in auth2_key_already_used()
Dauth.h88 u_int nprev_keys; member