Searched refs:cts_byte_count (Results 1 – 1 of 1) sorted by relevance
287 int cts_byte_count = length % AES_BLOCK_SIZE; in TpBlockCtsDecrypt() local290 if (cts_byte_count == 0) { in TpBlockCtsDecrypt()302 int cbc_byte_count = length - cts_byte_count - AES_BLOCK_SIZE; in TpBlockCtsDecrypt()312 memcpy(block_n, data + AES_BLOCK_SIZE, cts_byte_count); in TpBlockCtsDecrypt()320 for (int i = 0; i < cts_byte_count; i++) { in TpBlockCtsDecrypt()