Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto_cipher.c619 size_t update_output_length, finish_output_length; in mbedtls_psa_cipher_encrypt() local
645 output_size - update_output_length, &finish_output_length); in mbedtls_psa_cipher_encrypt()
650 *output_length = update_output_length + finish_output_length; in mbedtls_psa_cipher_encrypt()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_driver_wrappers.function2790 size_t finish_output_length = 0;
2861 &finish_output_length, tag_buffer,
2872 output_data, output_length + finish_output_length);