Searched refs:tmp_ca_used (Results 1 – 1 of 1) sorted by relevance
930 struct sshkey *key = NULL, **ca_used = NULL, **tmp_ca_used; in ssh_krl_from_blob() local1032 tmp_ca_used = reallocarray(ca_used, nca_used + 1, in ssh_krl_from_blob()1034 if (tmp_ca_used == NULL) { in ssh_krl_from_blob()1038 ca_used = tmp_ca_used; in ssh_krl_from_blob()