Searched refs:BLOCK_SIZE_BYTES (Results 1 – 4 of 4) sorted by relevance
46 private static final int BLOCK_SIZE_BYTES = 8; field in AndroidKeyStore3DESCipherSpi140 return BLOCK_SIZE_BYTES; in engineGetBlockSize()145 return inputLen + 3 * BLOCK_SIZE_BYTES; in engineGetOutputSize()264 return BLOCK_SIZE_BYTES; in getAdditionalEntropyAmountForBegin()
120 private static final int BLOCK_SIZE_BYTES = 16; field in AndroidKeyStoreUnauthenticatedAESCipherSpi256 return BLOCK_SIZE_BYTES; in getAdditionalEntropyAmountForBegin()325 return BLOCK_SIZE_BYTES; in engineGetBlockSize()330 return inputLen + 3 * BLOCK_SIZE_BYTES; in engineGetOutputSize()
258 private static final int BLOCK_SIZE_BYTES = 16; field in AndroidKeyStoreAuthenticatedAESCipherSpi348 return BLOCK_SIZE_BYTES; in engineGetBlockSize()
47833 Landroid/security/keystore/AndroidKeyStore3DESCipherSpi;->BLOCK_SIZE_BYTES:I