Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_cipher.c672 size_t olength, accumulated_length; in mbedtls_psa_cipher_decrypt() local
693 output, output_size, &olength); in mbedtls_psa_cipher_decrypt()
698 accumulated_length = olength; in mbedtls_psa_cipher_decrypt()
703 output_size - accumulated_length, &olength); in mbedtls_psa_cipher_decrypt()
708 *output_length = accumulated_length + olength; in mbedtls_psa_cipher_decrypt()