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/
H A Dbox_seal_curve25519xchacha20poly1305.c19 crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES);
21 crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES);
34 unsigned char epk[crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES];
41 memcpy(c, epk, crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES);
44 c + crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES, m, mlen,
66 COMPILER_ASSERT(crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES <
70 m, c + crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES,
71 clen - crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES,
H A Dbox_curve25519xchacha20poly1305.c173 return crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES;
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_box_curve25519xchacha20poly1305.h20 #define crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES 32U macro
135 (crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES + \
/freebsd-13-stable/sys/contrib/libsodium/test/default/
H A Dxchacha20.c315 pk = (unsigned char *) sodium_malloc(crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES);
399 sodium_bin2hex(hex, sizeof hex, pk, crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES);
409 assert(crypto_box_curve25519xchacha20poly1305_publickeybytes() == crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES);

Completed in 60 milliseconds