Searched refs:pool (Results 1 – 5 of 5) sorted by relevance
/hostap-latest/src/crypto/ |
D | random.c | 49 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/ |
D | defconfig | 238 # 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.
|
D | android.config | 204 # Wpa_supplicant's random pool is not necessary on Android. Randomness is
|
/hostap-latest/wpa_supplicant/ |
D | android.config | 407 # 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
|
D | defconfig | 469 # 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
|