Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto_cipher.c675 size_t olength, accumulated_length; in mbedtls_psa_cipher_decrypt() local
701 accumulated_length = olength; in mbedtls_psa_cipher_decrypt()
705 mbedtls_buffer_offset(output, accumulated_length), in mbedtls_psa_cipher_decrypt()
706 output_size - accumulated_length, &olength); in mbedtls_psa_cipher_decrypt()
711 *output_length = accumulated_length + olength; in mbedtls_psa_cipher_decrypt()