Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/
HDbox_seal_curve25519xchacha20poly1305.c19 crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES); in _crypto_box_curve25519xchacha20poly1305_seal_nonce()
21 crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES); in _crypto_box_curve25519xchacha20poly1305_seal_nonce()
34 unsigned char epk[crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES]; in crypto_box_curve25519xchacha20poly1305_seal()
41 memcpy(c, epk, crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES); in crypto_box_curve25519xchacha20poly1305_seal()
44 c + crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES, m, mlen, in crypto_box_curve25519xchacha20poly1305_seal()
66 COMPILER_ASSERT(crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES < in crypto_box_curve25519xchacha20poly1305_seal_open()
70 m, c + crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES, in crypto_box_curve25519xchacha20poly1305_seal_open()
71 clen - crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES, in crypto_box_curve25519xchacha20poly1305_seal_open()
HDbox_curve25519xchacha20poly1305.c173 return crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES; in crypto_box_curve25519xchacha20poly1305_publickeybytes()
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/include/sodium/
HDcrypto_box_curve25519xchacha20poly1305.h20 #define crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES 32U macro
135 (crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES + \
/freebsd-13-stable/sys/contrib/libsodium/test/default/
HDxchacha20.c315 pk = (unsigned char *) sodium_malloc(crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES); in tv_box_xchacha20poly1305()
399 sodium_bin2hex(hex, sizeof hex, pk, crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES); in tv_box_xchacha20poly1305()
409 …x_curve25519xchacha20poly1305_publickeybytes() == crypto_box_curve25519xchacha20poly1305_PUBLICKEY… in tv_box_xchacha20poly1305()