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

  /src/external/bsd/wpa/dist/src/utils/
os_none.c 58 int os_get_random(unsigned char *buf, size_t len) function
os_win32.c 132 int os_get_random(unsigned char *buf, size_t len) function
os_internal.c 130 int os_get_random(unsigned char *buf, size_t len) function
os_unix.c 257 int os_get_random(unsigned char *buf, size_t len) function
370 if (os_get_random((unsigned char *) &seed, sizeof(seed)) == 0)

Completed in 25 milliseconds