Searched refs:toKeymaster (Results 1 – 7 of 7) sorted by relevance
132 public static int toKeymaster(@PurposeEnum int purpose) { in toKeymaster() method in KeyProperties.Purpose178 result[i] = toKeymaster(result[i]); in allToKeymaster()383 public static int toKeymaster(@NonNull @BlockModeEnum String blockMode) { in toKeymaster() method in KeyProperties.BlockMode434 result[i] = toKeymaster(blockModes[i]); in allToKeymaster()478 public static int toKeymaster(@NonNull @EncryptionPaddingEnum String padding) { in toKeymaster() method in KeyProperties.EncryptionPadding517 result[i] = toKeymaster(paddings[i]); in allToKeymaster()552 public static int toKeymaster(@NonNull @SignaturePaddingEnum String padding) { in toKeymaster() method in KeyProperties.SignaturePadding583 result[i] = toKeymaster(paddings[i]); in allToKeymaster()645 public static int toKeymaster(@NonNull @DigestEnum String digest) { in toKeymaster() method in KeyProperties.Digest752 result[offset] = toKeymaster(digest); in allToKeymaster()[all …]
484 KeyProperties.Purpose.toKeymaster(purpose) in setPrivateKeyEntry()491 KeyProperties.Digest.toKeymaster(digest) in setPrivateKeyEntry()498 KeyProperties.BlockMode.toKeymaster(blockMode) in setPrivateKeyEntry()530 KeyProperties.Digest.toKeymaster(digest) in setPrivateKeyEntry()550 KeyProperties.SignaturePadding.toKeymaster(padding) in setPrivateKeyEntry()766 KeyProperties.Digest.toKeymaster(digest) in setSecretKeyEntry()775 KeyProperties.Purpose.toKeymaster(purpose) in setSecretKeyEntry()822 KeyProperties.EncryptionPadding.toKeymaster(padding) in setSecretKeyEntry()909 KeyProperties.BlockMode.toKeymaster(mode) in setWrappedKeyEntry()915 KeyProperties.EncryptionPadding.toKeymaster(parts[2]); in setWrappedKeyEntry()[all …]
201 keymasterDigest = KeyProperties.Digest.toKeymaster(jcaDigest); in initAlgorithmSpecificParameters()243 mKeymasterMgf1Digest = KeyProperties.Digest.toKeymaster(mgf1JcaDigest); in initAlgorithmSpecificParameters()
838 digest.equals(KeyProperties.Digest.toKeymaster(DEFAULT_MGF1_DIGEST)); in constructKeyGenerationArguments()847 KeyProperties.Digest.toKeymaster(DEFAULT_MGF1_DIGEST) in constructKeyGenerationArguments()
48147 Landroid/security/keystore/KeyProperties$BlockMode;->toKeymaster(Ljava/lang/String;)I48153 Landroid/security/keystore/KeyProperties$Digest;->toKeymaster(Ljava/lang/String;)I48157 Landroid/security/keystore/KeyProperties$EncryptionPadding;->toKeymaster(Ljava/lang/String;)I48170 Landroid/security/keystore/KeyProperties$Purpose;->toKeymaster(I)I48174 Landroid/security/keystore/KeyProperties$SignaturePadding;->toKeymaster(Ljava/lang/String;)I
13609 HSPLandroid/security/keystore/KeyProperties$Digest;->toKeymaster(Ljava/lang/String;)I13614 HSPLandroid/security/keystore/KeyProperties$Purpose;->toKeymaster(I)I
13612 HSPLandroid/security/keystore/KeyProperties$Digest;->toKeymaster(Ljava/lang/String;)I13617 HSPLandroid/security/keystore/KeyProperties$Purpose;->toKeymaster(I)I