Searched refs:EncryptionPadding (Results 1 - 6 of 6) sorted by path

/frameworks/base/keystore/java/android/security/keystore/
H A DAndroidKeyStoreKeyGeneratorSpi.java179 mKeymasterPaddings = KeyProperties.EncryptionPadding.allToKeymaster(
H A DAndroidKeyStoreKeyPairGeneratorSpi.java306 mKeymasterEncryptionPaddings = KeyProperties.EncryptionPadding.allToKeymaster(
317 + KeyProperties.EncryptionPadding.fromKeymaster(
H A DAndroidKeyStoreRSACipherSpi.java387 + KeyProperties.EncryptionPadding.fromKeymaster(mKeymasterPadding)
407 + KeyProperties.EncryptionPadding.fromKeymaster(mKeymasterPadding)
H A DAndroidKeyStoreSecretKeyFactorySpi.java121 KeyProperties.EncryptionPadding.fromKeymaster(keymasterPadding);
H A DAndroidKeyStoreSpi.java478 KeyProperties.EncryptionPadding.allToKeymaster(
489 + KeyProperties.EncryptionPadding.fromKeymaster(
688 int[] keymasterPaddings = KeyProperties.EncryptionPadding.allToKeymaster(
H A DKeyProperties.java388 public static abstract class EncryptionPadding { class in class:KeyProperties
389 private EncryptionPadding() {} method in class:KeyProperties.EncryptionPadding

Completed in 79 milliseconds