Home
last modified time | relevance | path

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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DTwofishEngine.java612 private int LFSR2(int x) in LFSR2() method in TwofishEngine
621 return x ^ LFSR2(x); in Mx_X()
626 return x ^ LFSR1(x) ^ LFSR2(x); in Mx_Y()