Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-crypto-hash.c102 ret = qcrypto_hash_bytes(i, in test_hash_alloc()
137 ret = qcrypto_hash_bytes(i, in test_hash_prealloc()
/openbmc/qemu/include/crypto/
H A Dhash.h93 int qcrypto_hash_bytes(QCryptoHashAlgorithm alg,
/openbmc/qemu/crypto/
H A Divgen-essiv.c46 if (qcrypto_hash_bytes(ivgen->hash, (const gchar *)key, nkey, in qcrypto_ivgen_essiv_init()
H A Dhash.c68 int qcrypto_hash_bytes(QCryptoHashAlgorithm alg, in qcrypto_hash_bytes() function
/openbmc/qemu/block/
H A Dparallels-ext.c209 ret = qcrypto_hash_bytes(QCRYPTO_HASH_ALG_MD5, (char *)pos, remaining, in parallels_parse_format_extension()
/openbmc/qemu/target/i386/
H A Dsev.c1317 if (qcrypto_hash_bytes(QCRYPTO_HASH_ALG_SHA256, ctx->cmdline_data, in sev_add_kernel_loader_hashes()
1328 if (qcrypto_hash_bytes(QCRYPTO_HASH_ALG_SHA256, ctx->initrd_data, in sev_add_kernel_loader_hashes()