Home
last modified time | relevance | path

Searched refs:qcrypto_hash_finalize_bytes (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/crypto/
H A Dhash.c61 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 Dhash.h247 int qcrypto_hash_finalize_bytes(QCryptoHash *hash,
/openbmc/qemu/tests/unit/
H A Dtest-crypto-hash.c294 ret = qcrypto_hash_finalize_bytes(hash, &result, &resultlen, in test_hash_accumulate()
/openbmc/qemu/hw/misc/
H A Daspeed_hace.c259 if (qcrypto_hash_finalize_bytes(s->hash_ctx, &digest_buf, in do_hash_operation()