Searched refs:qcrypto_hmac_bytesv (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/crypto/ |
H A D | hmac.c | 18 int qcrypto_hmac_bytesv(QCryptoHmac *hmac, in qcrypto_hmac_bytesv() function 42 return qcrypto_hmac_bytesv(hmac, &iov, 1, result, resultlen, errp); in qcrypto_hmac_bytes() 55 if (qcrypto_hmac_bytesv(hmac, iov, niov, &result, &resultlen, errp) < 0) { in qcrypto_hmac_digestv()
|
/openbmc/qemu/include/crypto/ |
H A D | hmac.h | 89 int qcrypto_hmac_bytesv(QCryptoHmac *hmac,
|
/openbmc/qemu/tests/bench/ |
H A D | benchmark-crypto-hmac.c | 48 ret = qcrypto_hmac_bytesv(hmac, &iov, 1, &out, &out_len, &err); in test_hmac_speed()
|
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-hmac.c | 193 ret = qcrypto_hmac_bytesv(hmac, iov, 3, &result, in test_hmac_iov()
|