Home
last modified time | relevance | path

Searched refs:crypto_box (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/
H A DMakefile.in132 @MINIMAL_FALSE@ crypto_box/curve25519xchacha20poly1305/box_curve25519xchacha20poly1305.c \
133 @MINIMAL_FALSE@ crypto_box/curve25519xchacha20poly1305/box_seal_curve25519xchacha20poly1305.c \
263 crypto_box/crypto_box.c crypto_box/crypto_box_easy.c \
264 crypto_box/crypto_box_seal.c \
265 crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.c \
364 crypto_box/curve25519xchacha20poly1305/box_curve25519xchacha20poly1305.c \
365 crypto_box/curve25519xchacha20poly1305/box_seal_curve25519xchacha20poly1305.c \
394 @MINIMAL_FALSE@am__objects_5 = crypto_box/curve25519xchacha20poly1305/libsodium_la-box_curve25519xc…
395 @MINIMAL_FALSE@ crypto_box/curve25519xchacha20poly1305/libsodium_la-box_seal_curve25519xchacha20pol…
420 crypto_box/libsodium_la-crypto_box.lo \
[all …]
H A DMakefile.am11 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 \
/netbsd-src/sys/external/isc/libsodium/dist/test/default/
H A Dbox.c55 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 Dbox7.c31 ret = crypto_box(c, m, mlen + crypto_box_ZEROBYTES, n, bobpk, alicesk); in main()
H A Dbox8.c31 ret = crypto_box(c, m, mlen + crypto_box_ZEROBYTES, n, bobpk, alicesk); in main()
/netbsd-src/sys/external/isc/libsodium/dist/
H A DAUTHORS53 crypto_box/curve25519xsalsa20poly1305 Daniel J. Bernstein
55 crypto_box/curve25519xchacha20poly1305 Frank Denis
H A DChangeLog121 - `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
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/
H A Dcrypto_box.c101 crypto_box(unsigned char *c, const unsigned char *m, in crypto_box() function
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/include/
H A DMakefile.am12 sodium/crypto_box.h \
H A DMakefile.in139 sodium/crypto_auth_hmacsha512256.h sodium/crypto_box.h \
387 sodium/crypto_auth_hmacsha512256.h sodium/crypto_box.h \
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
H A Dcrypto_box.h147 int crypto_box(unsigned char *c, const unsigned char *m,