Searched refs:allToKeymaster (Results 1 – 5 of 5) sorted by relevance
184 mKeymasterPurposes = KeyProperties.Purpose.allToKeymaster(spec.getPurposes()); in engineInit()185 mKeymasterPaddings = KeyProperties.EncryptionPadding.allToKeymaster( in engineInit()191 mKeymasterBlockModes = KeyProperties.BlockMode.allToKeymaster(spec.getBlockModes()); in engineInit()228 KeyProperties.Digest.allToKeymaster(spec.getDigests()); in engineInit()241 mKeymasterDigests = KeyProperties.Digest.allToKeymaster(spec.getDigests()); in engineInit()
117 public static int[] allToKeymaster(@PurposeEnum int purposes) { in allToKeymaster() method in KeyProperties.Purpose363 public static int[] allToKeymaster(@Nullable @BlockModeEnum String[] blockModes) { in allToKeymaster() method in KeyProperties.BlockMode446 public static int[] allToKeymaster(@Nullable @EncryptionPaddingEnum String[] paddings) { in allToKeymaster() method in KeyProperties.EncryptionPadding506 static int[] allToKeymaster(@Nullable @SignaturePaddingEnum String[] paddings) { in allToKeymaster() method in KeyProperties.SignaturePadding654 public static int[] allToKeymaster(@Nullable @DigestEnum String[] digests) { in allToKeymaster() method in KeyProperties.Digest
492 KeyProperties.Purpose.allToKeymaster(purposes)); in setPrivateKeyEntry()495 KeyProperties.Digest.allToKeymaster(spec.getDigests())); in setPrivateKeyEntry()499 KeyProperties.BlockMode.allToKeymaster(spec.getBlockModes())); in setPrivateKeyEntry()501 KeyProperties.EncryptionPadding.allToKeymaster( in setPrivateKeyEntry()520 KeyProperties.SignaturePadding.allToKeymaster(spec.getSignaturePaddings())); in setPrivateKeyEntry()673 KeyProperties.Digest.allToKeymaster(params.getDigests()); in setSecretKeyEntry()686 keymasterDigests = KeyProperties.Digest.allToKeymaster(params.getDigests()); in setSecretKeyEntry()695 KeyProperties.BlockMode.allToKeymaster(params.getBlockModes()); in setSecretKeyEntry()710 KeyProperties.Purpose.allToKeymaster(purposes)); in setSecretKeyEntry()715 int[] keymasterPaddings = KeyProperties.EncryptionPadding.allToKeymaster( in setSecretKeyEntry()
315 mKeymasterPurposes = KeyProperties.Purpose.allToKeymaster(spec.getPurposes()); in initialize()316 mKeymasterBlockModes = KeyProperties.BlockMode.allToKeymaster(spec.getBlockModes()); in initialize()317 mKeymasterEncryptionPaddings = KeyProperties.EncryptionPadding.allToKeymaster( in initialize()335 mKeymasterSignaturePaddings = KeyProperties.SignaturePadding.allToKeymaster( in initialize()338 mKeymasterDigests = KeyProperties.Digest.allToKeymaster(spec.getDigests()); in initialize()860 KeyProperties.SignaturePadding.allToKeymaster( in getCertificateSignatureAlgorithm()913 for (int keymasterDigest : KeyProperties.Digest.allToKeymaster(authorizedKeyDigests)) { in getAvailableKeymasterSignatureDigests()918 : KeyProperties.Digest.allToKeymaster(supportedSignatureDigests)) { in getAvailableKeymasterSignatureDigests()
62057 Landroid/security/keystore/KeyProperties$BlockMode;->allToKeymaster([Ljava/lang/String;)[I62062 Landroid/security/keystore/KeyProperties$Digest;->allToKeymaster([Ljava/lang/String;)[I62067 Landroid/security/keystore/KeyProperties$EncryptionPadding;->allToKeymaster([Ljava/lang/String;)[I62080 Landroid/security/keystore/KeyProperties$Purpose;->allToKeymaster(I)[I62084 Landroid/security/keystore/KeyProperties$SignaturePadding;->allToKeymaster([Ljava/lang/String;)[I