Home
last modified time | relevance | path

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

/openbmc/qemu/crypto/
H A Dhmac.c18 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 Dhmac.h89 int qcrypto_hmac_bytesv(QCryptoHmac *hmac,
/openbmc/qemu/tests/bench/
H A Dbenchmark-crypto-hmac.c48 ret = qcrypto_hmac_bytesv(hmac, &iov, 1, &out, &out_len, &err); in test_hmac_speed()
/openbmc/qemu/tests/unit/
H A Dtest-crypto-hmac.c193 ret = qcrypto_hmac_bytesv(hmac, iov, 3, &result, in test_hmac_iov()