Searched defs:random_get_bytes (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Drandom.h16 #define random_get_bytes(b, l) os_get_random((b), (l)) macro
23 int random_get_bytes(void *buf, size_t len);
H A Drandom.c14 * randomness. The random_get_bytes() function mixes in randomness from
16 * calls to random_get_bytes() without reducing security.
154 int random_get_bytes(void *buf, size_t len) function
374 if (random_get_bytes(buf, RANDOM_ENTROPY_SIZE) < 0)
/external/wpa_supplicant_8/src/crypto/
H A Drandom.h16 #define random_get_bytes(b, l) os_get_random((b), (l)) macro
23 int random_get_bytes(void *buf, size_t len);
H A Drandom.c14 * randomness. The random_get_bytes() function mixes in randomness from
16 * calls to random_get_bytes() without reducing security.
154 int random_get_bytes(void *buf, size_t len) function
374 if (random_get_bytes(buf, RANDOM_ENTROPY_SIZE) < 0)
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Drandom.h16 #define random_get_bytes(b, l) os_get_random((b), (l)) macro
23 int random_get_bytes(void *buf, size_t len);
H A Drandom.c14 * randomness. The random_get_bytes() function mixes in randomness from
16 * calls to random_get_bytes() without reducing security.
154 int random_get_bytes(void *buf, size_t len) function
374 if (random_get_bytes(buf, RANDOM_ENTROPY_SIZE) < 0)

Completed in 80 milliseconds