Searched refs:arg1_operation (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/tests/include/test/ |
D | psa_test_wrappers.h | 481 psa_key_derivation_operation_t *arg1_operation, 483 #define psa_key_derivation_output_key(arg0_attributes, arg1_operation, arg2_key) \ argument 484 mbedtls_test_wrap_psa_key_derivation_output_key(arg0_attributes, arg1_operation, arg2_key) 488 psa_key_derivation_operation_t *arg1_operation, 492 #define psa_key_derivation_output_key_ext(arg0_attributes, arg1_operation, arg2_params, arg3_params… argument 493 …mbedtls_test_wrap_psa_key_derivation_output_key_ext(arg0_attributes, arg1_operation, arg2_params, …
|
/openthread-latest/third_party/mbedtls/repo/tests/src/ |
D | psa_test_wrappers.c | 853 psa_key_derivation_operation_t *arg1_operation, in mbedtls_test_wrap_psa_key_derivation_output_key() argument 856 … psa_status_t status = (psa_key_derivation_output_key)(arg0_attributes, arg1_operation, arg2_key); in mbedtls_test_wrap_psa_key_derivation_output_key() 863 psa_key_derivation_operation_t *arg1_operation, in mbedtls_test_wrap_psa_key_derivation_output_key_ext() argument 868 …psa_status_t status = (psa_key_derivation_output_key_ext)(arg0_attributes, arg1_operation, arg2_pa… in mbedtls_test_wrap_psa_key_derivation_output_key_ext()
|