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()232 KeyProperties.Digest.allToKeymaster(spec.getDigests()); in engineInit()245 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()
316 mKeymasterPurposes = KeyProperties.Purpose.allToKeymaster(spec.getPurposes()); in initialize()317 mKeymasterBlockModes = KeyProperties.BlockMode.allToKeymaster(spec.getBlockModes()); in initialize()318 mKeymasterEncryptionPaddings = KeyProperties.EncryptionPadding.allToKeymaster( in initialize()336 mKeymasterSignaturePaddings = KeyProperties.SignaturePadding.allToKeymaster( in initialize()339 mKeymasterDigests = KeyProperties.Digest.allToKeymaster(spec.getDigests()); in initialize()841 KeyProperties.SignaturePadding.allToKeymaster( in getCertificateSignatureAlgorithm()894 for (int keymasterDigest : KeyProperties.Digest.allToKeymaster(authorizedKeyDigests)) { in getAvailableKeymasterSignatureDigests()899 : KeyProperties.Digest.allToKeymaster(supportedSignatureDigests)) { in getAvailableKeymasterSignatureDigests()
66408 Landroid/security/keystore/KeyProperties$BlockMode;->allToKeymaster([Ljava/lang/String;)[I66415 Landroid/security/keystore/KeyProperties$Digest;->allToKeymaster([Ljava/lang/String;)[I66422 Landroid/security/keystore/KeyProperties$EncryptionPadding;->allToKeymaster([Ljava/lang/String;)[I66441 Landroid/security/keystore/KeyProperties$Purpose;->allToKeymaster(I)[I66447 Landroid/security/keystore/KeyProperties$SignaturePadding;->allToKeymaster([Ljava/lang/String;)[I