HomeSort by: relevance | last modified time | path
    Searched refs:crypto_box (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/
crypto_box.c 2 #include "crypto_box.h"
101 crypto_box(unsigned char *c, const unsigned char *m, function in typeref:typename:int
  /src/sys/external/isc/libsodium/dist/test/default/
box7.c 31 ret = crypto_box(c, m, mlen + crypto_box_ZEROBYTES, n, bobpk, alicesk);
box8.c 31 ret = crypto_box(c, m, mlen + crypto_box_ZEROBYTES, n, bobpk, alicesk);
box.c 55 ret = crypto_box(c, m, 163, nonce, bobpk, alicesk);
64 ret = crypto_box(c, m, 163, nonce, small_order_p, alicesk);
  /src/sys/external/isc/libsodium/dist/src/libsodium/
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 \
Makefile.in 132 @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_curve25519xchacha20poly1305.lo
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/
Makefile.am 12 sodium/crypto_box.h \
Makefile.in 139 sodium/crypto_auth_hmacsha512256.h sodium/crypto_box.h \
387 sodium/crypto_auth_hmacsha512256.h sodium/crypto_box.h \
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_box.h 147 int crypto_box(unsigned char *c, const unsigned char *m,

Completed in 19 milliseconds