Home
last modified time | relevance | path

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

/openbmc/qemu/crypto/
H A Dhmacpriv.h40 QCryptoAFAlg *qcrypto_afalg_hmac_ctx_new(QCryptoHashAlgorithm alg,
H A Dhmac.c95 ctx = qcrypto_afalg_hmac_ctx_new(alg, key, nkey, NULL); in qcrypto_hmac_new()
H A Dhash-afalg.c109 qcrypto_afalg_hmac_ctx_new(QCryptoHashAlgorithm alg, in qcrypto_afalg_hmac_ctx_new() function