Home
last modified time | relevance | path

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

/qemu/crypto/
H A Dblock-luks.c714 g_autofree uint8_t *slotkey = NULL; in qcrypto_block_luks_store_key() local
772 slotkey = g_new0(uint8_t, luks->header.master_key_len); in qcrypto_block_luks_store_key()
778 slotkey, luks->header.master_key_len, in qcrypto_block_luks_store_key()
790 slotkey, luks->header.master_key_len, in qcrypto_block_luks_store_key()
799 slotkey, luks->header.master_key_len, in qcrypto_block_luks_store_key()
853 if (slotkey) { in qcrypto_block_luks_store_key()
854 memset(slotkey, 0, luks->header.master_key_len); in qcrypto_block_luks_store_key()