Home
last modified time | relevance | path

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

/external/openssh/
Dkrl.c930 size_t i, j, sig_off, sects_off, rlen, blen, nca_used; in ssh_krl_from_blob() local
933 nca_used = 0; in ssh_krl_from_blob()
1020 for (i = 0; i < nca_used; i++) { in ssh_krl_from_blob()
1029 tmp_ca_used = reallocarray(ca_used, nca_used + 1, in ssh_krl_from_blob()
1036 ca_used[nca_used++] = key; in ssh_krl_from_blob()
1111 for (i = 0; i < nca_used; i++) { in ssh_krl_from_blob()
1119 if (nca_used && !sig_seen) { in ssh_krl_from_blob()
1129 for (j = 0; j < nca_used; j++) { in ssh_krl_from_blob()
1150 for (i = 0; i < nca_used; i++) in ssh_krl_from_blob()