Searched refs:KM_ALGORITHM_RSA (Results 1 – 8 of 8) sorted by relevance
97 super(KeymasterDefs.KM_ALGORITHM_RSA); in RSA()236 case KeymasterDefs.KM_ALGORITHM_RSA: in initialize()383 case KeymasterDefs.KM_ALGORITHM_RSA: in initAlgorithmSpecificParameters()641 case KeymasterDefs.KM_ALGORITHM_RSA: in addAlgorithmSpecificParameters()705 case KeymasterDefs.KM_ALGORITHM_RSA: in generateSelfSignedCertificateWithFakeSignature()739 case KeymasterDefs.KM_ALGORITHM_RSA: in getDefaultKeySize()763 case KeymasterDefs.KM_ALGORITHM_RSA: in checkValidKeySize()852 case KeymasterDefs.KM_ALGORITHM_RSA: in getCertificateSignatureAlgorithm()
160 keymasterArgs.addEnum(KeymasterDefs.KM_TAG_ALGORITHM, KeymasterDefs.KM_ALGORITHM_RSA); in addAlgorithmSpecificParametersToBegin()
194 return KeymasterDefs.KM_ALGORITHM_RSA; in toKeymasterAsymmetricKeyAlgorithm()206 case KeymasterDefs.KM_ALGORITHM_RSA: in fromKeymasterAsymmetricKeyAlgorithm()
461 keymasterArgs.addEnum(KeymasterDefs.KM_TAG_ALGORITHM, KeymasterDefs.KM_ALGORITHM_RSA); in addAlgorithmSpecificParametersToBegin()
376 } else if (keymasterAlgorithm == KeymasterDefs.KM_ALGORITHM_RSA || in loadAndroidKeyStoreKeyFromKeystore()
777 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()
104 public static final int KM_ALGORITHM_RSA = 1; field in KeymasterDefs
61547 Landroid/security/keymaster/KeymasterDefs;->KM_ALGORITHM_RSA:I