Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-crypto-hmac.c114 ret = qcrypto_hmac_bytes(hmac, (const char *)INPUT_TEXT, in test_hmac_alloc()
156 ret = qcrypto_hmac_bytes(hmac, (const char *)INPUT_TEXT, in test_hmac_prealloc()
/openbmc/qemu/include/crypto/
H A Dhmac.h129 int qcrypto_hmac_bytes(QCryptoHmac *hmac,
/openbmc/qemu/crypto/
H A Dhmac.c30 int qcrypto_hmac_bytes(QCryptoHmac *hmac, in qcrypto_hmac_bytes() function