Searched refs:blake2b_mac (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssl/providers/implementations/macs/ |
H A D | build.info | 21 SOURCE[$BLAKE2_GOAL]=blake2b_mac.c blake2s_mac.c
|
/freebsd/crypto/openssl/providers/implementations/kdfs/ |
H A D | argon2.c | 790 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 D | Makefile | 479 SRCS+= blake2b_mac.c blake2s_mac.c
|