Searched refs:tmpKey (Results 1 – 4 of 4) sorted by relevance
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/ |
D | MyExemptionMechanismSpi.java | 71 if (!(key instanceof tmpKey)) { in engineInit() 83 if (!(key instanceof tmpKey)) { in engineInit() 98 if (!(key instanceof tmpKey)) { in engineInit() 107 public class tmpKey implements Key { class in MyExemptionMechanismSpi 110 public tmpKey(String alg, byte[] enc) { in tmpKey() method in MyExemptionMechanismSpi.tmpKey
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
D | ExemptionMechanismTest.java | 129 Key key = new MyExemptionMechanismSpi().new tmpKey("Proba", new byte[0]); in testIsCryptoAllowed() 139 Key key1 = new MyExemptionMechanismSpi().new tmpKey("Proba", in testIsCryptoAllowed() 161 Key key = new MyExemptionMechanismSpi().new tmpKey("Proba", new byte[0]); in testGenExemptionBlob() 203 Key key = new MyExemptionMechanismSpi().new tmpKey("Proba", new byte[0]); in test_genExemptionBlob() 219 key = new Mock_ExemptionMechanismSpi().new tmpKey("Proba", new byte[0]); in test_genExemptionBlob() 241 Key key = new Mock_ExemptionMechanismSpi().new tmpKey("Proba", new byte[0]); in test_genExemptionBlob$B() 281 Key key = new Mock_ExemptionMechanismSpi().new tmpKey("Proba", new byte[0]); in test_genExemptionBlob$BI() 378 Key key = new MyExemptionMechanismSpi().new tmpKey("Proba", new byte[0]); in test_getName() 393 Key key = new MyExemptionMechanismSpi().new tmpKey("Proba", new byte[0]); in test_getOutputSizeI() 416 Key key = new MyExemptionMechanismSpi().new tmpKey("Proba", new byte[0]); in test_getProvider() [all …]
|
D | ExemptionMechanismSpiTest.java | 132 key = ((MyExemptionMechanismSpi)emSpi).new tmpKey("Proba", new byte[0]); in testExemptionMechanismSpi01()
|
/libcore/ojluni/src/main/java/sun/util/locale/ |
D | InternalLocaleBuilder.java | 632 CaseInsensitiveString tmpKey = new CaseInsensitiveString(itr.current()); in setUnicodeLocaleExtension() local 633 key = ukeywords.containsKey(tmpKey) ? null : tmpKey; in setUnicodeLocaleExtension()
|