Searched defs:arg0_attributes (Results 1 – 2 of 2) sorted by relevance
/mbedtls-latest/tests/include/test/ |
D | psa_test_wrappers.h | 44 #define mbedtls_psa_register_se_key(arg0_attributes) \ argument 354 #define psa_generate_key(arg0_attributes, arg1_key) \ argument 363 #define psa_generate_key_custom(arg0_attributes, arg1_custom, arg2_custom_data, arg3_custom_data_le… argument 371 #define psa_generate_key_ext(arg0_attributes, arg1_params, arg2_params_data_length, arg3_key) \ argument 449 #define psa_import_key(arg0_attributes, arg1_data, arg2_data_length, arg3_key) \ argument 505 #define psa_key_derivation_output_key(arg0_attributes, arg1_operation, arg2_key) \ argument 515 #define psa_key_derivation_output_key_custom(arg0_attributes, arg1_operation, arg2_custom, arg3_cus… argument 524 #define psa_key_derivation_output_key_ext(arg0_attributes, arg1_operation, arg2_params, arg3_params… argument
|
/mbedtls-latest/tests/src/ |
D | psa_test_wrappers.c | 43 const psa_key_attributes_t *arg0_attributes) in mbedtls_test_wrap_mbedtls_psa_register_se_key() 600 const psa_key_attributes_t *arg0_attributes, in mbedtls_test_wrap_psa_generate_key() 609 const psa_key_attributes_t *arg0_attributes, in mbedtls_test_wrap_psa_generate_key_custom() 627 const psa_key_attributes_t *arg0_attributes, in mbedtls_test_wrap_psa_generate_key_ext() 778 const psa_key_attributes_t *arg0_attributes, in mbedtls_test_wrap_psa_import_key() 883 const psa_key_attributes_t *arg0_attributes, in mbedtls_test_wrap_psa_key_derivation_output_key() 893 const psa_key_attributes_t *arg0_attributes, in mbedtls_test_wrap_psa_key_derivation_output_key_custom() 912 const psa_key_attributes_t *arg0_attributes, in mbedtls_test_wrap_psa_key_derivation_output_key_ext()
|