Home
last modified time | relevance | path

Searched refs:newKey (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/test/java/util/IdentityHashMap/
DBasic.java412 Box newKey = new Box(k1a); in testPutNew() local
414 Box r = map.put(newKey, newVal); in testPutNew()
420 entry(newKey, newVal)); in testPutNew()
438 Box newKey = new Box(k1a); in testPutAll() local
442 argMap.put(newKey, newVal); // new entry in testPutAll()
449 entry(newKey, newVal)); in testPutAll()
466 Box newKey = new Box(k1a); in testPutIfAbsentAddsNew() local
468 Box r = map.putIfAbsent(newKey, newVal); // adds new entry in testPutIfAbsentAddsNew()
474 entry(newKey, newVal)); in testPutIfAbsentAddsNew()
581 Box newKey = new Box(k1a); in testComputeAN() local
[all …]
/libcore/tools/go/certutil/
Dcertutil.go41 func newKey() *ecdsa.PrivateKey { func
67 PrivateKey: newKey(),
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DRevocationChecker.java1072 PublicKey newKey = cpbr.getPublicKey();
1076 checkCRLs(currCert, newKey, newCert,
1088 badKeys.add(newKey);