Searched refs:arg2_output_length (Results 1 – 2 of 2) sorted by relevance
869 size_t arg2_output_length) in mbedtls_test_wrap_psa_key_derivation_output_bytes() argument872 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()
497 size_t arg2_output_length);498 #define psa_key_derivation_output_bytes(arg0_operation, arg1_output, arg2_output_length) \ argument499 … mbedtls_test_wrap_psa_key_derivation_output_bytes(arg0_operation, arg1_output, arg2_output_length)