Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dxform_poly1305.c17 CTASSERT(POLY1305_HASH_LEN == crypto_onetimeauth_poly1305_BYTES);
86 .blocksize = crypto_onetimeauth_poly1305_BYTES,
/f-stack/freebsd/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
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/
H A Donetimeauth_poly1305.c58 return crypto_onetimeauth_poly1305_BYTES; in crypto_onetimeauth_poly1305_bytes()
/f-stack/freebsd/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()