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

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/
crypto_box_easy.c 40 crypto_box_easy_afternm(unsigned char *c, const unsigned char *m, function in typeref:typename:int
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_box.h 98 int crypto_box_easy_afternm(unsigned char *c, const unsigned char *m,
  /src/sys/external/isc/libsodium/dist/test/default/
misuse.c 67 assert(crypto_box_easy_afternm(NULL, NULL, crypto_stream_xsalsa20_MESSAGEBYTES_MAX,
box_easy2.c 91 if (crypto_box_easy_afternm(c, m, 0, nonce, k1) != 0) {
93 "crypto_box_easy_afternm() with a null ciphertext should have "
96 crypto_box_easy_afternm(c, m, (unsigned long long) mlen, nonce, k1);

Completed in 16 milliseconds