Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/keystore2/
DAndroidKeyStoreSecretKeyFactorySpi.java81 String[] encryptionPaddings; in getKeyInfo() local
221 encryptionPaddings = in getKeyInfo()
249 encryptionPaddings, in getKeyInfo()
/frameworks/base/keystore/java/android/security/keystore/
DKeyInfo.java101 @KeyProperties.EncryptionPaddingEnum String[] encryptionPaddings, in KeyInfo() argument
124 ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(encryptionPaddings)); in KeyInfo()
DParcelableKeyGenParameterSpec.java155 final String[] encryptionPaddings = in.createStringArray(); in ParcelableKeyGenParameterSpec() local
192 encryptionPaddings, in ParcelableKeyGenParameterSpec()
DKeyProtection.java246 @KeyProperties.EncryptionPaddingEnum String[] encryptionPaddings, in KeyProtection() argument
268 ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(encryptionPaddings)); in KeyProtection()
DKeyGenParameterSpec.java346 @KeyProperties.EncryptionPaddingEnum String[] encryptionPaddings, in KeyGenParameterSpec() argument
405 ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(encryptionPaddings)); in KeyGenParameterSpec()