Home
last modified time | relevance | path

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

/openbmc/qemu/crypto/
H A Dblock-luks.c715 g_autofree uint8_t *slotkey = NULL; in qcrypto_block_luks_store_key() local
773 slotkey = g_new0(uint8_t, luks->header.master_key_len); in qcrypto_block_luks_store_key()
779 slotkey, luks->header.master_key_len, in qcrypto_block_luks_store_key()
791 slotkey, luks->header.master_key_len, in qcrypto_block_luks_store_key()
800 slotkey, luks->header.master_key_len, in qcrypto_block_luks_store_key()
854 if (slotkey) { in qcrypto_block_luks_store_key()
855 memset(slotkey, 0, luks->header.master_key_len); in qcrypto_block_luks_store_key()