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

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/
onetimeauth_poly1305.c 56 crypto_onetimeauth_poly1305_bytes(void) function in typeref:typename:size_t
58 return crypto_onetimeauth_poly1305_BYTES;
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_onetimeauth.h 21 #define crypto_onetimeauth_BYTES crypto_onetimeauth_poly1305_BYTES
crypto_onetimeauth_poly1305.h 26 #define crypto_onetimeauth_poly1305_BYTES 16U
28 size_t crypto_onetimeauth_poly1305_bytes(void);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_secretstream/xchacha20poly1305/
secretstream_xchacha20poly1305.c 159 COMPILER_ASSERT(crypto_onetimeauth_poly1305_BYTES >=
186 unsigned char mac[crypto_onetimeauth_poly1305_BYTES];

Completed in 12 milliseconds