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

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
randombytes.h 62 void randombytes(unsigned char * const buf, const unsigned long long buf_len);
  /src/sys/external/isc/libsodium/dist/test/default/
randombytes.c 2 #define TEST_NAME "randombytes"
14 randombytes(x, sizeof x);
51 randombytes(x, 1U);
114 randombytes(x, 1U);
  /src/sys/external/isc/libsodium/dist/src/libsodium/randombytes/
randombytes.c 15 #include "randombytes.h"
110 var buf = crypto.randomBytes(4);
202 randombytes(unsigned char * const buf, const unsigned long long buf_len) function

Completed in 14 milliseconds