Home
last modified time | relevance | path

Searched refs:crypto_onetimeauth (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/
H A DMakefile.am37 crypto_onetimeauth/crypto_onetimeauth.c \
38 crypto_onetimeauth/poly1305/onetimeauth_poly1305.c \
39 crypto_onetimeauth/poly1305/onetimeauth_poly1305.h \
40 crypto_onetimeauth/poly1305/donna/poly1305_donna.h \
41 crypto_onetimeauth/poly1305/donna/poly1305_donna32.h \
42 crypto_onetimeauth/poly1305/donna/poly1305_donna64.h \
43 crypto_onetimeauth/poly1305/donna/poly1305_donna.c \
230 crypto_onetimeauth/poly1305/sse2/poly1305_sse2.c \
231 crypto_onetimeauth/poly1305/sse2/poly1305_sse2.h
/f-stack/freebsd/contrib/libsodium/
H A DAUTHORS78 crypto_onetimeauth/poly1305/donna Andrew "floodyberry" Moon
79 crypto_onetimeauth/poly1305/sse2
H A DChangeLog401 - crypto_onetimeauth() now provides a streaming interface.
/f-stack/freebsd/contrib/libsodium/test/default/
H A Donetimeauth7.c17 crypto_onetimeauth(a, c, clen, key); in main()
H A Donetimeauth.c34 crypto_onetimeauth(a, c, 131, rs); in main()
H A Dmetamorphic.c85 crypto_onetimeauth(h2, m, mlen, k); in mm_onetimeauth()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_onetimeauth/
H A Dcrypto_onetimeauth.c24 crypto_onetimeauth(unsigned char *out, const unsigned char *in, in crypto_onetimeauth() function
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_onetimeauth.h34 int crypto_onetimeauth(unsigned char *out, const unsigned char *in,
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/
H A DMakefile.am29 sodium/crypto_onetimeauth.h \