Home
last modified time | relevance | path

Searched refs:crypto_secretbox_xchacha20poly1305_KEYBYTES (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/libsodium/test/default/
H A Dxchacha20.c193 const char key[crypto_secretbox_xchacha20poly1305_KEYBYTES * 2 + 1];
225 (crypto_secretbox_xchacha20poly1305_KEYBYTES); in tv_secretbox_xchacha20poly1305()
232 sodium_hex2bin(key, crypto_secretbox_xchacha20poly1305_KEYBYTES, in tv_secretbox_xchacha20poly1305()
291 …ssert(crypto_secretbox_xchacha20poly1305_keybytes() == crypto_secretbox_xchacha20poly1305_KEYBYTES in tv_secretbox_xchacha20poly1305()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_secretbox_xchacha20poly1305.h15 #define crypto_secretbox_xchacha20poly1305_KEYBYTES 32U macro
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/
H A Dbox_curve25519xchacha20poly1305.c72 crypto_secretbox_xchacha20poly1305_KEYBYTES); in crypto_box_curve25519xchacha20poly1305_detached()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/
H A Dsecretbox_xchacha20poly1305.c158 return crypto_secretbox_xchacha20poly1305_KEYBYTES; in crypto_secretbox_xchacha20poly1305_keybytes()