Home
last modified time | relevance | path

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

/openthread-3.6.0/third_party/mbedtls/repo/library/
Dpsa_crypto_cipher.c511 size_t olength, accumulated_length; in mbedtls_psa_cipher_decrypt() local
529 output, output_size, &olength ); in mbedtls_psa_cipher_decrypt()
533 accumulated_length = olength; in mbedtls_psa_cipher_decrypt()
537 &olength ); in mbedtls_psa_cipher_decrypt()
541 *output_length = accumulated_length + olength; in mbedtls_psa_cipher_decrypt()