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

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/
crypto_box_easy.c 13 crypto_box_detached_afternm(unsigned char *c, unsigned char *mac, function in typeref:typename:int
33 ret = crypto_box_detached_afternm(c, mac, m, mlen, n, k);
47 return crypto_box_detached_afternm(c + crypto_box_MACBYTES, c, m, mlen, n,
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_box.h 109 int crypto_box_detached_afternm(unsigned char *c, unsigned char *mac,
  /src/sys/external/isc/libsodium/dist/test/default/
box_easy2.c 127 crypto_box_detached_afternm(c, mac, m, (unsigned long long) mlen, nonce,

Completed in 12 milliseconds