Searched refs:fromKeymaster (Results 1 – 8 of 8) sorted by relevance
150 public static @PurposeEnum int fromKeymaster(int purpose) { in fromKeymaster() method in KeyProperties.Purpose183 result |= fromKeymaster(keymasterPurpose); in allFromKeymaster()305 + Digest.fromKeymaster(keymasterDigest)); in fromKeymasterSecretKeyAlgorithm()388 public static @BlockModeEnum String fromKeymaster(int blockMode) { in fromKeymaster() method in KeyProperties.BlockMode412 result[offset] = fromKeymaster(blockMode); in allFromKeymaster()484 public static @EncryptionPaddingEnum String fromKeymaster(int padding) { in fromKeymaster() method in KeyProperties.EncryptionPadding555 public static @SignaturePaddingEnum String fromKeymaster(int padding) { in fromKeymaster() method in KeyProperties.SignaturePadding657 public static @DigestEnum String fromKeymaster(int digest) { in fromKeymaster() method in KeyProperties.Digest708 result[offset] = fromKeymaster(digest); in allFromKeymaster()767 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()
276 KeyProperties.Digest.fromKeymaster(mKeymasterDigest), in engineGetParameters()380 return "RSA/ECB/" + KeyProperties.EncryptionPadding.fromKeymaster(mKeymasterPadding); in getTransform()414 + KeyProperties.EncryptionPadding.fromKeymaster(mKeymasterPadding) in initKey()434 + 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()
118 + KeyProperties.Digest.fromKeymaster(keymasterDigest)); in addMinMacLengthAuthorizationIfNecessary()
503 + KeyProperties.EncryptionPadding.fromKeymaster( in setPrivateKeyEntry()681 + KeyProperties.Digest.fromKeymaster(keymasterImpliedDigest) in setSecretKeyEntry()690 + KeyProperties.Digest.fromKeymaster(keymasterImpliedDigest)); in setSecretKeyEntry()
273 + KeyProperties.EncryptionPadding.fromKeymaster( in initialize()
51469 Landroid/security/keystore/KeyProperties$BlockMode;->fromKeymaster(I)Ljava/lang/String;51474 Landroid/security/keystore/KeyProperties$Digest;->fromKeymaster(I)Ljava/lang/String;51479 Landroid/security/keystore/KeyProperties$EncryptionPadding;->fromKeymaster(I)Ljava/lang/String;51488 Landroid/security/keystore/KeyProperties$Origin;->fromKeymaster(I)I51492 Landroid/security/keystore/KeyProperties$Purpose;->fromKeymaster(I)I51496 Landroid/security/keystore/KeyProperties$SignaturePadding;->fromKeymaster(I)Ljava/lang/String;