Searched refs:qcrypto_hash_finalize_bytes (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/crypto/ |
H A D | hash.c | 61 qcrypto_hash_finalize_bytes(ctx, result, resultlen, errp) < 0) { in qcrypto_hash_bytesv() 138 int qcrypto_hash_finalize_bytes(QCryptoHash *hash, in qcrypto_hash_finalize_bytes() function 159 ret = qcrypto_hash_finalize_bytes(hash, &result, &resultlen, errp); in qcrypto_hash_finalize_digest() 180 ret = qcrypto_hash_finalize_bytes(hash, &result, &resultlen, errp); in qcrypto_hash_finalize_base64()
|
/openbmc/qemu/include/crypto/ |
H A D | hash.h | 247 int qcrypto_hash_finalize_bytes(QCryptoHash *hash,
|
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-hash.c | 294 ret = qcrypto_hash_finalize_bytes(hash, &result, &resultlen, in test_hash_accumulate()
|
/openbmc/qemu/hw/misc/ |
H A D | aspeed_hace.c | 259 if (qcrypto_hash_finalize_bytes(s->hash_ctx, &digest_buf, in do_hash_operation()
|