HomeSort by relevance Sort by last modified time
    Searched defs:random_get_bytes (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/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.
157 int random_get_bytes(void *buf, size_t len) function
378 if (random_get_bytes(buf, RANDOM_ENTROPY_SIZE) < 0)

Completed in 162 milliseconds