Home
last modified time | relevance | path

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

/mbedtls-latest/tests/src/
Dpsa_test_wrappers.c869 size_t arg2_output_length) in mbedtls_test_wrap_psa_key_derivation_output_bytes() argument
872 MBEDTLS_TEST_MEMORY_POISON(arg1_output, arg2_output_length); in mbedtls_test_wrap_psa_key_derivation_output_bytes()
874 …atus_t status = (psa_key_derivation_output_bytes)(arg0_operation, arg1_output, arg2_output_length); in mbedtls_test_wrap_psa_key_derivation_output_bytes()
876 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_output, arg2_output_length); in mbedtls_test_wrap_psa_key_derivation_output_bytes()
/mbedtls-latest/tests/include/test/
Dpsa_test_wrappers.h497 size_t arg2_output_length);
498 #define psa_key_derivation_output_bytes(arg0_operation, arg1_output, arg2_output_length) \ argument
499 … mbedtls_test_wrap_psa_key_derivation_output_bytes(arg0_operation, arg1_output, arg2_output_length)