Searched refs:crypto_aead_xchacha20poly1305_ietf_NPUBBYTES (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
H A Dcrypto_aead_xchacha20poly1305.h22 #define crypto_aead_xchacha20poly1305_ietf_NPUBBYTES 24U macro
89 #define crypto_aead_xchacha20poly1305_IETF_NPUBBYTES crypto_aead_xchacha20poly1305_ietf_NPUBBYTES
H A Dcrypto_secretstream_xchacha20poly1305.h23 crypto_aead_xchacha20poly1305_ietf_NPUBBYTES
/netbsd-current/sys/crypto/sodium/
H A Dcrypto_aead_xchacha20poly1305.h24 #define crypto_aead_xchacha20poly1305_ietf_NPUBBYTES 24U macro
91 #define crypto_aead_xchacha20poly1305_IETF_NPUBBYTES crypto_aead_xchacha20poly1305_ietf_NPUBBYTES
123 #define crypto_aead_xchacha20poly1305_ietf_NPUBBYTES 24U macro
190 #define crypto_aead_xchacha20poly1305_IETF_NPUBBYTES crypto_aead_xchacha20poly1305_ietf_NPUBBYTES
222 #define crypto_aead_xchacha20poly1305_ietf_NPUBBYTES 24U macro
289 #define crypto_aead_xchacha20poly1305_IETF_NPUBBYTES crypto_aead_xchacha20poly1305_ietf_NPUBBYTES
321 #define crypto_aead_xchacha20poly1305_ietf_NPUBBYTES 24U macro
388 #define crypto_aead_xchacha20poly1305_IETF_NPUBBYTES crypto_aead_xchacha20poly1305_ietf_NPUBBYTES
/netbsd-current/sys/external/isc/libsodium/dist/test/default/
H A Daead_xchacha20poly1305.c25 static const unsigned char nonce[crypto_aead_xchacha20poly1305_ietf_NPUBBYTES]
179 assert(crypto_aead_xchacha20poly1305_ietf_npubbytes() == crypto_aead_xchacha20poly1305_ietf_NPUBBYTES);
185 assert(crypto_aead_xchacha20poly1305_IETF_NPUBBYTES == crypto_aead_xchacha20poly1305_ietf_NPUBBYTES);
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/xchacha20poly1305/sodium/
H A Daead_xchacha20poly1305.c135 return crypto_aead_xchacha20poly1305_ietf_NPUBBYTES;
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_secretstream/xchacha20poly1305/
H A Dsecretstream_xchacha20poly1305.c52 crypto_aead_xchacha20poly1305_ietf_NPUBBYTES);
/netbsd-current/sys/net/
H A Dif_wg.c1244 CTASSERT(WG_SALT_LEN == crypto_aead_xchacha20poly1305_ietf_NPUBBYTES);

Completed in 221 milliseconds