Home
last modified time | relevance | path

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

/openbmc/qemu/crypto/
H A Dblock-luks.c705 uint8_t *masterkey, in qcrypto_block_luks_store_key() argument
816 masterkey, in qcrypto_block_luks_store_key()
878 uint8_t *masterkey, in qcrypto_block_luks_load_key() argument
988 masterkey, in qcrypto_block_luks_load_key()
1003 masterkey, in qcrypto_block_luks_load_key()
1036 uint8_t *masterkey, in qcrypto_block_luks_find_key() argument
1048 masterkey, in qcrypto_block_luks_find_key()
1196 g_autofree uint8_t *masterkey = NULL; in qcrypto_block_luks_open() local
1233 masterkey = g_new0(uint8_t, luks->header.master_key_len); in qcrypto_block_luks_open()
1237 masterkey, in qcrypto_block_luks_open()
[all …]
/openbmc/qemu/docs/system/
H A Dsecrets.rst95 -object secret,id=secmaster,file=masterkey.data,format=base64
98 In this case the ``masterkey.data`` file would be initialized with 32
109 the secret with ``masterkey.data`` and then base64 encoding the ciphertext.