Home
last modified time | relevance | path

Searched refs:crypto_get_random (Results 1 – 8 of 8) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Drandom.c201 if (crypto_get_random(tmp, sizeof(tmp)) < 0) { in random_get_bytes()
Dcrypto.h496 int crypto_get_random(void *buf, size_t len);
Dcrypto_wolfssl.c860 int crypto_get_random(void *buf, size_t len) in crypto_get_random() function
Dcrypto_openssl.c1200 int crypto_get_random(void *buf, size_t len) in crypto_get_random() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Drandom.c201 if (crypto_get_random(tmp, sizeof(tmp)) < 0) { in random_get_bytes()
Dcrypto.h496 int crypto_get_random(void *buf, size_t len);
Dcrypto_wolfssl.c864 int crypto_get_random(void *buf, size_t len) in crypto_get_random() function
Dcrypto_openssl.c1273 int crypto_get_random(void *buf, size_t len) in crypto_get_random() function