Home
last modified time | relevance | path

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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DTwofishEngine.java160 private static final int P_03 = P_01 ^ 1; field in TwofishEngine
413 b0 = (P[P_03][b0] & 0xff) ^ b0(k2); in setKey()
549 b0 = (P[P_03][b0] & 0xff) ^ b0(k2); in F32()