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()
232 KeyProperties.Digest.allToKeymaster(spec.getDigests()); in engineInit()
245 mKeymasterDigests = KeyProperties.Digest.allToKeymaster(spec.getDigests()); in engineInit()
DKeyProperties.java117 public static int[] allToKeymaster(@PurposeEnum int purposes) { in allToKeymaster() method in KeyProperties.Purpose
363 public static int[] allToKeymaster(@Nullable @BlockModeEnum String[] blockModes) { in allToKeymaster() method in KeyProperties.BlockMode
446 public static int[] allToKeymaster(@Nullable @EncryptionPaddingEnum String[] paddings) { in allToKeymaster() method in KeyProperties.EncryptionPadding
506 static int[] allToKeymaster(@Nullable @SignaturePaddingEnum String[] paddings) { in allToKeymaster() method in KeyProperties.SignaturePadding
654 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.java316 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()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt66408 Landroid/security/keystore/KeyProperties$BlockMode;->allToKeymaster([Ljava/lang/String;)[I
66415 Landroid/security/keystore/KeyProperties$Digest;->allToKeymaster([Ljava/lang/String;)[I
66422 Landroid/security/keystore/KeyProperties$EncryptionPadding;->allToKeymaster([Ljava/lang/String;)[I
66441 Landroid/security/keystore/KeyProperties$Purpose;->allToKeymaster(I)[I
66447 Landroid/security/keystore/KeyProperties$SignaturePadding;->allToKeymaster([Ljava/lang/String;)[I