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

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/
crypto_box.c 109 crypto_box_open(unsigned char *m, const unsigned char *c, function
  /src/sys/external/isc/libsodium/dist/test/default/
box7.c 33 if (crypto_box_open(m2, c, mlen + crypto_box_ZEROBYTES, n, alicepk,
box8.c 40 if (crypto_box_open(m2, c, mlen + crypto_box_ZEROBYTES, n, alicepk,
box2.c 55 if (crypto_box_open(m, c, 163, nonce, alicepk, bobsk) == 0) {
63 ret = crypto_box_open(m, c, 163, nonce, small_order_p, bobsk);
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_box.h 153 int crypto_box_open(unsigned char *m, const unsigned char *c,

Completed in 86 milliseconds