Home
last modified time | relevance | path

Searched refs:bytes_to_process (Results 1 – 1 of 1) sorted by relevance

/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/crypto/
Daes.c287 size_t bytes_to_process = data_len; in aesCtr() local
289 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()