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

/freebsd-13-stable/crypto/openssh/
H A Dkrl.c991 struct sshkey *key = NULL, **ca_used = NULL, **tmp_ca_used; local
1085 if (sshkey_equal(ca_used[i], key)) {
1093 tmp_ca_used = recallocarray(ca_used, nca_used, nca_used + 1,
1094 sizeof(*ca_used));
1099 ca_used = tmp_ca_used;
1100 ca_used[nca_used++] = key;
1171 if (ssh_krl_check_key(krl, ca_used[i]) == 0)
1174 sshkey_free(ca_used[i]);
1175 ca_used[i] = NULL;
1189 if (ca_used[
[all...]
/freebsd-13-stable/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c209 int ca_used, susp_used, susp_used_pre_ce, working; local
220 ca_used = 0;
258 ca_used += CD9660_SUSP_ENTRY_SIZE(temp);
278 node->susp_entry_ce_length = ca_used;
280 diskStructure->susp_continuation_area_size += ca_used;

Completed in 117 milliseconds