Searched refs:crypto_box (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/libsodium/src/libsodium/ |
H A D | Makefile.am | 11 crypto_box/crypto_box.c \ 12 crypto_box/crypto_box_easy.c \ 13 crypto_box/crypto_box_seal.c \ 14 crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.c \ 151 crypto_box/curve25519xchacha20poly1305/box_curve25519xchacha20poly1305.c \ 152 crypto_box/curve25519xchacha20poly1305/box_seal_curve25519xchacha20poly1305.c \
|
/freebsd/sys/contrib/libsodium/test/default/ |
H A D | box.c | 55 ret = crypto_box(c, m, 163, nonce, bobpk, alicesk); in main() 64 ret = crypto_box(c, m, 163, nonce, small_order_p, alicesk); in main()
|
H A D | box7.c | 31 ret = crypto_box(c, m, mlen + crypto_box_ZEROBYTES, n, bobpk, alicesk); in main()
|
H A D | box8.c | 31 ret = crypto_box(c, m, mlen + crypto_box_ZEROBYTES, n, bobpk, alicesk); in main()
|
/freebsd/sys/contrib/libsodium/ |
H A D | AUTHORS | 53 crypto_box/curve25519xsalsa20poly1305 Daniel J. Bernstein 55 crypto_box/curve25519xchacha20poly1305 Frank Denis
|
H A D | ChangeLog | 121 - `crypto_secretbox`, `crypto_box` and `crypto_aead` now offer 214 `crypto_box_detached()`, `crypto_box_beforenm()`, `crypto_box()`, and 391 - crypto_box and crypto_secretbox have a new _detached API to store 417 - High-level wrappers for crypto_box and crypto_secretbox
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_box/ |
H A D | crypto_box.c | 101 crypto_box(unsigned char *c, const unsigned char *m, in crypto_box() function
|
/freebsd/sys/contrib/libsodium/src/libsodium/include/ |
H A D | Makefile.am | 11 sodium/crypto_box.h \
|
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/ |
H A D | crypto_box.h | 147 int crypto_box(unsigned char *c, const unsigned char *m,
|