Searched refs:BLOCK_SIZE_BYTES (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore/
H A DAndroidKeyStoreUnauthenticatedAESCipherSpi.java92 private static final int BLOCK_SIZE_BYTES = 16; field in class:AndroidKeyStoreUnauthenticatedAESCipherSpi
228 return BLOCK_SIZE_BYTES;
284 return BLOCK_SIZE_BYTES;
289 return inputLen + 3 * BLOCK_SIZE_BYTES;
H A DAndroidKeyStoreAuthenticatedAESCipherSpi.java249 private static final int BLOCK_SIZE_BYTES = 16; field in class:AndroidKeyStoreAuthenticatedAESCipherSpi
325 return BLOCK_SIZE_BYTES;

Completed in 69 milliseconds