Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/kadm5/srv/
H A Dserver_kdb.c179 krb5_keyblock *mkey, *kblist = NULL; in kdb_get_hist_key() local
204 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()