Searched refs:twist (Results 1 - 4 of 4) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Drandom.c75 static const u32 twist[8] = { local
94 pool[pool_pos] = (w >> 3) ^ twist[w & 7];
/external/wpa_supplicant_8/src/crypto/
H A Drandom.c75 static const u32 twist[8] = { local
94 pool[pool_pos] = (w >> 3) ^ twist[w & 7];
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Drandom.c75 static const u32 twist[8] = { local
94 pool[pool_pos] = (w >> 3) ^ twist[w & 7];
/external/dropbear/libtomcrypt/
H A Dcrypt.tex1099 against the plaintext to encrypt. F8 mode comes with the additional twist that the counter value is secret, encrypted by a \textit{salt key}. We

Completed in 99 milliseconds