Home
last modified time | relevance | path

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

/mbedtls-development/programs/psa/
A Dcrypto_examples.c70 size_t bytes_to_write = 0, bytes_written = 0, len = 0; in cipher_operation() local
75 bytes_to_write = ( input_size - bytes_written > part_size ? in cipher_operation()
80 bytes_to_write, output + *output_len, in cipher_operation()
84 bytes_written += bytes_to_write; in cipher_operation()

Completed in 3 milliseconds