Searched defs:_L (Results 1 - 8 of 8) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DCrypt.java128 int _L[] = new int[32]; field in class:Crypt.SubCrypt
294 _c._L[j] = b;
349 _c._R[j] = _c._L[j] ^ _c._f[P[j] - 1];
354 _c._L[j] = _c._tempL[j];
361 t = _c._L[j];
362 _c._L[j] = _c._R[j];
371 a = (iv <= 31) ? _c._L[iv] : _c._R[iv - 32];
/forgerock/opendj2/src/server/org/opends/server/util/
H A DCrypt.java127 int _L[] = new int[32]; field in class:Crypt.SubCrypt
293 _c._L[j] = b;
348 _c._R[j] = _c._L[j] ^ _c._f[P[j] - 1];
353 _c._L[j] = _c._tempL[j];
360 t = _c._L[j];
361 _c._L[j] = _c._R[j];
370 a = (iv <= 31) ? _c._L[iv] : _c._R[iv - 32];
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DCrypt.java128 int _L[] = new int[32]; field in class:Crypt.SubCrypt
294 _c._L[j] = b;
349 _c._R[j] = _c._L[j] ^ _c._f[P[j] - 1];
354 _c._L[j] = _c._tempL[j];
361 t = _c._L[j];
362 _c._L[j] = _c._R[j];
371 a = (iv <= 31) ? _c._L[iv] : _c._R[iv - 32];
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DCrypt.java128 int _L[] = new int[32]; field in class:Crypt.SubCrypt
294 _c._L[j] = b;
349 _c._R[j] = _c._L[j] ^ _c._f[P[j] - 1];
354 _c._L[j] = _c._tempL[j];
361 t = _c._L[j];
362 _c._L[j] = _c._R[j];
371 a = (iv <= 31) ? _c._L[iv] : _c._R[iv - 32];
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DCrypt.java127 int _L[] = new int[32]; field in class:Crypt.SubCrypt
293 _c._L[j] = b;
348 _c._R[j] = _c._L[j] ^ _c._f[P[j] - 1];
353 _c._L[j] = _c._tempL[j];
360 t = _c._L[j];
361 _c._L[j] = _c._R[j];
370 a = (iv <= 31) ? _c._L[iv] : _c._R[iv - 32];
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DCrypt.java128 int _L[] = new int[32]; field in class:Crypt.SubCrypt
294 _c._L[j] = b;
354 _c._R[j] = _c._L[j] ^ _c._f[P[j] - 1];
359 System.arraycopy(_c._tempL, 0, _c._L, 0, 32);
367 int t = _c._L[j];
368 _c._L[j] = _c._R[j];
377 int a = (iv <= 31) ? _c._L[iv] : _c._R[iv - 32];
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/idpp/jaxb/impl/
H A DAddressTypeImpl.java19 protected com.sun.identity.liberty.ws.idpp.jaxb.DSTString _L; field in class:AddressTypeImpl
76 return _L;
80 _L = value;
183 if (_L!= null) {
184 if (_L instanceof javax.xml.bind.Element) {
185 context.childAsBody(((com.sun.xml.bind.JAXBObject) _L), "L");
188 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _L), "L");
190 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _L), "L");
192 context.childAsBody(((com.sun.xml.bind.JAXBObject) _L), "L");
311 if (_L!
[all...]
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/idpp/jaxb/impl/
H A DAddressTypeImpl.java19 protected com.sun.identity.liberty.ws.idpp.jaxb.DSTString _L; field in class:AddressTypeImpl
76 return _L;
80 _L = value;
183 if (_L!= null) {
184 if (_L instanceof javax.xml.bind.Element) {
185 context.childAsBody(((com.sun.xml.bind.JAXBObject) _L), "L");
188 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _L), "L");
190 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _L), "L");
192 context.childAsBody(((com.sun.xml.bind.JAXBObject) _L), "L");
311 if (_L!
[all...]

Completed in 1933 milliseconds