Home
last modified time | relevance | path

Searched refs:tmpKey (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/
DMyExemptionMechanismSpi.java71 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/
DExemptionMechanismTest.java129 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 …]
DExemptionMechanismSpiTest.java132 key = ((MyExemptionMechanismSpi)emSpi).new tmpKey("Proba", new byte[0]); in testExemptionMechanismSpi01()
/libcore/ojluni/src/main/java/sun/util/locale/
DInternalLocaleBuilder.java632 CaseInsensitiveString tmpKey = new CaseInsensitiveString(itr.current()); in setUnicodeLocaleExtension() local
633 key = ukeywords.containsKey(tmpKey) ? null : tmpKey; in setUnicodeLocaleExtension()