Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/keystore/
DAndroidKeyStoreKeyPairGeneratorSpi.java96 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()
DAndroidKeyStoreECDSASignatureSpi.java187 keymasterArgs.addEnum(KeymasterDefs.KM_TAG_ALGORITHM, KeymasterDefs.KM_ALGORITHM_EC); in addAlgorithmSpecificParametersToBegin()
DKeyProperties.java174 return KeymasterDefs.KM_ALGORITHM_EC; in toKeymasterAsymmetricKeyAlgorithm()
186 case KeymasterDefs.KM_ALGORITHM_EC: in fromKeymasterAsymmetricKeyAlgorithm()
/frameworks/base/core/java/android/security/keymaster/
DKeymasterDefs.java90 public static final int KM_ALGORITHM_EC = 3; field in KeymasterDefs