Searched refs:P_SZ (Results 1 – 1 of 1) sorted by relevance
302 private static final int P_SZ = ROUNDS+2; field in BlowfishEngine317 P = new int[P_SZ]; in BlowfishEngine()447 System.arraycopy(KP, 0, P, 0, P_SZ); in setKey()459 for (int i=0; i < P_SZ; i++) in setKey()500 processTable(P[P_SZ - 2], P[P_SZ - 1], S0); in setKey()