| /base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/standard_exchange_task/ |
| D | das_standard_token_manager.c | 21 static int32_t RegisterLocalIdentity(const char *pkgName, const char *serviceType, Uint8Buff *authI… in RegisterLocalIdentity() 52 static int32_t UnregisterLocalIdentity(const char *pkgName, const char *serviceType, Uint8Buff *aut… in UnregisterLocalIdentity() 77 static int32_t DeletePeerAuthInfo(const char *pkgName, const char *serviceType, Uint8Buff *authIdPe… in DeletePeerAuthInfo() 128 Uint8Buff serviceType = { (uint8_t *)params->serviceType, strlen(params->serviceType) }; in ComputeAndSavePsk() local 175 static int32_t GetPublicKey(const char *pkgName, const char *serviceType, Uint8Buff *authId, int us… in GetPublicKey()
|
| D | common_standard_bind_exchange.c | 368 Uint8Buff serviceType = { (uint8_t *)pakeParams->serviceType, strlen(pakeParams->serviceType) }; in SaveAuthInfo() local 399 Uint8Buff serviceType = { (uint8_t *)pakeParams->serviceType, strlen(pakeParams->serviceType) }; in ClientRequestStandardBindExchange() local 435 Uint8Buff serviceType = { (uint8_t *)pakeParams->serviceType, strlen(pakeParams->serviceType) }; in ServerResponseStandardBindExchange() local 495 Uint8Buff serviceType = { (uint8_t *)pakeParams->serviceType, strlen(pakeParams->serviceType) }; in ClientConfirmStandardBindExchange() local
|
| /base/security/device_auth/services/legacy/authenticators/src/account_unrelated/ |
| D | das_module.c | 31 static int32_t RegisterDasLocalIdentity(const char *pkgName, const char *serviceType, Uint8Buff *au… in RegisterDasLocalIdentity() 36 static int32_t UnregisterDasLocalIdentity(const char *pkgName, const char *serviceType, Uint8Buff *… in UnregisterDasLocalIdentity() 41 static int32_t DeleteDasPeerAuthInfo(const char *pkgName, const char *serviceType, Uint8Buff *authI… in DeleteDasPeerAuthInfo() 46 static int32_t GetDasPublicKey(const char *pkgName, const char *serviceType, Uint8Buff *authId, int… in GetDasPublicKey()
|
| D | das_task_main.c | 420 int32_t RegisterLocalIdentityInTask(const char *pkgName, const char *serviceType, Uint8Buff *authId… in RegisterLocalIdentityInTask() 440 int32_t UnregisterLocalIdentityInTask(const char *pkgName, const char *serviceType, Uint8Buff *auth… in UnregisterLocalIdentityInTask() 460 int32_t DeletePeerAuthInfoInTask(const char *pkgName, const char *serviceType, Uint8Buff *authIdPee… in DeletePeerAuthInfoInTask() 480 int32_t GetPublicKeyInTask(const char *pkgName, const char *serviceType, Uint8Buff *authIdPeer, int… in GetPublicKeyInTask()
|
| D | das_task_common.c | 152 static int32_t CombineServiceId(const Uint8Buff *pkgName, const Uint8Buff *serviceType, Uint8Buff *… in CombineServiceId() 283 int32_t GenerateKeyAlias(const Uint8Buff *pkgName, const Uint8Buff *serviceType, in GenerateKeyAlias()
|
| /base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/lite_exchange_task/ |
| D | das_lite_token_manager.c | 22 static int32_t UnregisterLocalIdentity(const char *pkgName, const char *serviceType, Uint8Buff *aut… in UnregisterLocalIdentity() 48 static int32_t DeletePeerAuthInfo(const char *pkgName, const char *serviceType, Uint8Buff *authIdPe… in DeletePeerAuthInfo()
|
| /base/security/device_auth/services/frameworks/src/module/ |
| D | dev_auth_module_manager.c | 45 static bool IsParamsForDasTokenManagerValid(const char *pkgName, const char *serviceType, Uint8Buff… in IsParamsForDasTokenManagerValid() 68 int32_t RegisterLocalIdentity(const char *pkgName, const char *serviceType, Uint8Buff *authId, int … in RegisterLocalIdentity() 89 int32_t UnregisterLocalIdentity(const char *pkgName, const char *serviceType, Uint8Buff *authId, in… in UnregisterLocalIdentity() 110 int32_t DeletePeerAuthInfo(const char *pkgName, const char *serviceType, Uint8Buff *authId, int use… in DeletePeerAuthInfo()
|
| /base/security/device_auth/services/identity_manager/src/ |
| D | credential_operator.c | 30 char *serviceType; member 33 static int32_t CombineServiceId(const Uint8Buff *pkgName, const Uint8Buff *serviceType, Uint8Buff *… in CombineServiceId() 145 …const char *pkgName, const char *serviceType, const char *authId, int keyAliasType, Uint8Buff *out… in GenerateKeyAliasInner() 221 const char *serviceType = GetStringFromJson(reqJson, FIELD_SERVICE_TYPE); in DecodeServiceTypeAndPublicKey() local 306 CJson *out, int32_t osAccountId, int32_t keyType, const char *authId, const char *serviceType) in PackPublicKeyToJson()
|
| D | identity_group.c | 140 const char *serviceType = StringGet(&deviceEntry->serviceType); in IsP2pAuthTokenExist() local 473 const char *serviceType = StringGet(&deviceEntry->serviceType); in GenerateKeyAliasInIso() local 574 const char *serviceType = StringGet(&peerDeviceEntry->serviceType); in ComputeAndSavePsk() local 637 const char *serviceType = StringGet(&deviceEntry->serviceType); in GeneratePskAliasAndCheckExist() local
|
| /base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/pake_v1_task/pake_v1_protocol_task/ |
| D | pake_v1_protocol_task_common.c | 140 Uint8Buff serviceType = { (uint8_t *)params->serviceType, strlen(params->serviceType) }; in FillPskWithDerivedKeyHex() local
|
| /base/security/device_auth/services/frameworks/inc/module/ |
| D | dev_auth_module_manager.h | 38 const char *serviceType; member
|
| /base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/pake_task/ |
| D | pake_base_cur_task.h | 42 char *serviceType; member
|
| /base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/ |
| D | pake_task_common.c | 215 const char *serviceType = GetStringFromJson(in, FIELD_SERVICE_TYPE); in FillPkgNameAndServiceType() local
|
| /base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/iso_task/ |
| D | iso_base_cur_task.h | 48 char *serviceType; member
|
| /base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/ |
| D | iso_task_common.c | 348 const char *serviceType = GetStringFromJson(in, FIELD_SERVICE_TYPE); in FillPkgNameAndServiceType() local 556 … Uint8Buff serviceType = { (uint8_t *)params->serviceType, (uint32_t)strlen(params->serviceType) }; in GenerateKeyAliasInIso() local
|
| /base/security/device_auth/test/unittest/deviceauth/source/ |
| D | p2p_bind_ipc_test.cpp | 153 const char *serviceType, CJson *out) in CreateCredentialParamsJson() 276 static int32_t ProcessCredentialDemo(int operationCode, const char *serviceType) in ProcessCredentialDemo()
|
| D | deviceauth_func_test.cpp | 291 const char *serviceType, CJson *out) in CreateCredentialParamsJson() 528 static int32_t ProcessCredentialDemo(int operationCode, const char *serviceType) in ProcessCredentialDemo()
|
| /base/security/device_auth/services/data_manager/inc/ |
| D | data_manager.h | 49 HcString serviceType; /* compatible with previous versions, the value is the same as groupId */ member
|
| /base/msdp/device_status/rust/subsystem/device_profile/binding/include/ |
| D | fusion_device_profile.h | 24 const char* serviceType; member
|
| /base/telephony/ril_adapter/interfaces/innerkits/include/ |
| D | hril_call_parcel.h | 263 int32_t serviceType = 0; member
|
| D | hril_vendor_call_defs.h | 339 int32_t serviceType; member
|
| /base/security/device_auth/services/ |
| D | device_auth.c | 874 const char *serviceType = GetStringFromJson(context, FIELD_SERVICE_TYPE); in BuildP2PBindContext() local 1121 const char *serviceType = GetStringFromJson(context, FIELD_SERVICE_TYPE); in OpenServerAuthSessionForP2P() local
|
| /base/security/device_auth/services/session_manager/src/session/v1/compatible_auth_sub_session/ |
| D | compatible_auth_sub_session_common.c | 126 const char *serviceType = StringGet(&(localAuthInfo->serviceType)); in AddGeneralParams() local
|
| /base/security/device_auth/services/data_manager/src/ |
| D | data_manager.c | 66 TlvString serviceType; member
|
| /base/telephony/core_service/frameworks/native/src/ |
| D | core_service_proxy.cpp | 1475 bool CoreServiceProxy::IsValidServiceType(ImsServiceType serviceType) in IsValidServiceType()
|