Home
last modified time | relevance | path

Searched refs:hmac_bytesv (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/crypto/
H A Dhmacpriv.h21 int (*hmac_bytesv)(QCryptoHmac *hmac, member
H A Dhmac-glib.c122 .hmac_bytesv = qcrypto_glib_hmac_bytesv,
H A Dhmac-gnutls.c137 .hmac_bytesv = qcrypto_gnutls_hmac_bytesv,
H A Dhmac.c27 return drv->hmac_bytesv(hmac, iov, niov, result, resultlen, errp); in qcrypto_hmac_bytesv()
H A Dhmac-gcrypt.c148 .hmac_bytesv = qcrypto_gcrypt_hmac_bytesv,
H A Dhash-afalg.c211 .hmac_bytesv = qcrypto_afalg_hmac_bytesv,
H A Dhmac-nettle.c172 .hmac_bytesv = qcrypto_nettle_hmac_bytesv,