Searched refs:crypto_auth (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/libsodium/ |
H A D | AUTHORS | 49 crypto_auth/hmacsha256 Colin Percival 50 crypto_auth/hmacsha512 51 crypto_auth/hmacsha512256
|
/freebsd/sys/contrib/libsodium/src/libsodium/ |
H A D | Makefile.am | 7 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 D | crypto_auth.c | 24 crypto_auth(unsigned char *out, const unsigned char *in, in crypto_auth() function
|
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/ |
H A D | crypto_auth.h | 29 int crypto_auth(unsigned char *out, const unsigned char *in,
|
/freebsd/sys/contrib/libsodium/test/default/ |
H A D | auth5.c | 17 crypto_auth(a, c, clen, key); in main()
|
H A D | auth.c | 27 crypto_auth(a, c, sizeof c - 1U, key); in main()
|
/freebsd/sys/contrib/libsodium/src/libsodium/include/ |
H A D | Makefile.am | 7 sodium/crypto_auth.h \
|