Home
last modified time | relevance | path

Searched refs:crypto_auth (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/libsodium/
H A DAUTHORS49 crypto_auth/hmacsha256 Colin Percival
50 crypto_auth/hmacsha512
51 crypto_auth/hmacsha512256
/freebsd/sys/contrib/libsodium/src/libsodium/
H A DMakefile.am7 crypto_auth/crypto_auth.c \
8 crypto_auth/hmacsha256/auth_hmacsha256.c \
9 crypto_auth/hmacsha512/auth_hmacsha512.c \
10 crypto_auth/hmacsha512256/auth_hmacsha512256.c \
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_auth/
H A Dcrypto_auth.c24 crypto_auth(unsigned char *out, const unsigned char *in, in crypto_auth() function
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_auth.h29 int crypto_auth(unsigned char *out, const unsigned char *in,
/freebsd/sys/contrib/libsodium/test/default/
H A Dauth5.c17 crypto_auth(a, c, clen, key); in main()
H A Dauth.c27 crypto_auth(a, c, sizeof c - 1U, key); in main()
/freebsd/sys/contrib/libsodium/src/libsodium/include/
H A DMakefile.am7 sodium/crypto_auth.h \