Searched refs:kkey (Results 1 - 2 of 2) sorted by relevance
/openjdk7/jdk/src/share/classes/java/util/concurrent/ |
H A D | ConcurrentSkipListMap.java | 842 * @param kkey the key 847 private V doPut(K kkey, V value, boolean onlyIfAbsent) { argument 848 Comparable<? super K> key = comparable(kkey); 879 Node<K,V> z = new Node<K,V>(kkey, value, n); 1324 * @param kkey the key 1328 Node<K,V> findNear(K kkey, int rel) { argument 1329 Comparable<? super K> key = comparable(kkey);
|
/openjdk7/jdk/test/sun/security/krb5/auto/ |
H A D | KDC.java | 677 EncryptionKey kkey = keyForUser(tkt.sname, te, true); 678 byte[] bb = tkt.encPart.decrypt(kkey, KeyUsage.KU_TICKET);
|
Completed in 136 milliseconds