Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/test/default/
H A DMakefile.am44 onetimeauth.exp \
119 onetimeauth.res \
195 onetimeauth.final \
266 onetimeauth.nexe \
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/
H A Donetimeauth_poly1305.h8 int (*onetimeauth)(unsigned char *out, const unsigned char *in, member
H A Donetimeauth_poly1305.c21 return implementation->onetimeauth(out, in, inlen, k); in crypto_onetimeauth_poly1305()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/
H A Dpoly1305_donna.c117 SODIUM_C99(.onetimeauth =) crypto_onetimeauth_poly1305_donna,
/f-stack/freebsd/contrib/libsodium/
H A D.gitignore120 test/default/onetimeauth
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/
H A Dpoly1305_sse2.c940 SODIUM_C99(.onetimeauth =) crypto_onetimeauth_poly1305_sse2,