Searched refs:qcrypto_hash_bytes (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-hash.c | 102 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 D | hash.h | 93 int qcrypto_hash_bytes(QCryptoHashAlgorithm alg,
|
/openbmc/qemu/crypto/ |
H A D | ivgen-essiv.c | 46 if (qcrypto_hash_bytes(ivgen->hash, (const gchar *)key, nkey, in qcrypto_ivgen_essiv_init()
|
H A D | hash.c | 68 int qcrypto_hash_bytes(QCryptoHashAlgorithm alg, in qcrypto_hash_bytes() function
|
/openbmc/qemu/block/ |
H A D | parallels-ext.c | 209 ret = qcrypto_hash_bytes(QCRYPTO_HASH_ALG_MD5, (char *)pos, remaining, in parallels_parse_format_extension()
|
/openbmc/qemu/target/i386/ |
H A D | sev.c | 1886 if (qcrypto_hash_bytes(QCRYPTO_HASH_ALG_SHA256, ctx->cmdline_data, in build_kernel_loader_hashes() 1897 if (qcrypto_hash_bytes(QCRYPTO_HASH_ALG_SHA256, ctx->initrd_data, in build_kernel_loader_hashes()
|