Home
last modified time | relevance | path

Searched refs:KM_ALGORITHM_RSA (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore/
DAndroidKeyStoreKeyPairGeneratorSpi.java96 super(KeymasterDefs.KM_ALGORITHM_RSA); in RSA()
235 case KeymasterDefs.KM_ALGORITHM_RSA: in initialize()
382 case KeymasterDefs.KM_ALGORITHM_RSA: in initAlgorithmSpecificParameters()
623 case KeymasterDefs.KM_ALGORITHM_RSA: in addAlgorithmSpecificParameters()
687 case KeymasterDefs.KM_ALGORITHM_RSA: in generateSelfSignedCertificateWithFakeSignature()
721 case KeymasterDefs.KM_ALGORITHM_RSA: in getDefaultKeySize()
745 case KeymasterDefs.KM_ALGORITHM_RSA: in checkValidKeySize()
834 case KeymasterDefs.KM_ALGORITHM_RSA: in getCertificateSignatureAlgorithm()
DAndroidKeyStoreRSASignatureSpi.java160 keymasterArgs.addEnum(KeymasterDefs.KM_TAG_ALGORITHM, KeymasterDefs.KM_ALGORITHM_RSA); in addAlgorithmSpecificParametersToBegin()
DKeyProperties.java215 return KeymasterDefs.KM_ALGORITHM_RSA; in toKeymasterAsymmetricKeyAlgorithm()
227 case KeymasterDefs.KM_ALGORITHM_RSA: in fromKeymasterAsymmetricKeyAlgorithm()
DAndroidKeyStoreRSACipherSpi.java461 keymasterArgs.addEnum(KeymasterDefs.KM_TAG_ALGORITHM, KeymasterDefs.KM_ALGORITHM_RSA); in addAlgorithmSpecificParametersToBegin()
DAndroidKeyStoreProvider.java386 } else if (keymasterAlgorithm == KeymasterDefs.KM_ALGORITHM_RSA || in loadAndroidKeyStoreKeyFromKeystore()
DAndroidKeyStoreSpi.java777 args.addEnum(KeymasterDefs.KM_TAG_ALGORITHM, KeymasterDefs.KM_ALGORITHM_RSA); in setWrappedKeyEntry()
779 args.addEnum(KeymasterDefs.KM_TAG_ALGORITHM, KeymasterDefs.KM_ALGORITHM_RSA); in setWrappedKeyEntry()
/frameworks/base/core/java/android/security/keymaster/
DKeymasterDefs.java105 public static final int KM_ALGORITHM_RSA = 1; field in KeymasterDefs