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

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/
crypto_box_seal.c 37 ret = crypto_box_easy(c + crypto_box_PUBLICKEYBYTES, m, mlen,
crypto_box_easy.c 52 crypto_box_easy(unsigned char *c, const unsigned char *m, function
  /src/sys/external/isc/libsodium/dist/test/default/
box_easy.c 44 ret = crypto_box_easy(c, m, 131, nonce, bobpk, alicesk);
53 ret = crypto_box_easy(c, c, 0, nonce, bobpk, alicesk);
misuse.c 57 assert(crypto_box_easy(NULL, NULL, crypto_stream_xsalsa20_MESSAGEBYTES_MAX,
box_easy2.c 50 ret = crypto_box_easy(c, m, mlen, nonce, bobpk, alicesk);
69 crypto_box_easy(c, c, (unsigned long long) mlen, nonce, bobpk, alicesk);
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_box.h 59 int crypto_box_easy(unsigned char *c, const unsigned char *m,

Completed in 29 milliseconds