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
47 qcrypto_nettle_hmac_digest digest;
53 .digest = (qcrypto_nettle_hmac_digest)hmac_md5_digest,
59 .digest = (qcrypto_nettle_hmac_digest)hmac_sha1_digest,
65 .digest = (qcrypto_nettle_hmac_digest)hmac_sha224_digest,
71 .digest = (qcrypto_nettle_hmac_digest)hmac_sha256_digest,
77 .digest = (qcrypto_nettle_hmac_digest)hmac_sha384_digest,
83 .digest = (qcrypto_nettle_hmac_digest)hmac_sha512_digest,
89 .digest = (qcrypto_nettle_hmac_digest)hmac_ripemd160_digest,