Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_auth/hmacsha256/
H A Dauth_hmacsha256.c96 crypto_auth_hmacsha256(unsigned char *out, const unsigned char *in, in crypto_auth_hmacsha256() function
114 crypto_auth_hmacsha256(correct, in, inlen, k); in crypto_auth_hmacsha256_verify()
/freebsd/sys/contrib/libsodium/test/default/
H A Dauth2.c27 crypto_auth_hmacsha256(a, c, sizeof c, key); in main()
H A Dmetamorphic.c125 crypto_auth_hmacsha256(h2, m, mlen, k); in mm_hmacsha256()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_auth_hmacsha256.h24 int crypto_auth_hmacsha256(unsigned char *out,
/freebsd/sys/contrib/libsodium/src/libsodium/include/
H A DMakefile.am8 sodium/crypto_auth_hmacsha256.h \