Searched refs:KM_ALGORITHM_EC (Results 1 – 5 of 5) sorted by relevance
104 super(KeymasterDefs.KM_ALGORITHM_EC); in EC()222 case KeymasterDefs.KM_ALGORITHM_EC: in initialize()416 case KeymasterDefs.KM_ALGORITHM_EC: in initAlgorithmSpecificParameters()626 case KeymasterDefs.KM_ALGORITHM_EC: in addAlgorithmSpecificParameters()678 case KeymasterDefs.KM_ALGORITHM_EC: in generateSelfSignedCertificateWithFakeSignature()718 case KeymasterDefs.KM_ALGORITHM_EC: in getDefaultKeySize()733 case KeymasterDefs.KM_ALGORITHM_EC: in checkValidKeySize()785 case KeymasterDefs.KM_ALGORITHM_EC: in getCertificateSignatureAlgorithm()
187 keymasterArgs.addEnum(KeymasterDefs.KM_TAG_ALGORITHM, KeymasterDefs.KM_ALGORITHM_EC); in addAlgorithmSpecificParametersToBegin()
192 return KeymasterDefs.KM_ALGORITHM_EC; in toKeymasterAsymmetricKeyAlgorithm()204 case KeymasterDefs.KM_ALGORITHM_EC: in fromKeymasterAsymmetricKeyAlgorithm()
377 keymasterAlgorithm == KeymasterDefs.KM_ALGORITHM_EC) { in loadAndroidKeyStoreKeyFromKeystore()
105 public static final int KM_ALGORITHM_EC = 3; field in KeymasterDefs