Home
last modified time | relevance | path

Searched refs:service_type (Results 1 - 11 of 11) sorted by relevance

/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/getinstance_fuzzer/
H A Dgetinstance_fuzzer.cpp66 hc_service_type service_type = {sizeof("CarDevice"), "CarDevice"}; in GetInstanceFuzz() local
73 identity.service_type = service_type; in GetInstanceFuzz()
/base/security/device_auth/frameworks/deviceauth_lite/source/struct/
H A Dauth_start_request.c83 /* service_type */ in make_auth_start_request()
84 tmp_hex.tmp_type_data_hex = raw_byte_to_hex_string(auth_start_request->service_type.type, in make_auth_start_request()
85 auth_start_request->service_type.length); in make_auth_start_request()
/base/security/device_auth/frameworks/deviceauth_lite/inc/key_agreement/
H A Dsts_server.h107 struct hc_service_type service_type; member
/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/
H A Ddeviceauth_test.cpp1405 hichainTest->identity.service_type.length = 0; in HWTEST_F()
1406 ASSERT_EQ(hichainTest->identity.service_type.length, 0); in HWTEST_F()
1600 hichainTest->identity.service_type.length = 0; in HWTEST_F()
1601 ASSERT_EQ(hichainTest->identity.service_type.length, 0); in HWTEST_F()
1630 (void)memset_s(hichainTest->identity.service_type.type, sizeof(hichainTest->identity.service_type.type), in HWTEST_F()
1631 0, sizeof(hichainTest->identity.service_type.type)); in HWTEST_F()
1685 (void)memset_s(hichainTest->identity.service_type.type, sizeof(hichainTest->identity.service_type.type), in HWTEST_F()
1686 0, sizeof(hichainTest->identity.service_type in HWTEST_F()
[all...]
/base/msdp/device_status/rust/subsystem/device_profile/sys/src/
H A Dbinding.rs32 pub service_type: *const c_char,
/base/security/device_auth/interfaces/inner_api/deviceauth_lite/
H A Dhichain.h225 struct hc_service_type service_type; member
/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/
H A Dsts_client.c102 send_data->service_type = sts_client->identity->service_type; in build_start_request_data()
/base/security/device_auth/frameworks/deviceauth_lite/source/
H A Dhichain.c820 if (identity->service_type.length > HC_SERVICE_TYPE_BUFF_LEN) { in check_identity()
821 LOGE("Service type length error, %u > %u", identity->service_type.length, HC_SERVICE_TYPE_BUFF_LEN); in check_identity()
/base/security/device_auth/frameworks/deviceauth_lite/source/huks_adapter/
H A Dhuks_adapter.c699 uint32_t type_len = identity->service_type.length; in generate_service_id()
721 if (memcpy_s(id_buff.val + pack_name_len, srv_len - pack_name_len, identity->service_type.type, type_len) != EOK) { in generate_service_id()
/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/unittest_mock/
H A Dhuks_adapter_mock_for_pake.c643 uint32_t type_len = identity->service_type.length; in generate_service_id()
665 if (memcpy_s(id_buff.val + pack_name_len, srv_len - pack_name_len, identity->service_type.type, type_len) != EOK) { in generate_service_id()
H A Dhuks_adapter_mock.c572 uint32_t type_len = identity->service_type.length; in generate_service_id()
594 if (memcpy_s(id_buff.val + pack_name_len, srv_len - pack_name_len, identity->service_type.type, type_len) != EOK) { in generate_service_id()

Completed in 16 milliseconds