Home
last modified time | relevance | path

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

/external/openssh/
Dkrl.c933 size_t i, j, sig_off, sects_off, rlen, blen, nca_used; in ssh_krl_from_blob() local
936 nca_used = 0; in ssh_krl_from_blob()
1023 for (i = 0; i < nca_used; i++) { in ssh_krl_from_blob()
1032 tmp_ca_used = reallocarray(ca_used, nca_used + 1, in ssh_krl_from_blob()
1039 ca_used[nca_used++] = key; in ssh_krl_from_blob()
1117 for (i = 0; i < nca_used; i++) { in ssh_krl_from_blob()
1125 if (nca_used && !sig_seen) { in ssh_krl_from_blob()
1135 for (j = 0; j < nca_used; j++) { in ssh_krl_from_blob()
1156 for (i = 0; i < nca_used; i++) in ssh_krl_from_blob()