/external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/ |
D | KeyAgreement_Impl1Test.java | 71 KeyAgreement keyA = new myKeyAgreement(spi, defaultProvider, in testKeyAgreement() local 73 assertEquals("Incorrect algorithm", keyA.getAlgorithm(), in testKeyAgreement() 75 assertEquals("Incorrect provider", keyA.getProvider(), defaultProvider); in testKeyAgreement() 76 assertNull("Incorrect result", keyA.doPhase(null, true)); in testKeyAgreement() 77 assertEquals("Incorrect result", keyA.generateSecret().length, 0); in testKeyAgreement() 79 keyA = new myKeyAgreement(null, null, null); in testKeyAgreement() 80 assertNull("Algorithm must be null", keyA.getAlgorithm()); in testKeyAgreement() 81 assertNull("Provider must be null", keyA.getProvider()); in testKeyAgreement() 83 keyA.doPhase(null, true); in testKeyAgreement()
|
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/ |
D | KeyAgreementTest.java | 141 KeyAgreement keyA; in testGetInstanceString02() local 143 keyA = KeyAgreement.getInstance(validValues[i]); in testGetInstanceString02() 144 assertEquals("Incorrect algorithm", keyA.getAlgorithm(), in testGetInstanceString02() 224 KeyAgreement keyA; in testGetInstanceStringString03() local 226 keyA = KeyAgreement in testGetInstanceStringString03() 228 assertEquals("Incorrect algorithm", keyA.getAlgorithm(), in testGetInstanceStringString03() 230 assertEquals("Incorrect provider", keyA.getProvider().getName(), in testGetInstanceStringString03() 291 KeyAgreement keyA; in testGetInstanceStringProvider03() local 293 keyA = KeyAgreement.getInstance(validValues[i], defaultProvider); in testGetInstanceStringProvider03() 294 assertEquals("Incorrect algorithm", keyA.getAlgorithm(), in testGetInstanceStringProvider03() [all …]
|
D | KeyGeneratorTest.java | 323 KeyGenerator keyA; in testGetInstanceStringProvider03() local 325 keyA = KeyGenerator.getInstance(validValues[i], defaultProvider); in testGetInstanceStringProvider03() 326 assertEquals("Incorrect algorithm", keyA.getAlgorithm(), validValues[i]); in testGetInstanceStringProvider03() 327 assertEquals("Incorrect provider", keyA.getProvider(), defaultProvider); in testGetInstanceStringProvider03()
|
/external/v8/test/mjsunit/es6/ |
D | object-assign.js | 123 var keyA = "str-prop"; 126 checkDataProperty(target, keyA, 1, true, true, true);
|
/external/tpm2/ |
D | ZGen_2Phase_fp.h | 13 TPMI_DH_OBJECT keyA; member
|
D | ZGen_2Phase.c | 35 eccKey = ObjectGet(in->keyA); in TPM2_ZGen_2Phase()
|
D | Marshal_ZGen_2Phase.c | 44 target->keyA = request_handles[0]; in ZGen_2Phase_In_Unmarshal()
|
D | part3.txt | 5421 TPM_RC_ATTRIBUTES key referenced by keyA is restricted or not a decrypt key 5422 TPM_RC_KEY key referenced by keyA is not an ECC key 5424 TPM_RC_SCHEME the scheme of the key referenced by keyA is not TPM_ALG_NULL, 5566 regenerate the ephemeral private key (de,V) and the associated public key (Qe,V). keyA provides the… 5571 It is an error if inQsB or inQeB are not on the curve of keyA (TPM_RC_ECC_POINT). 5586 … TPM2_ZGen_2Phase as the computation done with the private part of keyA is the same in both 5624 TPMI_DH_OBJECT @keyA 5668 TPM_RC_ATTRIBUTES key referenced by keyA is restricted or not a decrypt key 5669 … TPM_RC_ECC_POINT inQsB or inQeB is not on the curve of the key reference by keyA 5670 TPM_RC_KEY key referenced by keyA is not an ECC key [all …]
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationMiscTest.java | 2343 CollationKey keyA = coll.getCollationKey("a"); in Test6179() local 2344 logln("Key for \"a\":"+ CollationTest.prettify(keyA)); in Test6179() 2345 if (keyA.compareTo(coll.getCollationKey(lastPrimIgn))<=0) { in Test6179() 2351 if (keyA.compareTo(coll.getCollationKey(firstVariable))>=0) { in Test6179() 2381 CollationKey keyA = coll.getCollationKey("a"); in Test6179() local 2382 logln("Key for \"a\":"+ CollationTest.prettify(keyA)); in Test6179() 2383 byte[] keyAInBytes = keyA.toByteArray(); in Test6179() 2392 if (keyA.compareTo(coll.getCollationKey(firstVariable))>=0) { in Test6179()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationMiscTest.java | 2347 CollationKey keyA = coll.getCollationKey("a"); in Test6179() local 2348 logln("Key for \"a\":"+ CollationTest.prettify(keyA)); in Test6179() 2349 if (keyA.compareTo(coll.getCollationKey(lastPrimIgn))<=0) { in Test6179() 2355 if (keyA.compareTo(coll.getCollationKey(firstVariable))>=0) { in Test6179() 2385 CollationKey keyA = coll.getCollationKey("a"); in Test6179() local 2386 logln("Key for \"a\":"+ CollationTest.prettify(keyA)); in Test6179() 2387 byte[] keyAInBytes = keyA.toByteArray(); in Test6179() 2396 if (keyA.compareTo(coll.getCollationKey(firstVariable))>=0) { in Test6179()
|
/external/tpm2/generator/ |
D | raw_commands.txt | 9576 regenerate the ephemeral private key (de,V) and the associated public key (Qe,V). keyA provides the… 9581 It is an error if inQsB or inQeB are not on the curve of keyA (TPM_RC_ECC_POINT). 9608 TPM2_ZGen_2Phase as the computation done with the private part of keyA is the same in both 9668 @keyA 9758 key referenced by keyA is restricted or not a decrypt key 9762 inQsB or inQeB is not on the curve of the key reference by keyA 9766 key referenced by keyA is not an ECC key 9817 the scheme of the key referenced by keyA is not TPM_ALG_NULL, 9844 eccKey = ObjectGet(in->keyA); 9845 // keyA must be an ECC key [all …]
|
D | raw_commands_fixed.txt | 9587 regenerate the ephemeral private key (de,V) and the associated public key (Qe,V). keyA provides the… 9592 It is an error if inQsB or inQeB are not on the curve of keyA (TPM_RC_ECC_POINT). 9619 TPM2_ZGen_2Phase as the computation done with the private part of keyA is the same in both 9679 @keyA 9769 key referenced by keyA is restricted or not a decrypt key 9773 inQsB or inQeB is not on the curve of the key reference by keyA 9777 key referenced by keyA is not an ECC key 9828 the scheme of the key referenced by keyA is not TPM_ALG_NULL, 9855 eccKey = ObjectGet(in->keyA); 9856 // keyA must be an ECC key [all …]
|
D | commands.txt | 663 _NAME keyA
|
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |