Searched refs:qcrypto_hmac_new (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-hmac.c | 102 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 D | hmac.h | 55 QCryptoHmac *qcrypto_hmac_new(QCryptoHashAlgorithm alg,
|
/openbmc/qemu/tests/bench/ |
H A D | benchmark-crypto-hmac.c | 43 hmac = qcrypto_hmac_new(QCRYPTO_HASH_ALG_SHA256, in test_hmac_speed()
|
/openbmc/qemu/crypto/ |
H A D | hmac.c | 86 QCryptoHmac *qcrypto_hmac_new(QCryptoHashAlgorithm alg, in qcrypto_hmac_new() function
|