Home
last modified time | relevance | path

Searched refs:BLOCK_SIZE_BYTES (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/keystore/java/android/security/keystore2/
H A DAndroidKeyStore3DESCipherSpi.java46 private static final int BLOCK_SIZE_BYTES = 8; field in AndroidKeyStore3DESCipherSpi
140 return BLOCK_SIZE_BYTES; in engineGetBlockSize()
145 return inputLen + 3 * BLOCK_SIZE_BYTES; in engineGetOutputSize()
264 return BLOCK_SIZE_BYTES; in getAdditionalEntropyAmountForBegin()
H A DAndroidKeyStoreUnauthenticatedAESCipherSpi.java120 private static final int BLOCK_SIZE_BYTES = 16; field in AndroidKeyStoreUnauthenticatedAESCipherSpi
256 return BLOCK_SIZE_BYTES; in getAdditionalEntropyAmountForBegin()
325 return BLOCK_SIZE_BYTES; in engineGetBlockSize()
330 return inputLen + 3 * BLOCK_SIZE_BYTES; in engineGetOutputSize()
H A DAndroidKeyStoreAuthenticatedAESCipherSpi.java258 private static final int BLOCK_SIZE_BYTES = 16; field in AndroidKeyStoreAuthenticatedAESCipherSpi
348 return BLOCK_SIZE_BYTES; in engineGetBlockSize()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt47833 Landroid/security/keystore/AndroidKeyStore3DESCipherSpi;->BLOCK_SIZE_BYTES:I