Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/keystore/
DAndroidKeyStoreKeyPairGeneratorSpi.java104 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()
DAndroidKeyStoreECDSASignatureSpi.java187 keymasterArgs.addEnum(KeymasterDefs.KM_TAG_ALGORITHM, KeymasterDefs.KM_ALGORITHM_EC); in addAlgorithmSpecificParametersToBegin()
DKeyProperties.java192 return KeymasterDefs.KM_ALGORITHM_EC; in toKeymasterAsymmetricKeyAlgorithm()
204 case KeymasterDefs.KM_ALGORITHM_EC: in fromKeymasterAsymmetricKeyAlgorithm()
DAndroidKeyStoreProvider.java377 keymasterAlgorithm == KeymasterDefs.KM_ALGORITHM_EC) { in loadAndroidKeyStoreKeyFromKeystore()
/frameworks/base/core/java/android/security/keymaster/
DKeymasterDefs.java105 public static final int KM_ALGORITHM_EC = 3; field in KeymasterDefs