Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/libsodium/test/default/
HDxchacha20.c394 (crypto_box_curve25519xchacha20poly1305_SEEDBYTES); in tv_box_xchacha20poly1305()
395 for (i = 0; i <(int) crypto_box_curve25519xchacha20poly1305_SEEDBYTES; i++) { in tv_box_xchacha20poly1305()
408 …ypto_box_curve25519xchacha20poly1305_seedbytes() == crypto_box_curve25519xchacha20poly1305_SEEDBYT… in tv_box_xchacha20poly1305()
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/include/sodium/
HDcrypto_box_curve25519xchacha20poly1305.h16 #define crypto_box_curve25519xchacha20poly1305_SEEDBYTES 32U macro
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/
HDbox_curve25519xchacha20poly1305.c167 return crypto_box_curve25519xchacha20poly1305_SEEDBYTES; in crypto_box_curve25519xchacha20poly1305_seedbytes()