Home
last modified time | relevance | path

Searched refs:crypto_onetimeauth_poly1305_BYTES (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/opencrypto/
H A Dxform_poly1305.c14 CTASSERT(POLY1305_HASH_LEN == crypto_onetimeauth_poly1305_BYTES);
15 CTASSERT(POLY1305_BLOCK_LEN == crypto_onetimeauth_poly1305_BYTES);
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_onetimeauth_poly1305.h26 #define crypto_onetimeauth_poly1305_BYTES 16U macro
H A Dcrypto_onetimeauth.h21 #define crypto_onetimeauth_BYTES crypto_onetimeauth_poly1305_BYTES
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/
H A Donetimeauth_poly1305.c58 return crypto_onetimeauth_poly1305_BYTES; in crypto_onetimeauth_poly1305_bytes()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_secretstream/xchacha20poly1305/
H A Dsecretstream_xchacha20poly1305.c159 COMPILER_ASSERT(crypto_onetimeauth_poly1305_BYTES >= in crypto_secretstream_xchacha20poly1305_push()
186 unsigned char mac[crypto_onetimeauth_poly1305_BYTES]; in crypto_secretstream_xchacha20poly1305_pull()