Home
last modified time | relevance | path

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

/src/crypto/heimdal/lib/hdb/
H A Dkeys.c219 hdb_keyset *tmp_keysets; in hdb_add_current_keys_to_history() local
225 tmp_keysets = realloc(hist_keys->val, in hdb_add_current_keys_to_history()
227 if (tmp_keysets == NULL) in hdb_add_current_keys_to_history()
229 hist_keys->val = tmp_keysets; in hdb_add_current_keys_to_history()