Home
last modified time | relevance | path

Searched refs:crypto_box_curve25519xchacha20poly1305_messagebytes_max (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
H A Dcrypto_box_curve25519xchacha20poly1305.h43 size_t crypto_box_curve25519xchacha20poly1305_messagebytes_max(void);
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/curve25519xchacha20poly1305/
H A Dbox_curve25519xchacha20poly1305.c201 crypto_box_curve25519xchacha20poly1305_messagebytes_max(void) in crypto_box_curve25519xchacha20poly1305_messagebytes_max() function
/netbsd-src/sys/external/isc/libsodium/dist/test/default/
H A Dxchacha20.c414 …assert(crypto_box_curve25519xchacha20poly1305_messagebytes_max() == crypto_box_curve25519xchacha20… in tv_box_xchacha20poly1305()