Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
DSHA1PRNG_SecureRandomImpl.java133 private transient int[] copies; field in SHA1PRNG_SecureRandomImpl
178 copies = new int[2 * FRAME_LENGTH + EXTRAFRAME_OFFSET]; in SHA1PRNG_SecureRandomImpl()
221 System.arraycopy(copies, HASHCOPY_OFFSET, this.seed, HASH_OFFSET, in engineSetSeed()
310 System.arraycopy(seed, HASH_OFFSET, copies, HASHCOPY_OFFSET, in engineNextBytes()
338 copies[EXTRAFRAME_OFFSET + 14] = (int) (bits >>> 32); in engineNextBytes()
339 copies[EXTRAFRAME_OFFSET + 15] = (int) (bits & 0xFFFFFFFF); in engineNextBytes()
381 copies[EXTRAFRAME_OFFSET] = seed[FRAME_LENGTH]; in engineNextBytes()
382 copies[EXTRAFRAME_OFFSET + 1] = seed[FRAME_LENGTH + 1]; in engineNextBytes()
389 System.arraycopy(seed, 0, copies, FRAME_OFFSET, FRAME_LENGTH); in engineNextBytes()
390 System.arraycopy(copies, EXTRAFRAME_OFFSET, seed, 0, in engineNextBytes()
[all …]
/libcore/luni/
Dbouncycastle-license.txt8 distribute, sublicense, and/or sell copies of the Software, and to
13 included in all copies or substantial portions of the Software.
Dunicode-license.txt26 rights to use, copy, modify, merge, publish, distribute, and/or sell copies of
29 and this permission notice appear with all copies of the Data Files or Software,
/libcore/luni/src/test/etc/loading-test-jar/
DREADME.txt7 build.sh in this directory, which copies resulting files into the luni
/libcore/luni/src/test/etc/loading-test2-jar/
DREADME.txt7 build.sh in this directory, which copies resulting files into the luni
/libcore/
DNOTICE43 distribute, and/or sell copies of the Software, and to permit persons
45 copyright notice(s) and this permission notice appear in all copies of
78 distribute, sublicense, and/or sell copies of the Software, and to
83 included in all copies or substantial portions of the Software.
DLICENSE8 Everyone is permitted to copy and distribute verbatim copies of this license
24 distribute copies of free software (and charge for this service if you wish),
31 translate to certain responsibilities for you if you distribute copies of the
34 For example, if you distribute copies of such a program, whether gratis or for
76 1. You may copy and distribute verbatim copies of the Program's source code as
86 2. You may modify your copy or copies of the Program or any portion of it, thus
166 your rights under this License. However, parties who have received copies, or
193 of the Program by all those who receive copies directly or indirectly through
/libcore/benchmarks/libs/
Dcaliper.jar.txt90 4. Redistribution. You may reproduce and distribute copies of the
/libcore/ojluni/
DNOTICE294 Everyone is permitted to copy and distribute verbatim copies of this license
310 distribute copies of free software (and charge for this service if you wish),
317 translate to certain responsibilities for you if you distribute copies of the
320 For example, if you distribute copies of such a program, whether gratis or for
362 1. You may copy and distribute verbatim copies of the Program's source code as
372 2. You may modify your copy or copies of the Program or any portion of it, thus
452 your rights under this License. However, parties who have received copies, or
479 of the Program by all those who receive copies directly or indirectly through
1530 publish, distribute, and/or sell copies of the Data Files or Software, and
1533 notice appear with all copies of the Data Files or Software, (b) both the
[all …]