Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/src/
Dpsa_test_wrappers.c838 size_t arg2_output_length) in mbedtls_test_wrap_psa_key_derivation_output_bytes() argument
841 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()
/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dpsa_test_wrappers.h475 size_t arg2_output_length);
476 #define psa_key_derivation_output_bytes(arg0_operation, arg1_output, arg2_output_length) \ argument
477 … mbedtls_test_wrap_psa_key_derivation_output_bytes(arg0_operation, arg1_output, arg2_output_length)