Searched refs:accumulated_length (Results 1 – 1 of 1) sorted by relevance
483 size_t olength, accumulated_length; in cipher_encrypt() local490 accumulated_length = 0; in cipher_encrypt()497 accumulated_length = operation.iv_length; in cipher_encrypt()507 accumulated_length += olength; in cipher_encrypt()509 status = cipher_finish( &operation, output + accumulated_length, in cipher_encrypt()510 output_size - accumulated_length, &olength ); in cipher_encrypt()514 *output_length = accumulated_length + olength; in cipher_encrypt()536 size_t olength, accumulated_length; in cipher_decrypt() local556 accumulated_length = olength; in cipher_decrypt()558 status = cipher_finish( &operation, output + accumulated_length, in cipher_decrypt()[all …]
Completed in 4 milliseconds