Searched refs:_iobuf (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DCrypt.java146 int _iobuf[] = new int[16]; field in class:Crypt.SubCrypt
454 _c._iobuf[i] = c;
483 _c._iobuf[i + 2] = c;
485 _c._iobuf[i + 2] = 0;
486 if (_c._iobuf[1] == 0) _c._iobuf[1] = _c._iobuf[0];
487 return (_c._iobuf);
/forgerock/opendj2/src/server/org/opends/server/util/
H A DCrypt.java145 int _iobuf[] = new int[16]; field in class:Crypt.SubCrypt
453 _c._iobuf[i] = c;
482 _c._iobuf[i + 2] = c;
484 _c._iobuf[i + 2] = 0;
485 if (_c._iobuf[1] == 0) _c._iobuf[1] = _c._iobuf[0];
486 return (_c._iobuf);
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DCrypt.java146 int _iobuf[] = new int[16]; field in class:Crypt.SubCrypt
454 _c._iobuf[i] = c;
483 _c._iobuf[i + 2] = c;
485 _c._iobuf[i + 2] = 0;
486 if (_c._iobuf[1] == 0) _c._iobuf[1] = _c._iobuf[0];
487 return (_c._iobuf);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DCrypt.java146 int _iobuf[] = new int[16]; field in class:Crypt.SubCrypt
454 _c._iobuf[i] = c;
483 _c._iobuf[i + 2] = c;
485 _c._iobuf[i + 2] = 0;
486 if (_c._iobuf[1] == 0) _c._iobuf[1] = _c._iobuf[0];
487 return (_c._iobuf);
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DCrypt.java145 int _iobuf[] = new int[16]; field in class:Crypt.SubCrypt
453 _c._iobuf[i] = c;
482 _c._iobuf[i + 2] = c;
484 _c._iobuf[i + 2] = 0;
485 if (_c._iobuf[1] == 0) _c._iobuf[1] = _c._iobuf[0];
486 return (_c._iobuf);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DCrypt.java146 int _iobuf[] = new int[16]; field in class:Crypt.SubCrypt
452 _c._iobuf[i] = c;
496 _c._iobuf[i + 2] = c;
498 _c._iobuf[i + 2] = 0;
499 if (_c._iobuf[1] == 0)
501 _c._iobuf[1] = _c._iobuf[0];
503 return _c._iobuf;

Completed in 34 milliseconds