Searched refs:tmp_ca_used (Results 1 – 1 of 1) sorted by relevance
927 struct sshkey *key = NULL, **ca_used = NULL, **tmp_ca_used; in ssh_krl_from_blob() local1029 tmp_ca_used = reallocarray(ca_used, nca_used + 1, in ssh_krl_from_blob()1031 if (tmp_ca_used == NULL) { in ssh_krl_from_blob()1035 ca_used = tmp_ca_used; in ssh_krl_from_blob()