Home
last modified time | relevance | path

Searched refs:bytes_to_write (Results 1 – 1 of 1) sorted by relevance

/mbedtls-3.6.0/programs/psa/
Dcrypto_examples.c58 size_t bytes_to_write = 0, bytes_written = 0, len = 0; in cipher_operation() local
62 bytes_to_write = (input_size - bytes_written > part_size ? in cipher_operation()
67 bytes_to_write, output + *output_len, in cipher_operation()
71 bytes_written += bytes_to_write; in cipher_operation()