Searched refs:BLOCK_SIZE_BYTES (Results 1 – 4 of 4) sorted by relevance
92 private static final int BLOCK_SIZE_BYTES = 16; field in AndroidKeyStoreUnauthenticatedAESCipherSpi228 return BLOCK_SIZE_BYTES; in getAdditionalEntropyAmountForBegin()284 return BLOCK_SIZE_BYTES; in engineGetBlockSize()289 return inputLen + 3 * BLOCK_SIZE_BYTES; in engineGetOutputSize()
42 private static final int BLOCK_SIZE_BYTES = 8; field in AndroidKeyStore3DESCipherSpi115 return BLOCK_SIZE_BYTES; in engineGetBlockSize()120 return inputLen + 3 * BLOCK_SIZE_BYTES; in engineGetOutputSize()239 return BLOCK_SIZE_BYTES; in getAdditionalEntropyAmountForBegin()
249 private static final int BLOCK_SIZE_BYTES = 16; field in AndroidKeyStoreAuthenticatedAESCipherSpi325 return BLOCK_SIZE_BYTES; in engineGetBlockSize()
61745 Landroid/security/keystore/AndroidKeyStore3DESCipherSpi;->BLOCK_SIZE_BYTES:I