Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyPairGeneratorTest.java2235 testUniquenessOfECAgreementKeys("secp256r1", "ECDH", false /* useStrongbox */); in testUniquenessOfEcdhKeys()
2241 testUniquenessOfECAgreementKeys("secp256r1", "ECDH", true /* useStrongbox */); in testUniquenessOfEcdhKeysInStrongBox()
2246 testUniquenessOfECAgreementKeys("x25519", "XDH", false /* useStrongbox */); in testUniquenessOfX25519Keys()
2249 private void testUniquenessOfECAgreementKeys(String curve, String agreeAlgo, in testUniquenessOfECAgreementKeys() method in KeyPairGeneratorTest