Searched refs:KM_ALGORITHM_RSA (Results 1 – 7 of 7) sorted by relevance
96 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()
160 keymasterArgs.addEnum(KeymasterDefs.KM_TAG_ALGORITHM, KeymasterDefs.KM_ALGORITHM_RSA); in addAlgorithmSpecificParametersToBegin()
215 return KeymasterDefs.KM_ALGORITHM_RSA; in toKeymasterAsymmetricKeyAlgorithm()227 case KeymasterDefs.KM_ALGORITHM_RSA: in fromKeymasterAsymmetricKeyAlgorithm()
461 keymasterArgs.addEnum(KeymasterDefs.KM_TAG_ALGORITHM, KeymasterDefs.KM_ALGORITHM_RSA); in addAlgorithmSpecificParametersToBegin()
386 } 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()
105 public static final int KM_ALGORITHM_RSA = 1; field in KeymasterDefs