HomeSort by: relevance | last modified time | path
    Searched refs:crypto_onetimeauth (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/test/default/
onetimeauth7.c 17 crypto_onetimeauth(a, c, clen, key);
onetimeauth.c 34 crypto_onetimeauth(a, c, 131, rs);
metamorphic.c 85 crypto_onetimeauth(h2, m, mlen, k);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/
crypto_onetimeauth.c 2 #include "crypto_onetimeauth.h"
24 crypto_onetimeauth(unsigned char *out, const unsigned char *in, function
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_onetimeauth.h 34 int crypto_onetimeauth(unsigned char *out, const unsigned char *in,
  /src/sys/rump/kern/lib/libcrypto/
Makefile 18 ${SODIUM_DIR}/crypto_onetimeauth/poly1305/donna \
19 ${SODIUM_DIR}/crypto_onetimeauth/poly1305 \
20 ${SODIUM_DIR}/crypto_onetimeauth \
77 SODIUM_SRCS+= crypto_onetimeauth.c

Completed in 22 milliseconds