Home
last modified time | relevance | path

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

/dports/emulators/qemu/qemu-6.2.0/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,
/dports/emulators/qemu42/qemu-4.2.1/crypto/
H A Dhmac-nettle.c35 typedef void (*qcrypto_nettle_hmac_digest)(void *ctx, typedef
53 qcrypto_nettle_hmac_digest digest;
59 .digest = (qcrypto_nettle_hmac_digest)hmac_md5_digest,
65 .digest = (qcrypto_nettle_hmac_digest)hmac_sha1_digest,
71 .digest = (qcrypto_nettle_hmac_digest)hmac_sha224_digest,
77 .digest = (qcrypto_nettle_hmac_digest)hmac_sha256_digest,
83 .digest = (qcrypto_nettle_hmac_digest)hmac_sha384_digest,
89 .digest = (qcrypto_nettle_hmac_digest)hmac_sha512_digest,
95 .digest = (qcrypto_nettle_hmac_digest)hmac_ripemd160_digest,
/dports/emulators/qemu60/qemu-6.0.0/crypto/
H A Dhmac-nettle.c35 typedef void (*qcrypto_nettle_hmac_digest)(void *ctx, typedef
53 qcrypto_nettle_hmac_digest digest;
59 .digest = (qcrypto_nettle_hmac_digest)hmac_md5_digest,
65 .digest = (qcrypto_nettle_hmac_digest)hmac_sha1_digest,
71 .digest = (qcrypto_nettle_hmac_digest)hmac_sha224_digest,
77 .digest = (qcrypto_nettle_hmac_digest)hmac_sha256_digest,
83 .digest = (qcrypto_nettle_hmac_digest)hmac_sha384_digest,
89 .digest = (qcrypto_nettle_hmac_digest)hmac_sha512_digest,
95 .digest = (qcrypto_nettle_hmac_digest)hmac_ripemd160_digest,
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/crypto/
H A Dhmac-nettle.c27 typedef void (*qcrypto_nettle_hmac_digest)(void *ctx, typedef
44 qcrypto_nettle_hmac_digest digest;
50 .digest = (qcrypto_nettle_hmac_digest)hmac_md5_digest,
56 .digest = (qcrypto_nettle_hmac_digest)hmac_sha1_digest,
62 .digest = (qcrypto_nettle_hmac_digest)hmac_sha224_digest,
68 .digest = (qcrypto_nettle_hmac_digest)hmac_sha256_digest,
74 .digest = (qcrypto_nettle_hmac_digest)hmac_sha384_digest,
80 .digest = (qcrypto_nettle_hmac_digest)hmac_sha512_digest,
86 .digest = (qcrypto_nettle_hmac_digest)hmac_ripemd160_digest,
/dports/emulators/qemu5/qemu-5.2.0/crypto/
H A Dhmac-nettle.c35 typedef void (*qcrypto_nettle_hmac_digest)(void *ctx, typedef
53 qcrypto_nettle_hmac_digest digest;
59 .digest = (qcrypto_nettle_hmac_digest)hmac_md5_digest,
65 .digest = (qcrypto_nettle_hmac_digest)hmac_sha1_digest,
71 .digest = (qcrypto_nettle_hmac_digest)hmac_sha224_digest,
77 .digest = (qcrypto_nettle_hmac_digest)hmac_sha256_digest,
83 .digest = (qcrypto_nettle_hmac_digest)hmac_sha384_digest,
89 .digest = (qcrypto_nettle_hmac_digest)hmac_sha512_digest,
95 .digest = (qcrypto_nettle_hmac_digest)hmac_ripemd160_digest,
/dports/emulators/qemu-utils/qemu-4.2.1/crypto/
H A Dhmac-nettle.c35 typedef void (*qcrypto_nettle_hmac_digest)(void *ctx, typedef
53 qcrypto_nettle_hmac_digest digest;
59 .digest = (qcrypto_nettle_hmac_digest)hmac_md5_digest,
65 .digest = (qcrypto_nettle_hmac_digest)hmac_sha1_digest,
71 .digest = (qcrypto_nettle_hmac_digest)hmac_sha224_digest,
77 .digest = (qcrypto_nettle_hmac_digest)hmac_sha256_digest,
83 .digest = (qcrypto_nettle_hmac_digest)hmac_sha384_digest,
89 .digest = (qcrypto_nettle_hmac_digest)hmac_sha512_digest,
95 .digest = (qcrypto_nettle_hmac_digest)hmac_ripemd160_digest,
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/crypto/
H A Dhmac-nettle.c35 typedef void (*qcrypto_nettle_hmac_digest)(void *ctx, typedef
53 qcrypto_nettle_hmac_digest digest;
59 .digest = (qcrypto_nettle_hmac_digest)hmac_md5_digest,
65 .digest = (qcrypto_nettle_hmac_digest)hmac_sha1_digest,
71 .digest = (qcrypto_nettle_hmac_digest)hmac_sha224_digest,
77 .digest = (qcrypto_nettle_hmac_digest)hmac_sha256_digest,
83 .digest = (qcrypto_nettle_hmac_digest)hmac_sha384_digest,
89 .digest = (qcrypto_nettle_hmac_digest)hmac_sha512_digest,
95 .digest = (qcrypto_nettle_hmac_digest)hmac_ripemd160_digest,
/dports/emulators/qemu-guest-agent/qemu-5.0.1/crypto/
H A Dhmac-nettle.c35 typedef void (*qcrypto_nettle_hmac_digest)(void *ctx, typedef
53 qcrypto_nettle_hmac_digest digest;
59 .digest = (qcrypto_nettle_hmac_digest)hmac_md5_digest,
65 .digest = (qcrypto_nettle_hmac_digest)hmac_sha1_digest,
71 .digest = (qcrypto_nettle_hmac_digest)hmac_sha224_digest,
77 .digest = (qcrypto_nettle_hmac_digest)hmac_sha256_digest,
83 .digest = (qcrypto_nettle_hmac_digest)hmac_sha384_digest,
89 .digest = (qcrypto_nettle_hmac_digest)hmac_sha512_digest,
95 .digest = (qcrypto_nettle_hmac_digest)hmac_ripemd160_digest,
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/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,