Home
last modified time | relevance | path

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

/openbmc/qemu/crypto/
H A Dblock-luks.c1704 g_autofree uint8_t *tmpkey = NULL; in qcrypto_block_luks_amend_erase_keyslots() local
1735 tmpkey = g_new0(uint8_t, luks->header.master_key_len); in qcrypto_block_luks_amend_erase_keyslots()
1753 tmpkey, in qcrypto_block_luks_amend_erase_keyslots()
1804 tmpkey, in qcrypto_block_luks_amend_erase_keyslots()
/openbmc/linux/drivers/crypto/stm32/
H A Dstm32-cryp.c477 u32 tmpkey[8]; in stm32_cryp_hw_write_key() local
480 (u8 *)tmpkey, c->ctx->keylen); in stm32_cryp_hw_write_key()
484 stm32_cryp_write(c, r_id, tmpkey[i]); in stm32_cryp_hw_write_key()