| /libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/ |
| D | Cache.java | 170 long hash = 0; in getHash() local 213 public Object get(long hash, byte[] encoding) { in get() 241 public void put(long hash, byte[] encoding, Object object) { in put()
|
| D | X509CertFactoryImpl.java | 606 long hash = CERT_CACHE.getHash(encoding); in getCertificate() local 640 long hash = CERT_CACHE.getHash(buff); in getCertificate() local 678 long hash = CRL_CACHE.getHash(encoding); in getCRL() local 711 long hash = CRL_CACHE.getHash(buff); in getCRL() local
|
| /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
| D | ServerKeyExchange.java | 48 final byte[] hash; field in ServerKeyExchange 60 byte[] hash) { in ServerKeyExchange()
|
| D | CertificateVerify.java | 39 public CertificateVerify(byte[] hash) { in CertificateVerify()
|
| D | TrustedCertificateStore.java | 494 String hash = hash(subject); in findCert() local 533 private String hash(X500Principal name) { in hash() method in TrustedCertificateStore 534 int hash = NativeCrypto.X509_NAME_hash_old(name); in hash() local 538 private File file(File dir, String hash, int index) { in file() 625 String hash = alias.substring(PREFIX_USER.length(), dotIndex); in removeUnnecessaryTombstones() local
|
| D | OpenSSLKey.java | 89 int hash = 1; in hashCode() local
|
| D | OpenSSLDSAPrivateKey.java | 170 int hash = 1; in hashCode() local
|
| D | OpenSSLRSAPrivateKey.java | 221 int hash = 1; in hashCode() local
|
| D | KeyManagerImpl.java | 53 private final Hashtable<String, PrivateKeyEntry> hash; field in KeyManagerImpl
|
| /libcore/luni/src/main/java/java/util/ |
| D | HashMap.java | 298 int hash = key.hashCode(); in get() local 327 int hash = key.hashCode(); in containsKey() local 390 int hash = secondaryHash(key.hashCode()); in put() local 453 int hash = secondaryHash(key.hashCode()); in constructorPut() local 475 void addNewEntry(K key, V value, int hash, int index) { in addNewEntry() 494 K key, V value, int hash, HashMapEntry<K, V> first) { in constructorNewEntry() 621 int hash = secondaryHash(key.hashCode()); in remove() local 726 final int hash; field in HashMap.HashMapEntry 729 HashMapEntry(K key, V value, int hash, HashMapEntry<K, V> next) { in HashMapEntry() 841 int hash = secondaryHash(key.hashCode()); in containsMapping() local [all …]
|
| D | LinkedHashMap.java | 154 LinkedEntry(K key, V value, int hash, HashMapEntry<K, V> next, in LinkedEntry() 184 @Override void addNewEntry(K key, V value, int hash, int index) { in addNewEntry() 220 K key, V value, int hash, HashMapEntry<K, V> next) { in constructorNewEntry() 251 int hash = key.hashCode(); in get() local
|
| D | Hashtable.java | 263 int hash = key.hashCode(); in get() local 291 int hash = key.hashCode(); in containsKey() local 369 int hash = secondaryHash(key.hashCode()); in put() local 405 int hash = secondaryHash(key.hashCode()); in constructorPut() local 558 int hash = secondaryHash(key.hashCode()); in remove() local 667 final int hash; field in Hashtable.HashtableEntry 670 HashtableEntry(K key, V value, int hash, HashtableEntry<K, V> next) { in HashtableEntry() 802 int hash = secondaryHash(key.hashCode()); in containsMapping() local 818 int hash = secondaryHash(key.hashCode()); in removeMapping() local
|
| D | UUID.java | 55 private transient int hash; field in UUID 155 private static UUID makeUuid(byte[] hash, int version) { in makeUuid()
|
| /libcore/luni/src/main/java/java/util/concurrent/ |
| D | ConcurrentHashMap.java | 173 final int hash; field in ConcurrentHashMap.HashEntry 178 HashEntry(int hash, K key, V value, HashEntry<K,V> next) { in HashEntry() 236 private static int hash(int h) { in hash() method in ConcurrentHashMap 333 final V put(K key, int hash, V value, boolean onlyIfAbsent) { in put() 453 private HashEntry<K,V> scanAndLockForPut(K key, int hash, V value) { in scanAndLockForPut() 491 private void scanAndLock(Object key, int hash) { in scanAndLock() 519 final V remove(Object key, int hash, Object value) { in remove() 554 final boolean replace(K key, int hash, V oldValue, V newValue) { in replace() 578 final V replace(K key, int hash, V value) { in replace() 1018 int hash = hash(key.hashCode()); in put() local [all …]
|
| /libcore/luni/src/main/java/java/util/jar/ |
| D | JarVerifier.java | 81 private byte[] hash; field in JarVerifier.VerifierEntry 85 VerifierEntry(String name, MessageDigest digest, byte[] hash, in VerifierEntry() 200 String hash = attributes.getValue(algorithm + "-Digest"); in initEntry() local 388 String hash = attributes.getValue(algorithm + entry); in verify() local
|
| /libcore/luni/src/main/java/java/security/ |
| D | Timestamp.java | 37 private transient int hash; field in Timestamp
|
| D | CodeSigner.java | 35 private transient int hash; field in CodeSigner
|
| D | Identity.java | 330 int hash = 0; in hashCode() local
|
| /libcore/luni/src/main/java/java/security/spec/ |
| D | EllipticCurve.java | 42 private volatile int hash; field in EllipticCurve
|
| /libcore/luni/src/main/java/org/apache/harmony/security/utils/ |
| D | ObjectIdentifier.java | 46 private int hash = -1; field in ObjectIdentifier
|
| /libcore/luni/src/main/java/java/security/cert/ |
| D | Certificate.java | 103 int hash = 0; in hashCode() local
|
| D | CertPath.java | 101 int hash = getType().hashCode(); in hashCode() local
|
| /libcore/luni/src/main/java/java/io/ |
| D | SerializationHandleMap.java | 126 int index, next, hash; in remove() local
|
| /libcore/luni/src/main/java/org/apache/harmony/lang/annotation/ |
| D | AnnotationFactory.java | 246 int hash = 0; in hashCode() local
|
| D | AnnotationMember.java | 260 int hash = name.hashCode() * 127; in hashCode() local
|