Searched refs:last_output_num_bytes (Results 1 – 4 of 4) sorted by relevance
390 size_t last_output_num_bytes = 0, current_output_size = 0; in cc3xx_aead_update() local404 last_output_num_bytes = operation->last_output_num_bytes; in cc3xx_aead_update()455 *output_length = current_output_size - last_output_num_bytes; in cc3xx_aead_update()457 operation->last_output_num_bytes = current_output_size; in cc3xx_aead_update()493 *output_length = current_output_size - last_output_num_bytes; in cc3xx_aead_update()495 operation->last_output_num_bytes = current_output_size; in cc3xx_aead_update()581 *ciphertext_length = bytes_produced_on_finish - operation->last_output_num_bytes; in cc3xx_aead_finish()583 operation->last_output_num_bytes = bytes_produced_on_finish; in cc3xx_aead_finish()607 *ciphertext_length = bytes_produced_on_finish - operation->last_output_num_bytes; in cc3xx_aead_finish()609 operation->last_output_num_bytes = bytes_produced_on_finish; in cc3xx_aead_finish()[all …]
337 size_t last_output_num_bytes = 0, current_output_size = 0; in cc3xx_cipher_update() local353 last_output_num_bytes = operation->last_output_num_bytes; in cc3xx_cipher_update()396 *output_length = current_output_size - last_output_num_bytes; in cc3xx_cipher_update()398 operation->last_output_num_bytes = current_output_size; in cc3xx_cipher_update()453 *output_length = current_output_size - last_output_num_bytes; in cc3xx_cipher_update()455 operation->last_output_num_bytes = current_output_size; in cc3xx_cipher_update()511 *output_length = bytes_produced_on_finish - operation->last_output_num_bytes; in cc3xx_cipher_finish()513 operation->last_output_num_bytes = bytes_produced_on_finish; in cc3xx_cipher_finish()570 *output_length = bytes_produced_on_finish - operation->last_output_num_bytes; in cc3xx_cipher_finish()572 operation->last_output_num_bytes = bytes_produced_on_finish; in cc3xx_cipher_finish()
233 operation->last_output_num_bytes = 0; /* Keeps track of bytes produced in output */ in cc3xx_internal_cipher_setup_init()
115 size_t last_output_num_bytes; /*!< Number of bytes produced at the time of the last API call */ member