Searched refs:bytes_to_write (Results 1 – 1 of 1) sorted by relevance
95 size_t bytes_to_write = 0; in supp_psa_cipher_operation() local102 …bytes_to_write = (input_size - bytes_written > part_size ? part_size : input_size - bytes_written); in supp_psa_cipher_operation()104 … status = psa_cipher_update(operation, input + bytes_written, bytes_to_write, output + *output_len, in supp_psa_cipher_operation()108 bytes_written += bytes_to_write; in supp_psa_cipher_operation()