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

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/
crypto_box_seal.c 59 return crypto_box_open_easy(m, c + crypto_box_PUBLICKEYBYTES,
crypto_box_easy.c 105 crypto_box_open_easy(unsigned char *m, const unsigned char *c, function in typeref:typename:int
  /src/sys/external/isc/libsodium/dist/test/default/
box_easy.c 60 crypto_box_open_easy(c, c, crypto_box_MACBYTES, nonce, bobpk, alicesk);
67 ret = crypto_box_open_easy(c, c, crypto_box_MACBYTES, nonce, bobpk, alicesk);
box_easy2.c 52 if (crypto_box_open_easy(m2, c,
61 if (crypto_box_open_easy(m2, c, (unsigned long long) i, nonce, alicepk,
73 if (crypto_box_open_easy(c, c,
76 printf("crypto_box_open_easy() failed\n");
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_box.h 65 int crypto_box_open_easy(unsigned char *m, const unsigned char *c,

Completed in 30 milliseconds