Searched refs:arg2_key (Results 1 – 2 of 2) sorted by relevance
/mbedtls-latest/tests/include/test/ |
D | psa_test_wrappers.h | 481 mbedtls_svc_key_id_t arg2_key); 482 #define psa_key_derivation_input_key(arg0_operation, arg1_step, arg2_key) \ argument 483 mbedtls_test_wrap_psa_key_derivation_input_key(arg0_operation, arg1_step, arg2_key) 504 mbedtls_svc_key_id_t *arg2_key); 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)
|
/mbedtls-latest/tests/src/ |
D | psa_test_wrappers.c | 841 mbedtls_svc_key_id_t arg2_key) in mbedtls_test_wrap_psa_key_derivation_input_key() argument 843 psa_status_t status = (psa_key_derivation_input_key)(arg0_operation, arg1_step, arg2_key); in mbedtls_test_wrap_psa_key_derivation_input_key() 885 mbedtls_svc_key_id_t *arg2_key) 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()
|