Searched refs:update_output_len (Results 1 – 3 of 3) sorted by relevance
95 size_t update_output_len = 0; in encryptDecryptRoundtrip() local102 &ciphertext[output_byte_count], output_space, &update_output_len); in encryptDecryptRoundtrip()106 output_byte_count += update_output_len; in encryptDecryptRoundtrip()134 size_t update_output_len = 0; in encryptDecryptRoundtrip() local141 &decrypted_plaintext[output_byte_count], output_space, &update_output_len); in encryptDecryptRoundtrip()145 output_byte_count += update_output_len; in encryptDecryptRoundtrip()
122 size_t update_output_len = 0; in multi_cipher_update() local130 &output[bytes_output], output_size - bytes_output, &update_output_len); in multi_cipher_update()136 bytes_output += update_output_len; in multi_cipher_update()
192 size_t update_output_len = 0; in multi_aead_update() local200 &output[bytes_output], output_size - bytes_output, &update_output_len); in multi_aead_update()205 bytes_output += update_output_len; in multi_aead_update()
Completed in 7 milliseconds