Home
last modified time | relevance | path

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

/openbmc/qemu/crypto/
H A Dblock-luks.c135 QCryptoHashAlgorithm ivgen_hash_alg; member
618 luks->ivgen_hash_alg = 0; in qcrypto_block_luks_parse_header()
799 luks->ivgen_hash_alg, in qcrypto_block_luks_store_key()
953 luks->ivgen_hash_alg, in qcrypto_block_luks_load_key()
1252 luks->ivgen_hash_alg, in qcrypto_block_luks_open()
1314 const char *ivgen_hash_alg = NULL; in qcrypto_block_luks_create() local
1349 luks->ivgen_hash_alg = luks_opts.ivgen_hash_alg; in qcrypto_block_luks_create()
1389 ivgen_hash_alg = QCryptoHashAlgorithm_str(luks_opts.ivgen_hash_alg); in qcrypto_block_luks_create()
1391 ivgen_hash_alg); in qcrypto_block_luks_create()
1467 luks_opts.ivgen_hash_alg, in qcrypto_block_luks_create()
[all …]
/openbmc/qemu/tests/unit/
H A Dtest-crypto-block.c100 .ivgen_hash_alg = QCRYPTO_HASH_ALG_SHA256,