Home
last modified time | relevance | path

Searched defs:ka (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyAgreementTest.java44 KeyAgreement ka = getKeyStoreKeyAgreement(); in testGenerateSecret_succeeds() local
55 KeyAgreement ka = getKeyStoreKeyAgreement(); in testGenerateSecret_forTwoParties_returnsSameSharedSecret() local
71 KeyAgreement ka = getKeyStoreKeyAgreement(); in testGenerateSecret_preservesPrivateKeyAndNothingElse() local
91 KeyAgreement ka = getKeyStoreKeyAgreement(); in testInit_withNonPrivateKey_fails() local
106 KeyAgreement ka = getKeyStoreKeyAgreement(); in testInit_withNonEcKey_fails() local
117 KeyAgreement ka = getKeyStoreKeyAgreement(); in testDoPhase_withoutInitialization_fails() local
127 KeyAgreement ka = getKeyStoreKeyAgreement(); in testGenerateSecret_withoutSecondPartyKey_fails() local
139 KeyAgreement ka = getKeyStoreKeyAgreement(); in testDoPhase_multiparty_fails() local
201 KeyAgreement ka = KeyAgreement.getInstance("ECDH", "AndroidKeyStore"); in getKeyStoreKeyAgreement() local
/cts/tests/tests/identity/src/android/security/identity/cts/
DEphemeralKeyTest.java152 KeyAgreement ka = KeyAgreement.getInstance("ECDH"); in TestReader() local
DUtil.java1038 KeyAgreement ka = KeyAgreement.getInstance("ECDH"); in calcEMacKeyForReader() local