Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/libsodium/test/default/
HDxchacha20.c194 const char nonce[crypto_secretbox_xchacha20poly1305_NONCEBYTES * 2 + 1];
227 (crypto_secretbox_xchacha20poly1305_NONCEBYTES); in tv_secretbox_xchacha20poly1305()
234 sodium_hex2bin(nonce, crypto_secretbox_xchacha20poly1305_NONCEBYTES, in tv_secretbox_xchacha20poly1305()
292 …rt(crypto_secretbox_xchacha20poly1305_noncebytes() == crypto_secretbox_xchacha20poly1305_NONCEBYTE… in tv_secretbox_xchacha20poly1305()
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/include/sodium/
HDcrypto_secretbox_xchacha20poly1305.h19 #define crypto_secretbox_xchacha20poly1305_NONCEBYTES 24U macro
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/
HDsecretbox_xchacha20poly1305.c164 return crypto_secretbox_xchacha20poly1305_NONCEBYTES; in crypto_secretbox_xchacha20poly1305_noncebytes()