Lines Matching full:curve
590 curve = atftman.EncryptionAlgorithm.ALGORITHM_CURVE25519
591 algorithm = atft_manager._ChooseAlgorithm([p256, curve])
592 self.assertEqual(curve, algorithm)
604 curve = atftman.EncryptionAlgorithm.ALGORITHM_CURVE25519
605 algorithm = atft_manager._ChooseAlgorithm([curve])
606 self.assertEqual(curve, algorithm)