Searched refs:arg1_operation (Results 1 – 2 of 2) sorted by relevance
/mbedtls-latest/tests/include/test/ |
D | psa_test_wrappers.h | 503 psa_key_derivation_operation_t *arg1_operation, 505 #define psa_key_derivation_output_key(arg0_attributes, arg1_operation, arg2_key) \ argument 506 mbedtls_test_wrap_psa_key_derivation_output_key(arg0_attributes, arg1_operation, arg2_key) 510 psa_key_derivation_operation_t *arg1_operation, 515 #define psa_key_derivation_output_key_custom(arg0_attributes, arg1_operation, arg2_custom, arg3_cus… argument 516 …mbedtls_test_wrap_psa_key_derivation_output_key_custom(arg0_attributes, arg1_operation, arg2_custo… 520 psa_key_derivation_operation_t *arg1_operation, 524 #define psa_key_derivation_output_key_ext(arg0_attributes, arg1_operation, arg2_params, arg3_params… argument 525 …mbedtls_test_wrap_psa_key_derivation_output_key_ext(arg0_attributes, arg1_operation, arg2_params, …
|
/mbedtls-latest/tests/src/ |
D | psa_test_wrappers.c | 884 psa_key_derivation_operation_t *arg1_operation, in mbedtls_test_wrap_psa_key_derivation_output_key() argument 887 … psa_status_t status = (psa_key_derivation_output_key)(arg0_attributes, arg1_operation, arg2_key); in mbedtls_test_wrap_psa_key_derivation_output_key() 894 psa_key_derivation_operation_t *arg1_operation, in mbedtls_test_wrap_psa_key_derivation_output_key_custom() argument 903 …psa_status_t status = (psa_key_derivation_output_key_custom)(arg0_attributes, arg1_operation, arg2… in mbedtls_test_wrap_psa_key_derivation_output_key_custom() 913 psa_key_derivation_operation_t *arg1_operation, in mbedtls_test_wrap_psa_key_derivation_output_key_ext() argument 918 …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()
|