Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Drandom.h16 #define random_get_bytes(b, l) os_get_random((b), (l)) macro
Drandom.c153 int random_get_bytes(void *buf, size_t len) in random_get_bytes() function