Searched defs:_E (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DCrypt.java123 int _E[] = new int[48]; field in class:Crypt.SubCrypt
157 for (int i = 0; i < _crypt._E.length; i++)
158 _crypt._E[i] = e[i];
325 _c._preS[j] = _c._R[_c._E[j] - 1] ^ _c._KS[i][j];
449 _c._E[i] = e[i];
462 temp = _c._E[6 * i + j];
463 _c._E[6 * i + j] = _c._E[6 * i + j + 24];
464 _c._E[6 * i + j + 24] = temp;
/forgerock/opendj2/src/server/org/opends/server/util/
H A DCrypt.java122 int _E[] = new int[48]; field in class:Crypt.SubCrypt
156 for (int i = 0; i < _crypt._E.length; i++)
157 _crypt._E[i] = e[i];
324 _c._preS[j] = _c._R[_c._E[j] - 1] ^ _c._KS[i][j];
448 _c._E[i] = e[i];
461 temp = _c._E[6 * i + j];
462 _c._E[6 * i + j] = _c._E[6 * i + j + 24];
463 _c._E[6 * i + j + 24] = temp;
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DCrypt.java123 int _E[] = new int[48]; field in class:Crypt.SubCrypt
157 for (int i = 0; i < _crypt._E.length; i++)
158 _crypt._E[i] = e[i];
325 _c._preS[j] = _c._R[_c._E[j] - 1] ^ _c._KS[i][j];
449 _c._E[i] = e[i];
462 temp = _c._E[6 * i + j];
463 _c._E[6 * i + j] = _c._E[6 * i + j + 24];
464 _c._E[6 * i + j + 24] = temp;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DCrypt.java123 int _E[] = new int[48]; field in class:Crypt.SubCrypt
157 for (int i = 0; i < _crypt._E.length; i++)
158 _crypt._E[i] = e[i];
325 _c._preS[j] = _c._R[_c._E[j] - 1] ^ _c._KS[i][j];
449 _c._E[i] = e[i];
462 temp = _c._E[6 * i + j];
463 _c._E[6 * i + j] = _c._E[6 * i + j + 24];
464 _c._E[6 * i + j + 24] = temp;
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DCrypt.java122 int _E[] = new int[48]; field in class:Crypt.SubCrypt
156 for (int i = 0; i < _crypt._E.length; i++)
157 _crypt._E[i] = e[i];
324 _c._preS[j] = _c._R[_c._E[j] - 1] ^ _c._KS[i][j];
448 _c._E[i] = e[i];
461 temp = _c._E[6 * i + j];
462 _c._E[6 * i + j] = _c._E[6 * i + j + 24];
463 _c._E[6 * i + j + 24] = temp;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DCrypt.java123 int _E[] = new int[48]; field in class:Crypt.SubCrypt
157 copy(e, _crypt._E);
328 _c._preS[j] = _c._R[_c._E[j] - 1] ^ _c._KS[i][j];
447 copy(e, _c._E);
466 int temp = _c._E[6 * i + j];
467 _c._E[6 * i + j] = _c._E[6 * i + j + 24];
468 _c._E[6 * i + j + 24] = temp;

Completed in 534 milliseconds