Home
last modified time | relevance | path

Searched defs:arg1_data (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/include/test/
H A Dpsa_test_wrappers.h327 #define psa_export_key(arg0_key, arg1_data, arg2_data_size, arg3_data_length) \ argument
335 #define psa_export_public_key(arg0_key, arg1_data, arg2_data_size, arg3_data_length) \ argument
427 #define psa_import_key(arg0_attributes, arg1_data, arg2_data_length, arg3_key) \ argument
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/src/
H A Dpsa_test_wrappers.c554 uint8_t *arg1_data, in mbedtls_test_wrap_psa_export_key()
571 uint8_t *arg1_data, in mbedtls_test_wrap_psa_export_public_key()
748 const uint8_t *arg1_data, in mbedtls_test_wrap_psa_import_key()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_evaluator_test.cc4577 auto arg1_data = args[1].data<uint32_t>(); in TEST_F() local