Home
last modified time | relevance | path

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

/aosp14/frameworks/base/keystore/java/android/security/keystore2/
H A DAndroidKeyStoreKeyPairGeneratorSpi.java106 super(KeymasterDefs.KM_ALGORITHM_EC); in EC()
116 super(KeymasterDefs.KM_ALGORITHM_EC); in XDH()
471 case KeymasterDefs.KM_ALGORITHM_EC: in buildKeyGenParameterSpecFromLegacy()
590 case KeymasterDefs.KM_ALGORITHM_EC: in initAlgorithmSpecificParameters()
811 if (mKeymasterAlgorithm == KeymasterDefs.KM_ALGORITHM_EC) { in constructKeyGenerationArguments()
932 case KeymasterDefs.KM_ALGORITHM_EC: in addAlgorithmSpecificParameters()
941 case KeymasterDefs.KM_ALGORITHM_EC: in getDefaultKeySize()
957 case KeymasterDefs.KM_ALGORITHM_EC: in checkValidKeySize()
1013 case KeymasterDefs.KM_ALGORITHM_EC: { in getCertificateSignatureAlgorithm()
H A DAndroidKeyStoreECDSASignatureSpi.java239 KeymasterDefs.KM_TAG_ALGORITHM, KeymasterDefs.KM_ALGORITHM_EC in addAlgorithmSpecificParametersToBegin()
H A DAndroidKeyStoreProvider.java417 keymasterAlgorithm == KeymasterDefs.KM_ALGORITHM_EC) { in loadAndroidKeyStoreKeyFromKeystore()
H A DAndroidKeyStoreSpi.java577 if (KeymasterDefs.KM_ALGORITHM_EC in setPrivateKeyEntry()
/aosp14/frameworks/base/keystore/java/android/security/keystore/
H A DKeyProperties.java257 return KeymasterDefs.KM_ALGORITHM_EC; in toKeymasterAsymmetricKeyAlgorithm()
269 case KeymasterDefs.KM_ALGORITHM_EC: in fromKeymasterAsymmetricKeyAlgorithm()
/aosp14/system/core/trusty/keymaster/set_attestation_key/
H A Dset_attestation_key.cpp218 *algorithm = KM_ALGORITHM_EC; in str_to_algorithm()
/aosp14/frameworks/base/core/java/android/security/keymaster/
H A DKeymasterDefs.java146 public static final int KM_ALGORITHM_EC = Algorithm.EC; field in KeymasterDefs
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt47633 Landroid/security/keymaster/KeymasterDefs;->KM_ALGORITHM_EC:I