Searched refs:bytes_to_process (Results 1 – 1 of 1) sorted by relevance
287 size_t bytes_to_process = data_len; in aesCtr() local289 while (bytes_to_process > 0) { in aesCtr()291 (bytes_to_process < AES_BLOCK_SIZE) ? bytes_to_process : AES_BLOCK_SIZE; in aesCtr()334 bytes_to_process -= chunk_bytes_len; in aesCtr()