Home
last modified time | relevance | path

Searched defs:sk (Results 1 – 19 of 19) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DKSSecretKeyEntryTest.java42 SecretKey sk = null; in testSecretKeyEntry() local
65 SecretKey sk = new tmpSecretKey(); in testGetSecretKey() local
75 SecretKey sk = new tmpSecretKey(); in testToString() local
/libcore/ojluni/src/main/java/sun/nio/ch/
DSelChImpl.java53 public boolean translateAndUpdateReadyOps(int ops, SelectionKeyImpl sk); in translateAndUpdateReadyOps()
63 public boolean translateAndSetReadyOps(int ops, SelectionKeyImpl sk); in translateAndSetReadyOps()
65 void translateAndSetInterestOps(int ops, SelectionKeyImpl sk); in translateAndSetInterestOps()
DSourceChannelImpl.java117 SelectionKeyImpl sk) { in translateReadyOps()
140 public boolean translateAndUpdateReadyOps(int ops, SelectionKeyImpl sk) { in translateAndUpdateReadyOps()
144 public boolean translateAndSetReadyOps(int ops, SelectionKeyImpl sk) { in translateAndSetReadyOps()
148 public void translateAndSetInterestOps(int ops, SelectionKeyImpl sk) { in translateAndSetInterestOps()
DSinkChannelImpl.java116 SelectionKeyImpl sk) { in translateReadyOps()
139 public boolean translateAndUpdateReadyOps(int ops, SelectionKeyImpl sk) { in translateAndUpdateReadyOps()
143 public boolean translateAndSetReadyOps(int ops, SelectionKeyImpl sk) { in translateAndSetReadyOps()
147 public void translateAndSetInterestOps(int ops, SelectionKeyImpl sk) { in translateAndSetInterestOps()
DServerSocketChannelImpl.java307 SelectionKeyImpl sk) { in translateReadyOps()
334 public boolean translateAndUpdateReadyOps(int ops, SelectionKeyImpl sk) { in translateAndUpdateReadyOps()
338 public boolean translateAndSetReadyOps(int ops, SelectionKeyImpl sk) { in translateAndSetReadyOps()
345 public void translateAndSetInterestOps(int ops, SelectionKeyImpl sk) { in translateAndSetInterestOps()
DAbstractPollSelectorImpl.java70 void putEventOps(SelectionKeyImpl sk, int ops) { in putEventOps()
122 SelectionKeyImpl sk = channelArray[i]; in updateSelectedKeys() local
DSocketChannelImpl.java916 SelectionKeyImpl sk) { in translateReadyOps()
959 public boolean translateAndUpdateReadyOps(int ops, SelectionKeyImpl sk) { in translateAndUpdateReadyOps()
963 public boolean translateAndSetReadyOps(int ops, SelectionKeyImpl sk) { in translateAndSetReadyOps()
970 public void translateAndSetInterestOps(int ops, SelectionKeyImpl sk) { in translateAndSetInterestOps()
DDatagramChannelImpl.java830 SelectionKeyImpl sk) { in translateReadyOps()
861 public boolean translateAndUpdateReadyOps(int ops, SelectionKeyImpl sk) { in translateAndUpdateReadyOps()
865 public boolean translateAndSetReadyOps(int ops, SelectionKeyImpl sk) { in translateAndSetReadyOps()
872 public void translateAndSetInterestOps(int ops, SelectionKeyImpl sk) { in translateAndSetInterestOps()
DSelectorImpl.java122 void putEventOps(SelectionKeyImpl sk, int ops) { } in putEventOps()
DServerSocketAdaptor.java107 SelectionKey sk = null; in accept() local
DDevPollSelectorImpl.java183 void putEventOps(SelectionKeyImpl sk, int ops) { in putEventOps()
DDatagramSocketAdaptor.java180 SelectionKey sk = null; in receive() local
DSocketAdaptor.java110 SelectionKey sk = null; in connect() local
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DSecretKeyTest.java40 checkSecretKey sk = new checkSecretKey(); in testField() local
DSecretKeyFactorySpiTest.java64 SecretKey sk = null; in testSecretKeyFactorySpi01() local
/libcore/luni/src/test/java/libcore/javax/crypto/
DKeyGeneratorTest.java161 private void test_SecretKey(KeyGenerator kg, SecretKey sk) throws Exception { in test_SecretKey()
DCipherTest.java1463 SecretKey sk = kg.generateKey(); in test_Cipher() local
3183 SecretKey sk = kg.generateKey(); in checkCipher() local
3540 final SecretKey sk = keys[index]; in testRC4_MultipleKeySizes() local
/libcore/ojluni/src/main/java/sun/security/util/
DKeyUtil.java76 SecretKey sk = (SecretKey)key; in getKeySize() local
/libcore/luni/src/main/java/java/util/concurrent/
DConcurrentSkipListMap.java3303 Index<K,V> s; Node<K,V> b, n; K sk; in trySplit() local
3391 Index<K,V> s; Node<K,V> b, n; K sk; in trySplit() local
3478 Index<K,V> s; Node<K,V> b, n; K sk; in trySplit() local