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

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/
crypto_box_easy.c 74 crypto_box_open_detached(unsigned char *m, const unsigned char *c, function in typeref:typename:int
112 return crypto_box_open_detached(m, c + crypto_box_MACBYTES, c,
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_box.h 78 int crypto_box_open_detached(unsigned char *m, const unsigned char *c,
  /src/sys/external/isc/libsodium/dist/test/default/
box_easy2.c 116 if (crypto_box_open_detached(m2, c, mac, (unsigned long long) mlen, nonce,
118 printf("crypto_box_open_detached() with a weak key passed\n");
120 if (crypto_box_open_detached(m2, c, mac, (unsigned long long) mlen, nonce,
122 printf("crypto_box_open_detached() failed\n");

Completed in 12 milliseconds