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.c119 ret = qcrypto_hash_bytes(i, in test_hash_alloc()
154 ret = qcrypto_hash_bytes(i, in test_hash_prealloc()
/openbmc/qemu/include/crypto/
H A Dhash.h124 int qcrypto_hash_bytes(QCryptoHashAlgo 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.c69 int qcrypto_hash_bytes(QCryptoHashAlgo alg, in qcrypto_hash_bytes() function
/openbmc/qemu/block/
H A Dparallels-ext.c209 ret = qcrypto_hash_bytes(QCRYPTO_HASH_ALGO_MD5, (char *)pos, remaining, in parallels_parse_format_extension()
/openbmc/qemu/target/i386/
H A Dsev.c1886 if (qcrypto_hash_bytes(QCRYPTO_HASH_ALGO_SHA256, ctx->cmdline_data, in build_kernel_loader_hashes()
1897 if (qcrypto_hash_bytes(QCRYPTO_HASH_ALGO_SHA256, ctx->initrd_data, in build_kernel_loader_hashes()