Searched refs:fromKeymaster (Results 1 – 8 of 8) sorted by relevance
153 public static @PurposeEnum int fromKeymaster(int purpose) { in fromKeymaster() method in KeyProperties.Purpose186 result |= fromKeymaster(keymasterPurpose); in allFromKeymaster()315 + Digest.fromKeymaster(keymasterDigest)); in fromKeymasterSecretKeyAlgorithm()398 public static @BlockModeEnum String fromKeymaster(int blockMode) { in fromKeymaster() method in KeyProperties.BlockMode422 result[offset] = fromKeymaster(blockMode); in allFromKeymaster()494 public static @EncryptionPaddingEnum String fromKeymaster(int padding) { in fromKeymaster() method in KeyProperties.EncryptionPadding565 public static @SignaturePaddingEnum String fromKeymaster(int padding) { in fromKeymaster() method in KeyProperties.SignaturePadding667 public static @DigestEnum String fromKeymaster(int digest) { in fromKeymaster() method in KeyProperties.Digest738 result[offset] = fromKeymaster(digest); in allFromKeymaster()797 public static @OriginEnum int fromKeymaster(int origin) { in fromKeymaster() method in KeyProperties.Origin[all …]
106 origin = KeyProperties.Origin.fromKeymaster( in getKeyInfo()118 purposes |= KeyProperties.Purpose.fromKeymaster( in getKeyInfo()127 KeyProperties.SignaturePadding.fromKeymaster( in getKeyInfo()132 KeyProperties.EncryptionPadding.fromKeymaster( in getKeyInfo()142 digestsList.add(KeyProperties.Digest.fromKeymaster( in getKeyInfo()147 KeyProperties.BlockMode.fromKeymaster( in getKeyInfo()
273 KeyProperties.Digest.fromKeymaster(mKeymasterDigest), in engineGetParameters()398 return "RSA/ECB/" + KeyProperties.EncryptionPadding.fromKeymaster(mKeymasterPadding); in getTransform()432 + KeyProperties.EncryptionPadding.fromKeymaster(mKeymasterPadding) in initKey()452 + KeyProperties.EncryptionPadding.fromKeymaster(mKeymasterPadding) in initKey()
210 + KeyProperties.BlockMode.fromKeymaster(keymasterBlockMode) in engineInit()244 + KeyProperties.Digest.fromKeymaster(mKeymasterDigest) in engineInit()332 + KeyProperties.Digest.fromKeymaster(mKeymasterDigests[0])); in engineGenerateKey()
123 + KeyProperties.Digest.fromKeymaster(keymasterDigest)); in addMinMacLengthAuthorizationIfNecessary()
513 + KeyProperties.EncryptionPadding.fromKeymaster( in setPrivateKeyEntry()744 + KeyProperties.Digest.fromKeymaster(keymasterImpliedDigest) in setSecretKeyEntry()753 + KeyProperties.Digest.fromKeymaster(keymasterImpliedDigest)); in setSecretKeyEntry()
311 + KeyProperties.EncryptionPadding.fromKeymaster( in initialize()
48146 Landroid/security/keystore/KeyProperties$BlockMode;->fromKeymaster(I)Ljava/lang/String;48151 Landroid/security/keystore/KeyProperties$Digest;->fromKeymaster(I)Ljava/lang/String;48156 Landroid/security/keystore/KeyProperties$EncryptionPadding;->fromKeymaster(I)Ljava/lang/String;48165 Landroid/security/keystore/KeyProperties$Origin;->fromKeymaster(I)I48169 Landroid/security/keystore/KeyProperties$Purpose;->fromKeymaster(I)I48173 Landroid/security/keystore/KeyProperties$SignaturePadding;->fromKeymaster(I)Ljava/lang/String;