Home
last modified time | relevance | path

Searched refs:cloneIfNotEmpty (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/base/keystore/java/android/security/keystore/
H A DKeyInfo.java124 ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(encryptionPaddings)); in KeyInfo()
126 ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(signaturePaddings)); in KeyInfo()
127 mDigests = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(digests)); in KeyInfo()
128 mBlockModes = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(blockModes)); in KeyInfo()
224 return ArrayUtils.cloneIfNotEmpty(mBlockModes); in getBlockModes()
236 return ArrayUtils.cloneIfNotEmpty(mEncryptionPaddings); in getEncryptionPaddings()
248 return ArrayUtils.cloneIfNotEmpty(mSignaturePaddings); in getSignaturePaddings()
259 return ArrayUtils.cloneIfNotEmpty(mDigests); in getDigests()
H A DKeyProtection.java270 ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(signaturePaddings)); in KeyProtection()
271 mDigests = ArrayUtils.cloneIfNotEmpty(digests); in KeyProtection()
272 mBlockModes = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(blockModes)); in KeyProtection()
337 return ArrayUtils.cloneIfNotEmpty(mEncryptionPaddings); in getEncryptionPaddings()
349 return ArrayUtils.cloneIfNotEmpty(mSignaturePaddings); in getSignaturePaddings()
367 return ArrayUtils.cloneIfNotEmpty(mDigests); in getDigests()
389 return ArrayUtils.cloneIfNotEmpty(mBlockModes); in getBlockModes()
682 mEncryptionPaddings = ArrayUtils.cloneIfNotEmpty(paddings); in setEncryptionPaddings()
698 mSignaturePaddings = ArrayUtils.cloneIfNotEmpty(paddings); in setSignaturePaddings()
722 mDigests = ArrayUtils.cloneIfNotEmpty(digests); in setDigests()
[all …]
H A DKeyGenParameterSpec.java403 mDigests = ArrayUtils.cloneIfNotEmpty(digests); in KeyGenParameterSpec()
405 ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(encryptionPaddings)); in KeyGenParameterSpec()
407 mBlockModes = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(blockModes)); in KeyGenParameterSpec()
578 return ArrayUtils.cloneIfNotEmpty(mDigests); in getDigests()
602 return ArrayUtils.cloneIfNotEmpty(mEncryptionPaddings); in getEncryptionPaddings()
614 return ArrayUtils.cloneIfNotEmpty(mSignaturePaddings); in getSignaturePaddings()
626 return ArrayUtils.cloneIfNotEmpty(mBlockModes); in getBlockModes()
1212 mDigests = ArrayUtils.cloneIfNotEmpty(digests); in setDigests()
1236 mEncryptionPaddings = ArrayUtils.cloneIfNotEmpty(paddings); in setEncryptionPaddings()
1252 mSignaturePaddings = ArrayUtils.cloneIfNotEmpty(paddings); in setSignaturePaddings()
[all …]
H A DArrayUtils.java33 public static String[] cloneIfNotEmpty(String[] array) { in cloneIfNotEmpty() method in ArrayUtils
41 public static int[] cloneIfNotEmpty(int[] array) { in cloneIfNotEmpty() method in ArrayUtils
45 public static byte[] cloneIfNotEmpty(byte[] array) { in cloneIfNotEmpty() method in ArrayUtils
/aosp12/frameworks/base/keystore/java/android/security/keystore2/
H A DAndroidKeyStorePublicKey.java56 return ArrayUtils.cloneIfNotEmpty(mEncoded); in getEncoded()
H A DAndroidKeyStore3DESCipherSpi.java150 return ArrayUtils.cloneIfNotEmpty(mIv); in engineGetIV()
H A DAndroidKeyStoreUnauthenticatedAESCipherSpi.java335 return ArrayUtils.cloneIfNotEmpty(mIv); in engineGetIV()
H A DAndroidKeyStoreAuthenticatedAESCipherSpi.java353 return ArrayUtils.cloneIfNotEmpty(mIv); in engineGetIV()
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt13981 HSPLandroid/security/keystore/ArrayUtils;->cloneIfNotEmpty([B)[B
13982 HSPLandroid/security/keystore/ArrayUtils;->cloneIfNotEmpty([Ljava/lang/String;)[Ljava/lang/String;
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt13971 HSPLandroid/security/keystore/ArrayUtils;->cloneIfNotEmpty([B)[B
13972 HSPLandroid/security/keystore/ArrayUtils;->cloneIfNotEmpty([Ljava/lang/String;)[Ljava/lang/String;
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt51359 Landroid/security/keystore/ArrayUtils;->cloneIfNotEmpty([B)[B
51360 Landroid/security/keystore/ArrayUtils;->cloneIfNotEmpty([Ljava/lang/String;)[Ljava/lang/String;