Searched refs:random_mix_pool (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Drandom.c73 static void random_mix_pool(const void *buf, size_t len) function
82 wpa_hexdump_key(MSG_EXCESSIVE, "random_mix_pool", buf, len);
109 random_mix_pool(hash, sizeof(hash));
145 random_mix_pool(&t, sizeof(t));
146 random_mix_pool(buf, len);
/external/wpa_supplicant_8/src/crypto/
H A Drandom.c73 static void random_mix_pool(const void *buf, size_t len) function
82 wpa_hexdump_key(MSG_EXCESSIVE, "random_mix_pool", buf, len);
109 random_mix_pool(hash, sizeof(hash));
145 random_mix_pool(&t, sizeof(t));
146 random_mix_pool(buf, len);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Drandom.c73 static void random_mix_pool(const void *buf, size_t len) function
82 wpa_hexdump_key(MSG_EXCESSIVE, "random_mix_pool", buf, len);
109 random_mix_pool(hash, sizeof(hash));
145 random_mix_pool(&t, sizeof(t));
146 random_mix_pool(buf, len);

Completed in 81 milliseconds