Searched refs:bytes_to_process (Results 1 – 2 of 2) sorted by relevance
419 for (int bytes_to_process = 1; bytes_to_process < SZ; bytes_to_process++) { in aes_ctr_stream_test() local420 ESP_LOGD("test", "bytes_to_process %d", bytes_to_process); in aes_ctr_stream_test()427 for (int idx = 0; idx < SZ; idx = idx + bytes_to_process) { in aes_ctr_stream_test()429 size_t length = (idx + bytes_to_process > SZ) ? (SZ - idx) : bytes_to_process; in aes_ctr_stream_test()443 for (int idx = 0; idx < SZ; idx = idx + bytes_to_process) { in aes_ctr_stream_test()445 size_t length = (idx + bytes_to_process > SZ) ? (SZ - idx) : bytes_to_process; in aes_ctr_stream_test()524 for (int bytes_to_process = 1; bytes_to_process < SZ; bytes_to_process++) { variable525 ESP_LOGD("test", "bytes_to_process %d", bytes_to_process);529 for (int idx = 0; idx < SZ; idx = idx + bytes_to_process) {531 size_t length = ( (idx + bytes_to_process) > SZ) ? (SZ - idx) : bytes_to_process;[all …]
97 … for (int bytes_to_process = 16; bytes_to_process < SZ; bytes_to_process = bytes_to_process + 16) { variable110 for (int idx = 0; idx < SZ; idx = idx + bytes_to_process) {112 size_t length = (idx + bytes_to_process > SZ) ? (SZ - idx) : bytes_to_process;128 for (int idx = 0; idx < SZ; idx = idx + bytes_to_process) {131 size_t length = (idx + bytes_to_process > SZ) ? (SZ - idx) : bytes_to_process;