Searched refs:fromKeymaster (Results 1 – 8 of 8) sorted by relevance
152 public static @PurposeEnum int fromKeymaster(int purpose) { in fromKeymaster() method in KeyProperties.Purpose185 result |= fromKeymaster(keymasterPurpose); in allFromKeymaster()314 + Digest.fromKeymaster(keymasterDigest)); in fromKeymasterSecretKeyAlgorithm()397 public static @BlockModeEnum String fromKeymaster(int blockMode) { in fromKeymaster() method in KeyProperties.BlockMode421 result[offset] = fromKeymaster(blockMode); in allFromKeymaster()493 public static @EncryptionPaddingEnum String fromKeymaster(int padding) { in fromKeymaster() method in KeyProperties.EncryptionPadding564 public static @SignaturePaddingEnum String fromKeymaster(int padding) { in fromKeymaster() method in KeyProperties.SignaturePadding666 public static @DigestEnum String fromKeymaster(int digest) { in fromKeymaster() method in KeyProperties.Digest737 result[offset] = fromKeymaster(digest); in allFromKeymaster()796 public static @OriginEnum int fromKeymaster(int origin) { in fromKeymaster() method in KeyProperties.Origin[all …]
104 origin = KeyProperties.Origin.fromKeymaster( in getKeyInfo()116 purposes |= KeyProperties.Purpose.fromKeymaster( in getKeyInfo()125 KeyProperties.SignaturePadding.fromKeymaster( in getKeyInfo()130 KeyProperties.EncryptionPadding.fromKeymaster( in getKeyInfo()140 digestsList.add(KeyProperties.Digest.fromKeymaster( in getKeyInfo()145 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()
211 + KeyProperties.BlockMode.fromKeymaster(keymasterBlockMode) in engineInit()245 + KeyProperties.Digest.fromKeymaster(mKeymasterDigest) in engineInit()334 + KeyProperties.Digest.fromKeymaster(mKeymasterDigests[0])); in engineGenerateKey()
123 + KeyProperties.Digest.fromKeymaster(keymasterDigest)); in addMinMacLengthAuthorizationIfNecessary()
527 + KeyProperties.EncryptionPadding.fromKeymaster( in setPrivateKeyEntry()776 + KeyProperties.Digest.fromKeymaster(keymasterImpliedDigest) in setSecretKeyEntry()785 + KeyProperties.Digest.fromKeymaster(keymasterImpliedDigest)); in setSecretKeyEntry()
332 + KeyProperties.EncryptionPadding.fromKeymaster( in initialize()
47503 Landroid/security/keystore/KeyProperties$BlockMode;->fromKeymaster(I)Ljava/lang/String;47508 Landroid/security/keystore/KeyProperties$Digest;->fromKeymaster(I)Ljava/lang/String;47513 Landroid/security/keystore/KeyProperties$EncryptionPadding;->fromKeymaster(I)Ljava/lang/String;47522 Landroid/security/keystore/KeyProperties$Origin;->fromKeymaster(I)I47526 Landroid/security/keystore/KeyProperties$Purpose;->fromKeymaster(I)I47530 Landroid/security/keystore/KeyProperties$SignaturePadding;->fromKeymaster(I)Ljava/lang/String;