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/ |
| HD | box_seal_curve25519xchacha20poly1305.c | 19 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()
|
| HD | box_curve25519xchacha20poly1305.c | 173 return crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES; in crypto_box_curve25519xchacha20poly1305_publickeybytes()
|
| /freebsd-13-stable/sys/contrib/libsodium/src/libsodium/include/sodium/ |
| HD | crypto_box_curve25519xchacha20poly1305.h | 20 #define crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES 32U macro 135 (crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES + \
|
| /freebsd-13-stable/sys/contrib/libsodium/test/default/ |
| HD | xchacha20.c | 315 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()
|