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

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/
crypto_box_easy.c 92 crypto_box_open_easy_afternm(unsigned char *m, const unsigned char *c, function in typeref:typename:int
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_box.h 103 int crypto_box_open_easy_afternm(unsigned char *m, const unsigned char *c,
  /src/sys/external/isc/libsodium/dist/test/default/
box_easy2.c 97 if (crypto_box_open_easy_afternm(
100 printf("crypto_box_open_easy_afternm() failed\n");
103 if (crypto_box_open_easy_afternm(m2, c, crypto_box_MACBYTES - 1U, nonce,
106 "crypto_box_open_easy_afternm() with a huge ciphertext should have "

Completed in 11 milliseconds