Home
last modified time | relevance | path

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

/openbmc/qemu/crypto/
H A Dhmac-nettle.c29 typedef void (*qcrypto_nettle_hmac_digest)(void *ctx, typedef
50 qcrypto_nettle_hmac_digest digest;
56 .digest = (qcrypto_nettle_hmac_digest)hmac_md5_digest,
62 .digest = (qcrypto_nettle_hmac_digest)hmac_sha1_digest,
68 .digest = (qcrypto_nettle_hmac_digest)hmac_sha224_digest,
74 .digest = (qcrypto_nettle_hmac_digest)hmac_sha256_digest,
80 .digest = (qcrypto_nettle_hmac_digest)hmac_sha384_digest,
86 .digest = (qcrypto_nettle_hmac_digest)hmac_sha512_digest,
92 .digest = (qcrypto_nettle_hmac_digest)hmac_ripemd160_digest,
99 .digest = (qcrypto_nettle_hmac_digest)hmac_sm3_digest,