Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-crypto-hmac.c102 hmac = qcrypto_hmac_new(data->alg, (const uint8_t *)KEY, in test_hmac_alloc()
144 hmac = qcrypto_hmac_new(data->alg, (const uint8_t *)KEY, in test_hmac_prealloc()
189 hmac = qcrypto_hmac_new(data->alg, (const uint8_t *)KEY, in test_hmac_iov()
225 hmac = qcrypto_hmac_new(data->alg, (const uint8_t *)KEY, in test_hmac_digest()
/openbmc/qemu/include/crypto/
H A Dhmac.h55 QCryptoHmac *qcrypto_hmac_new(QCryptoHashAlgorithm alg,
/openbmc/qemu/tests/bench/
H A Dbenchmark-crypto-hmac.c43 hmac = qcrypto_hmac_new(QCRYPTO_HASH_ALG_SHA256, in test_hmac_speed()
/openbmc/qemu/crypto/
H A Dhmac.c86 QCryptoHmac *qcrypto_hmac_new(QCryptoHashAlgorithm alg, in qcrypto_hmac_new() function