Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_auth/hmacsha512/
H A Dauth_hmacsha512.c96 crypto_auth_hmacsha512(unsigned char *out, const unsigned char *in, in crypto_auth_hmacsha512() function
114 crypto_auth_hmacsha512(correct, in, inlen, k); in crypto_auth_hmacsha512_verify()
/freebsd/sys/contrib/libsodium/test/default/
H A Dauth6.c16 crypto_auth_hmacsha512(a, c, sizeof c - 1U, key); in main()
H A Dauth7.c17 crypto_auth_hmacsha512(a, c, clen, key); in main()
H A Dmetamorphic.c165 crypto_auth_hmacsha512(h2, m, mlen, k); in mm_hmacsha512()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_auth_hmacsha512.h24 int crypto_auth_hmacsha512(unsigned char *out,
/freebsd/sys/contrib/libsodium/src/libsodium/include/
H A DMakefile.am9 sodium/crypto_auth_hmacsha512.h \