Searched refs:KM_ALGORITHM_RSA (Results 1 – 8 of 8) sorted by relevance
98 super(KeymasterDefs.KM_ALGORITHM_RSA); in RSA()237 case KeymasterDefs.KM_ALGORITHM_RSA: in initialize()384 case KeymasterDefs.KM_ALGORITHM_RSA: in initAlgorithmSpecificParameters()622 case KeymasterDefs.KM_ALGORITHM_RSA: in addAlgorithmSpecificParameters()686 case KeymasterDefs.KM_ALGORITHM_RSA: in generateSelfSignedCertificateWithFakeSignature()720 case KeymasterDefs.KM_ALGORITHM_RSA: in getDefaultKeySize()744 case KeymasterDefs.KM_ALGORITHM_RSA: in checkValidKeySize()833 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
65850 Landroid/security/keymaster/KeymasterDefs;->KM_ALGORITHM_RSA:I