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

/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
H A DSHA1_MessageDigestTest.java49 * whose length are in the LENGTHS array below.
125 private static final int[] LENGTHS = { 1, 63,64,65, 639,640,641, 6399,6400,6401, 9999 }; field in class:SHA1_MessageDigestTest
206 for ( int n = 0 ; n < LENGTHS.length; n++ ) {
208 for ( int j = 0; j < LENGTHS[n]; j++ ) {
319 for ( int n = 0 ; n < LENGTHS.length; n++ ) {
322 bytes = new byte[LENGTHS[n]];

Completed in 38 milliseconds