Searched refs:cts_byte_count (Results 1 – 1 of 1) sorted by relevance
228 int cts_byte_count = length % AES_BLOCK_SIZE; in TpBlockCtsDecrypt() local231 if (cts_byte_count == 0) { in TpBlockCtsDecrypt()243 int cbc_byte_count = length - cts_byte_count - AES_BLOCK_SIZE; in TpBlockCtsDecrypt()253 memcpy(block_n, data + AES_BLOCK_SIZE, cts_byte_count); in TpBlockCtsDecrypt()261 for (int i = 0; i < cts_byte_count; i++) { in TpBlockCtsDecrypt()