Searched refs:KM_ALGORITHM_EC (Results 1 – 4 of 4) sorted by relevance
96 super(KeymasterDefs.KM_ALGORITHM_EC); in EC()211 case KeymasterDefs.KM_ALGORITHM_EC: in initialize()405 case KeymasterDefs.KM_ALGORITHM_EC: in initAlgorithmSpecificParameters()540 case KeymasterDefs.KM_ALGORITHM_EC: in addAlgorithmSpecificParameters()592 case KeymasterDefs.KM_ALGORITHM_EC: in generateSelfSignedCertificateWithFakeSignature()632 case KeymasterDefs.KM_ALGORITHM_EC: in getDefaultKeySize()644 case KeymasterDefs.KM_ALGORITHM_EC: in checkValidKeySize()691 case KeymasterDefs.KM_ALGORITHM_EC: in getCertificateSignatureAlgorithm()
187 keymasterArgs.addEnum(KeymasterDefs.KM_TAG_ALGORITHM, KeymasterDefs.KM_ALGORITHM_EC); in addAlgorithmSpecificParametersToBegin()
174 return KeymasterDefs.KM_ALGORITHM_EC; in toKeymasterAsymmetricKeyAlgorithm()186 case KeymasterDefs.KM_ALGORITHM_EC: in fromKeymasterAsymmetricKeyAlgorithm()
90 public static final int KM_ALGORITHM_EC = 3; field in KeymasterDefs