Home
last modified time | relevance | path

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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DTwofishEngine.java167 private static final int P_14 = 0; field in TwofishEngine
408 b1 = (P[P_14][b1] & 0xff) ^ b1(k3); in setKey()
545 b1 = (P[P_14][b1] & 0xff) ^ b1(k3); in F32()