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

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_auth/
crypto_auth.c 2 #include "crypto_auth.h"
24 crypto_auth(unsigned char *out, const unsigned char *in, function in typeref:typename:int
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_auth.h 29 int crypto_auth(unsigned char *out, const unsigned char *in,
  /src/sys/external/isc/libsodium/dist/test/default/
auth5.c 17 crypto_auth(a, c, clen, key);
auth.c 27 crypto_auth(a, c, sizeof c - 1U, key);
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/
Makefile.am 8 sodium/crypto_auth.h \
Makefile.in 136 sodium/crypto_aead_xchacha20poly1305.h sodium/crypto_auth.h \
384 sodium/crypto_aead_xchacha20poly1305.h sodium/crypto_auth.h \
  /src/sys/external/isc/libsodium/dist/src/libsodium/
Makefile.in 259 crypto_auth/crypto_auth.c \
260 crypto_auth/hmacsha256/auth_hmacsha256.c \
261 crypto_auth/hmacsha512/auth_hmacsha512.c \
262 crypto_auth/hmacsha512256/auth_hmacsha512256.c \
416 crypto_auth/libsodium_la-crypto_auth.lo \
417 crypto_auth/hmacsha256/libsodium_la-auth_hmacsha256.lo \
418 crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512.lo \
419 crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256.lo
    [all...]
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 \

Completed in 17 milliseconds