Home
last modified time | relevance | path

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

/qemu/crypto/
H A Dhmac-nettle.c21 typedef void (*qcrypto_nettle_hmac_setkey)(void *ctx, typedef
45 qcrypto_nettle_hmac_setkey setkey;
51 .setkey = (qcrypto_nettle_hmac_setkey)hmac_md5_set_key,
57 .setkey = (qcrypto_nettle_hmac_setkey)hmac_sha1_set_key,
63 .setkey = (qcrypto_nettle_hmac_setkey)hmac_sha224_set_key,
69 .setkey = (qcrypto_nettle_hmac_setkey)hmac_sha256_set_key,
75 .setkey = (qcrypto_nettle_hmac_setkey)hmac_sha384_set_key,
81 .setkey = (qcrypto_nettle_hmac_setkey)hmac_sha512_set_key,
87 .setkey = (qcrypto_nettle_hmac_setkey)hmac_ripemd160_set_key,