Home
last modified time | relevance | path

Searched refs:pool (Results 1 – 5 of 5) sorted by relevance

/hostap-latest/src/crypto/
Drandom.c49 static u32 pool[POOL_WORDS]; variable
93 w ^= pool[pool_pos]; in random_mix_pool()
94 w ^= pool[(pool_pos + POOL_TAP1) & POOL_WORDS_MASK]; in random_mix_pool()
95 w ^= pool[(pool_pos + POOL_TAP2) & POOL_WORDS_MASK]; in random_mix_pool()
96 w ^= pool[(pool_pos + POOL_TAP3) & POOL_WORDS_MASK]; in random_mix_pool()
97 w ^= pool[(pool_pos + POOL_TAP4) & POOL_WORDS_MASK]; in random_mix_pool()
98 w ^= pool[(pool_pos + POOL_TAP5) & POOL_WORDS_MASK]; in random_mix_pool()
99 pool[pool_pos] = (w >> 3) ^ twist[w & 7]; in random_mix_pool()
112 hmac_sha1(stub_key, sizeof(stub_key), (const u8 *) pool, in random_extract()
113 sizeof(pool), hash); in random_extract()
[all …]
/hostap-latest/hostapd/
Ddefconfig238 # reading /dev/urandom. It should be noted that the OS entropy pool needs to be
247 # it may help in cases where the system pool is not initialized properly.
248 # However, it is very strongly recommended that the system pool is initialized
260 # data from /dev/urandom), the internal hostapd random pool can be disabled.
Dandroid.config204 # Wpa_supplicant's random pool is not necessary on Android. Randomness is
/hostap-latest/wpa_supplicant/
Dandroid.config407 # works by reading /dev/urandom. It should be noted that the OS entropy pool
416 # help in cases where the system pool is not initialized properly. However, it
417 # is very strongly recommended that the system pool is initialized with enough
429 # data from /dev/urandom), the internal wpa_supplicant random pool can be
434 # Wpa_supplicant's random pool is not necessary on Android. Randomness is
Ddefconfig469 # works by reading /dev/urandom. It should be noted that the OS entropy pool
478 # help in cases where the system pool is not initialized properly. However, it
479 # is very strongly recommended that the system pool is initialized with enough
491 # data from /dev/urandom), the internal wpa_supplicant random pool can be