Home
last modified time | relevance | path

Searched defs:random_get_bytes (Results 1 – 4 of 4) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Drandom.h16 #define random_get_bytes(b, l) os_get_random((b), (l)) macro
Drandom.c160 int random_get_bytes(void *buf, size_t len) in random_get_bytes() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Drandom.h16 #define random_get_bytes(b, l) os_get_random((b), (l)) macro
Drandom.c160 int random_get_bytes(void *buf, size_t len) in random_get_bytes() function