Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/macs/
H A Dbuild.info21 SOURCE[$BLAKE2_GOAL]=blake2b_mac.c blake2s_mac.c
/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dargon2.c790 static int blake2b_mac(EVP_MAC *mac, void *out, size_t outlen, const void *in, in blake2b_mac() function
846 return blake2b_mac(mac, out, outlen, in, inlen, key, keylen); in blake2b()
/freebsd/secure/lib/libcrypto/
H A DMakefile479 SRCS+= blake2b_mac.c blake2s_mac.c