Home
last modified time | relevance | path

Searched refs:qcrypto_hmac_digest (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/crypto/
H A Dhmac.h163 int qcrypto_hmac_digest(QCryptoHmac *hmac,
/openbmc/qemu/crypto/
H A Dhmac.c72 int qcrypto_hmac_digest(QCryptoHmac *hmac, in qcrypto_hmac_digest() function
/openbmc/qemu/tests/unit/
H A Dtest-crypto-hmac.c229 ret = qcrypto_hmac_digest(hmac, (const char *)INPUT_TEXT, in test_hmac_digest()