Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dpsa_test_wrappers.h260 const psa_key_attributes_t *arg1_attributes,
262 #define psa_copy_key(arg0_source_key, arg1_attributes, arg2_target_key) \ argument
263 mbedtls_test_wrap_psa_copy_key(arg0_source_key, arg1_attributes, arg2_target_key)
360 psa_key_attributes_t *arg1_attributes);
361 #define psa_get_key_attributes(arg0_key, arg1_attributes) \ argument
362 mbedtls_test_wrap_psa_get_key_attributes(arg0_key, arg1_attributes)
/openthread-latest/third_party/mbedtls/repo/tests/src/
Dpsa_test_wrappers.c460 const psa_key_attributes_t *arg1_attributes, in mbedtls_test_wrap_psa_copy_key() argument
463 psa_status_t status = (psa_copy_key)(arg0_source_key, arg1_attributes, arg2_target_key); in mbedtls_test_wrap_psa_copy_key()
623 psa_key_attributes_t *arg1_attributes) in mbedtls_test_wrap_psa_get_key_attributes() argument
625 psa_status_t status = (psa_get_key_attributes)(arg0_key, arg1_attributes); in mbedtls_test_wrap_psa_get_key_attributes()