Home
last modified time | relevance | path

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

/openbmc/qemu/include/crypto/
H A Dhash.h48 size_t qcrypto_hash_digest_len(QCryptoHashAlgorithm alg);
/openbmc/qemu/crypto/
H A Divgen-essiv.c42 nhash = qcrypto_hash_digest_len(ivgen->hash); in qcrypto_ivgen_essiv_init()
H A Dafsplit.c48 size_t digestlen = qcrypto_hash_digest_len(hash); in qcrypto_afsplit_hash()
H A Dhash.c35 size_t qcrypto_hash_digest_len(QCryptoHashAlgorithm alg) in qcrypto_hash_digest_len() function
H A Dhash-afalg.c128 const int expect_len = qcrypto_hash_digest_len(alg); in qcrypto_afalg_hash_hmac_bytesv()
H A Dblock-luks.c270 size_t digestlen = qcrypto_hash_digest_len(hash); in qcrypto_block_luks_essiv_cipher()
/openbmc/qemu/tests/unit/
H A Dtest-crypto-hash.c205 digestsize = qcrypto_hash_digest_len(i); in test_hash_digest()