Searched refs:kblist (Results 1 – 1 of 1) sorted by relevance
179 krb5_keyblock *mkey, *kblist = NULL; in kdb_get_hist_key() local204 kblist = k5calloc(kdb->n_key_data + 1, sizeof(*kblist), &ret); in kdb_get_hist_key()205 if (kblist == NULL) in kdb_get_hist_key()209 &kdb->key_data[i], &kblist[i], in kdb_get_hist_key()215 *keyblocks_out = kblist; in kdb_get_hist_key()216 kblist = NULL; in kdb_get_hist_key()221 kdb_free_keyblocks(handle, kblist); in kdb_get_hist_key()