Searched refs:testUniquenessOfECAgreementKeys (Results 1 – 1 of 1) sorted by relevance
2235 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