Home
last modified time | relevance | path

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

/mbedtls-latest/tests/src/
Dpsa_test_wrappers.c389 size_t arg2_output_size, in mbedtls_test_wrap_psa_cipher_finish() argument
393 MBEDTLS_TEST_MEMORY_POISON(arg1_output, arg2_output_size); in mbedtls_test_wrap_psa_cipher_finish()
395 …psa_status_t status = (psa_cipher_finish)(arg0_operation, arg1_output, arg2_output_size, arg3_outp… in mbedtls_test_wrap_psa_cipher_finish()
397 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_output, arg2_output_size); in mbedtls_test_wrap_psa_cipher_finish()
/mbedtls-latest/tests/include/test/
Dpsa_test_wrappers.h227 size_t arg2_output_size,
229 #define psa_cipher_finish(arg0_operation, arg1_output, arg2_output_size, arg3_output_length) \ argument
230 …mbedtls_test_wrap_psa_cipher_finish(arg0_operation, arg1_output, arg2_output_size, arg3_output_len…