Searched refs:olength (Results 1 – 1 of 1) sorted by relevance
483 size_t olength, accumulated_length; in cipher_encrypt() local503 &olength ); in cipher_encrypt()507 accumulated_length += olength; 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() local552 output, output_size, &olength ); in cipher_decrypt()556 accumulated_length = olength; in cipher_decrypt()559 output_size - accumulated_length, &olength ); in cipher_decrypt()563 *output_length = accumulated_length + olength; in cipher_decrypt()
Completed in 3 milliseconds