Home
last modified time | relevance | path

Searched refs:allToKeymaster (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore/
DAndroidKeyStoreKeyGeneratorSpi.java184 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()
DKeyProperties.java138 public static int[] allToKeymaster(@PurposeEnum int purposes) { in allToKeymaster() method in KeyProperties.Purpose
384 public static int[] allToKeymaster(@Nullable @BlockModeEnum String[] blockModes) { in allToKeymaster() method in KeyProperties.BlockMode
467 public static int[] allToKeymaster(@Nullable @EncryptionPaddingEnum String[] paddings) { in allToKeymaster() method in KeyProperties.EncryptionPadding
527 static int[] allToKeymaster(@Nullable @SignaturePaddingEnum String[] paddings) { in allToKeymaster() method in KeyProperties.SignaturePadding
675 public static int[] allToKeymaster(@Nullable @DigestEnum String[] digests) { in allToKeymaster() method in KeyProperties.Digest
DAndroidKeyStoreSpi.java492 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()
DAndroidKeyStoreKeyPairGeneratorSpi.java314 mKeymasterPurposes = KeyProperties.Purpose.allToKeymaster(spec.getPurposes()); in initialize()
315 mKeymasterBlockModes = KeyProperties.BlockMode.allToKeymaster(spec.getBlockModes()); in initialize()
316 mKeymasterEncryptionPaddings = KeyProperties.EncryptionPadding.allToKeymaster( in initialize()
334 mKeymasterSignaturePaddings = KeyProperties.SignaturePadding.allToKeymaster( in initialize()
337 mKeymasterDigests = KeyProperties.Digest.allToKeymaster(spec.getDigests()); in initialize()
842 KeyProperties.SignaturePadding.allToKeymaster( in getCertificateSignatureAlgorithm()
895 for (int keymasterDigest : KeyProperties.Digest.allToKeymaster(authorizedKeyDigests)) { in getAvailableKeymasterSignatureDigests()
900 : KeyProperties.Digest.allToKeymaster(supportedSignatureDigests)) { in getAvailableKeymasterSignatureDigests()
/frameworks/base/config/
Dboot-image-profile.txt17370 HSPLandroid/security/keystore/KeyProperties$BlockMode;->allToKeymaster([Ljava/lang/String;)[I
17373 HSPLandroid/security/keystore/KeyProperties$EncryptionPadding;->allToKeymaster([Ljava/lang/String;)…
17376 HSPLandroid/security/keystore/KeyProperties$Purpose;->allToKeymaster(I)[I
17378 HSPLandroid/security/keystore/KeyProperties$SignaturePadding;->allToKeymaster([Ljava/lang/String;)[I