Home
last modified time | relevance | path

Searched defs:serviceType (Results 1 – 25 of 25) sorted by relevance

/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/standard_exchange_task/
Ddas_standard_token_manager.c21 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()
Dcommon_standard_bind_exchange.c368 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/
Ddas_module.c31 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()
Ddas_task_main.c420 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()
Ddas_task_common.c152 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/
Ddas_lite_token_manager.c22 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/
Ddev_auth_module_manager.c45 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/
Dcredential_operator.c30 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()
Didentity_group.c140 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/
Dpake_v1_protocol_task_common.c140 Uint8Buff serviceType = { (uint8_t *)params->serviceType, strlen(params->serviceType) }; in FillPskWithDerivedKeyHex() local
/base/security/device_auth/services/frameworks/inc/module/
Ddev_auth_module_manager.h38 const char *serviceType; member
/base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/pake_task/
Dpake_base_cur_task.h42 char *serviceType; member
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/
Dpake_task_common.c215 const char *serviceType = GetStringFromJson(in, FIELD_SERVICE_TYPE); in FillPkgNameAndServiceType() local
/base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/iso_task/
Diso_base_cur_task.h48 char *serviceType; member
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/
Diso_task_common.c348 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/
Dp2p_bind_ipc_test.cpp153 const char *serviceType, CJson *out) in CreateCredentialParamsJson()
276 static int32_t ProcessCredentialDemo(int operationCode, const char *serviceType) in ProcessCredentialDemo()
Ddeviceauth_func_test.cpp291 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/
Ddata_manager.h49 HcString serviceType; /* compatible with previous versions, the value is the same as groupId */ member
/base/msdp/device_status/rust/subsystem/device_profile/binding/include/
Dfusion_device_profile.h24 const char* serviceType; member
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_call_parcel.h263 int32_t serviceType = 0; member
Dhril_vendor_call_defs.h339 int32_t serviceType; member
/base/security/device_auth/services/
Ddevice_auth.c874 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/
Dcompatible_auth_sub_session_common.c126 const char *serviceType = StringGet(&(localAuthInfo->serviceType)); in AddGeneralParams() local
/base/security/device_auth/services/data_manager/src/
Ddata_manager.c66 TlvString serviceType; member
/base/telephony/core_service/frameworks/native/src/
Dcore_service_proxy.cpp1475 bool CoreServiceProxy::IsValidServiceType(ImsServiceType serviceType) in IsValidServiceType()