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

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_secretbox/
crypto_secretbox.c 56 crypto_secretbox_open(unsigned char *m, const unsigned char *c, function in typeref:typename:int
  /src/sys/external/isc/libsodium/dist/test/default/
secretbox7.c 23 if (crypto_secretbox_open(m2, c, mlen + crypto_secretbox_ZEROBYTES, n,
secretbox2.c 41 if (crypto_secretbox_open(m, c, 163, nonce, firstkey) == 0) {
49 assert(crypto_secretbox_open(m, c, 31, nonce, firstkey) == -1);
50 assert(crypto_secretbox_open(m, c, 16, nonce, firstkey) == -1);
51 assert(crypto_secretbox_open(m, c, 1, nonce, firstkey) == -1);
52 assert(crypto_secretbox_open(m, c, 0, nonce, firstkey) == -1);
secretbox8.c 27 if (crypto_secretbox_open(m2, c, mlen + crypto_secretbox_ZEROBYTES,
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_secretbox.h 82 int crypto_secretbox_open(unsigned char *m, const unsigned char *c,

Completed in 15 milliseconds