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

  /src/external/bsd/libuuid_ul/lib/libuuid_ul/
randutils.h 32 /* shim function for util-linux random_get_bytes() */
37 random_get_bytes(void *buf, size_t nbytes) function
  /src/external/cddl/osnet/sys/sys/
random.h 36 #define random_get_bytes(p, s) cprng_fast((p), (s)) macro
  /src/external/bsd/wpa/dist/src/crypto/
random.h 16 #define random_get_bytes(b, l) os_get_random((b), (l)) macro
23 int random_get_bytes(void *buf, size_t len);
random.c 14 * randomness. The random_get_bytes() function mixes in randomness from
16 * calls to random_get_bytes() without reducing security.
159 int random_get_bytes(void *buf, size_t len) function
401 if (random_get_bytes(buf, RANDOM_ENTROPY_SIZE) < 0)
  /src/external/cddl/osnet/dist/lib/libzpool/common/
kernel.c 925 random_get_bytes(uint8_t *ptr, size_t len) function

Completed in 57 milliseconds