Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/src/
Dpsa_test_wrappers.c390 size_t arg2_output_size, in mbedtls_test_wrap_psa_cipher_finish() argument
394 MBEDTLS_TEST_MEMORY_POISON(arg1_output, arg2_output_size); in mbedtls_test_wrap_psa_cipher_finish()
396 …psa_status_t status = (psa_cipher_finish)(arg0_operation, arg1_output, arg2_output_size, arg3_outp… in mbedtls_test_wrap_psa_cipher_finish()
398 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_output, arg2_output_size); in mbedtls_test_wrap_psa_cipher_finish()
/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dpsa_test_wrappers.h228 size_t arg2_output_size,
230 #define psa_cipher_finish(arg0_operation, arg1_output, arg2_output_size, arg3_output_length) \ argument
231 …mbedtls_test_wrap_psa_cipher_finish(arg0_operation, arg1_output, arg2_output_size, arg3_output_len…