Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dpsa_crypto_cipher.c514 size_t olength, accumulated_length; in mbedtls_psa_cipher_decrypt() local
536 accumulated_length = olength; in mbedtls_psa_cipher_decrypt()
538 status = mbedtls_psa_cipher_finish( &operation, output + accumulated_length, in mbedtls_psa_cipher_decrypt()
539 output_size - accumulated_length, in mbedtls_psa_cipher_decrypt()
544 *output_length = accumulated_length + olength; in mbedtls_psa_cipher_decrypt()