| /base/security/device_auth/services/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/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 | 396 int32_t RegisterLocalIdentityInTask(const char *pkgName, const char *serviceType, Uint8Buff *authId… in RegisterLocalIdentityInTask() 416 int32_t UnregisterLocalIdentityInTask(const char *pkgName, const char *serviceType, Uint8Buff *auth… in UnregisterLocalIdentityInTask() 436 int32_t DeletePeerAuthInfoInTask(const char *pkgName, const char *serviceType, Uint8Buff *authIdPee… in DeletePeerAuthInfoInTask() 456 int32_t GetPublicKeyInTask(const char *pkgName, const char *serviceType, Uint8Buff *authIdPeer, int… in GetPublicKeyInTask()
|
| D | das_task_common.c | 169 static int32_t CombineServiceId(const Uint8Buff *pkgName, const Uint8Buff *serviceType, Uint8Buff *… in CombineServiceId() 300 int32_t GenerateKeyAlias(const Uint8Buff *pkgName, const Uint8Buff *serviceType, in GenerateKeyAlias()
|
| /base/security/device_auth/services/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/frameworks/inc/module/ |
| D | dev_auth_module_manager.h | 38 const char *serviceType; member
|
| /base/security/device_auth/services/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/authenticators/inc/account_unrelated/pake_task/ |
| D | pake_base_cur_task.h | 42 char *serviceType; member
|
| /base/security/device_auth/services/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/authenticators/inc/account_unrelated/iso_task/ |
| D | iso_base_cur_task.h | 48 char *serviceType; member
|
| /base/security/device_auth/services/creds_manager/src/ |
| D | creds_manager.c | 61 const char *serviceType = StringGet(&deviceEntry->serviceType); in IsP2pAuthTokenExist() local 328 const char *serviceType = StringGet(&deviceEntry->serviceType); in GenerateKeyAliasInIso() local 479 const char *serviceType = StringGet(&peerDeviceEntry->serviceType); in ComputeAndSavePsk() local 542 const char *serviceType = StringGet(&deviceEntry->serviceType); in GeneratePskAliasAndCheckExist() local
|
| /base/security/device_auth/services/authenticators/src/account_unrelated/iso_task/ |
| D | iso_task_common.c | 348 const char *serviceType = GetStringFromJson(in, FIELD_SERVICE_TYPE); in FillPkgNameAndServiceType() local 537 … Uint8Buff serviceType = { (uint8_t *)params->serviceType, (uint32_t)strlen(params->serviceType) }; in GenerateKeyAliasInIso() local
|
| /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/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/session_manager/src/session/v1/compatible_auth_sub_session/ |
| D | compatible_auth_sub_session_common.c | 103 const char *serviceType = StringGet(&(localAuthInfo->serviceType)); in AddGeneralParams() local
|
| /base/security/device_auth/services/data_manager/src/ |
| D | data_manager.c | 64 TlvString serviceType; member
|
| /base/telephony/core_service/frameworks/native/src/ |
| D | core_service_proxy.cpp | 1418 bool CoreServiceProxy::IsValidServiceType(ImsServiceType serviceType) in IsValidServiceType()
|