Home
last modified time | relevance | path

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

/external/openssh/
Dkrl.c930 struct sshkey *key = NULL, **ca_used = NULL, **tmp_ca_used; in ssh_krl_from_blob() local
1024 if (sshkey_equal(ca_used[i], key)) { in ssh_krl_from_blob()
1032 tmp_ca_used = reallocarray(ca_used, nca_used + 1, in ssh_krl_from_blob()
1033 sizeof(*ca_used)); in ssh_krl_from_blob()
1038 ca_used = tmp_ca_used; in ssh_krl_from_blob()
1039 ca_used[nca_used++] = key; in ssh_krl_from_blob()
1118 if (ssh_krl_check_key(krl, ca_used[i]) == 0) in ssh_krl_from_blob()
1121 sshkey_free(ca_used[i]); in ssh_krl_from_blob()
1122 ca_used[i] = NULL; in ssh_krl_from_blob()
1136 if (ca_used[j] == NULL) in ssh_krl_from_blob()
[all …]