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

/dalvik/libcore/security/src/main/java/org/apache/harmony/security/provider/cert/
H A DCache.java101 // in the particular array. I.e. for index N hash contained in hashes[N]
106 private final long[] hashes; field in class:Cache
113 // This is an ordered array of the hash codes from 'hashes' array (described
115 // the hash in the 'hashes' array. I.e. hash code ABCD00 with index 10 in
116 // the hashes array will be represented in this array as ABCD0A (10==0x0A)
135 hashes = new long[cache_size];
272 long idx_hash = (hashes[index] | (index+1));
276 // (hashes[index])
322 hashes[index] = hash;

Completed in 92 milliseconds