Searched refs:arg2_output_length (Results 1 – 2 of 2) sorted by relevance
838 size_t arg2_output_length) in mbedtls_test_wrap_psa_key_derivation_output_bytes() argument841 MBEDTLS_TEST_MEMORY_POISON(arg1_output, arg2_output_length); in mbedtls_test_wrap_psa_key_derivation_output_bytes()843 …atus_t status = (psa_key_derivation_output_bytes)(arg0_operation, arg1_output, arg2_output_length); in mbedtls_test_wrap_psa_key_derivation_output_bytes()845 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_output, arg2_output_length); in mbedtls_test_wrap_psa_key_derivation_output_bytes()
475 size_t arg2_output_length);476 #define psa_key_derivation_output_bytes(arg0_operation, arg1_output, arg2_output_length) \ argument477 … mbedtls_test_wrap_psa_key_derivation_output_bytes(arg0_operation, arg1_output, arg2_output_length)