Searched refs:crypto_box_curve25519xchacha20poly1305_SEALBYTES (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/
H A Dbox_seal_curve25519xchacha20poly1305.c61 if (clen < crypto_box_curve25519xchacha20poly1305_SEALBYTES) {
67 crypto_box_curve25519xchacha20poly1305_SEALBYTES);
78 return crypto_box_curve25519xchacha20poly1305_SEALBYTES;
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_box_curve25519xchacha20poly1305.h134 #define crypto_box_curve25519xchacha20poly1305_SEALBYTES \ macro

Completed in 58 milliseconds