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()
386 case KeymasterDefs.KM_ALGORITHM_RSA: in initAlgorithmSpecificParameters()
614 case KeymasterDefs.KM_ALGORITHM_RSA: in addAlgorithmSpecificParameters()
678 case KeymasterDefs.KM_ALGORITHM_RSA: in generateSelfSignedCertificateWithFakeSignature()
712 case KeymasterDefs.KM_ALGORITHM_RSA: in getDefaultKeySize()
728 case KeymasterDefs.KM_ALGORITHM_RSA: in checkValidKeySize()
817 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.java461 keymasterArgs.addEnum(KeymasterDefs.KM_TAG_ALGORITHM, KeymasterDefs.KM_ALGORITHM_RSA); in addAlgorithmSpecificParametersToBegin()
/frameworks/base/core/java/android/security/keymaster/
DKeymasterDefs.java93 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()
/frameworks/base/docs/html/preview/features/
Dkey-attestation.jd379 attestation, this value is always <code>KM_ALGORITHM_RSA</code> or