Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/
HDbox_seal_curve25519xchacha20poly1305.c35 unsigned char esk[crypto_box_curve25519xchacha20poly1305_SECRETKEYBYTES]; in crypto_box_curve25519xchacha20poly1305_seal()
HDbox_curve25519xchacha20poly1305.c179 return crypto_box_curve25519xchacha20poly1305_SECRETKEYBYTES; in crypto_box_curve25519xchacha20poly1305_secretkeybytes()
/freebsd-13-stable/sys/contrib/libsodium/test/default/
HDxchacha20.c316 sk = (unsigned char *) sodium_malloc(crypto_box_curve25519xchacha20poly1305_SECRETKEYBYTES); in tv_box_xchacha20poly1305()
401 sodium_bin2hex(hex, sizeof hex, sk, crypto_box_curve25519xchacha20poly1305_SECRETKEYBYTES); in tv_box_xchacha20poly1305()
410 …x_curve25519xchacha20poly1305_secretkeybytes() == crypto_box_curve25519xchacha20poly1305_SECRETKEY… in tv_box_xchacha20poly1305()
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/include/sodium/
HDcrypto_box_curve25519xchacha20poly1305.h24 #define crypto_box_curve25519xchacha20poly1305_SECRETKEYBYTES 32U macro