Home
last modified time | relevance | path

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

/openbmc/qemu/crypto/
H A Dhmac-nettle.c25 typedef void (*qcrypto_nettle_hmac_update)(void *ctx, typedef
49 qcrypto_nettle_hmac_update update;
55 .update = (qcrypto_nettle_hmac_update)hmac_md5_update,
61 .update = (qcrypto_nettle_hmac_update)hmac_sha1_update,
67 .update = (qcrypto_nettle_hmac_update)hmac_sha224_update,
73 .update = (qcrypto_nettle_hmac_update)hmac_sha256_update,
79 .update = (qcrypto_nettle_hmac_update)hmac_sha384_update,
85 .update = (qcrypto_nettle_hmac_update)hmac_sha512_update,
91 .update = (qcrypto_nettle_hmac_update)hmac_ripemd160_update,
98 .update = (qcrypto_nettle_hmac_update)hmac_sm3_update,