Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/keystore/
DAndroidKeyStoreKeyPairGeneratorSpi.java90 super(KeymasterDefs.KM_ALGORITHM_RSA); in RSA()
226 case KeymasterDefs.KM_ALGORITHM_RSA: in initialize()
373 case KeymasterDefs.KM_ALGORITHM_RSA: in initAlgorithmSpecificParameters()
536 case KeymasterDefs.KM_ALGORITHM_RSA: in addAlgorithmSpecificParameters()
600 case KeymasterDefs.KM_ALGORITHM_RSA: in generateSelfSignedCertificateWithFakeSignature()
634 case KeymasterDefs.KM_ALGORITHM_RSA: in getDefaultKeySize()
650 case KeymasterDefs.KM_ALGORITHM_RSA: in checkValidKeySize()
739 case KeymasterDefs.KM_ALGORITHM_RSA: in getCertificateSignatureAlgorithm()
DAndroidKeyStoreRSASignatureSpi.java160 keymasterArgs.addEnum(KeymasterDefs.KM_TAG_ALGORITHM, KeymasterDefs.KM_ALGORITHM_RSA); in addAlgorithmSpecificParametersToBegin()
DKeyProperties.java176 return KeymasterDefs.KM_ALGORITHM_RSA; in toKeymasterAsymmetricKeyAlgorithm()
188 case KeymasterDefs.KM_ALGORITHM_RSA: in fromKeymasterAsymmetricKeyAlgorithm()
DAndroidKeyStoreRSACipherSpi.java460 keymasterArgs.addEnum(KeymasterDefs.KM_TAG_ALGORITHM, KeymasterDefs.KM_ALGORITHM_RSA); in addAlgorithmSpecificParametersToBegin()
/frameworks/base/core/java/android/security/keymaster/
DKeymasterDefs.java89 public static final int KM_ALGORITHM_RSA = 1; field in KeymasterDefs
/frameworks/base/keystore/tests/src/android/security/
DKeyStoreTest.java707 args.addEnum(KeymasterDefs.KM_TAG_ALGORITHM, KeymasterDefs.KM_ALGORITHM_RSA); in generateRsaKey()
730 args.addEnum(KeymasterDefs.KM_TAG_ALGORITHM, KeymasterDefs.KM_ALGORITHM_RSA); in testGenerateRsaWithEntropy()
762 args.addEnum(KeymasterDefs.KM_TAG_ALGORITHM, KeymasterDefs.KM_ALGORITHM_RSA); in testAppId()