Home
last modified time | relevance | path

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

12

/ohos5.0/base/security/device_security_level/test/dslm_unit_test/
H A Ddslm_oem_property_test.cpp195 const char *cred = variable
237 const char *cred = variable
273 const char *cred = variable
315 const char *cred = variable
357 const char *cred = variable
397 const char *cred = variable
440 const char *cred = variable
481 const char *cred = variable
524 const char *cred = variable
565 const char *cred = variable
[all …]
H A Ddslm_test.cpp837 DslmCredBuff *cred = nullptr; variable
863 DslmCredBuff *cred = nullptr; variable
879 DslmCredBuff *cred = nullptr; variable
895 DslmCredBuff **cred = nullptr; variable
912 DslmCredBuff *cred = nullptr; variable
929 DslmCredBuff cred; variable
966 DslmCredBuff *cred = nullptr; variable
1002 DslmCredBuff *cred = nullptr; variable
1092 DslmCredBuff *cred = nullptr; variable
1114 DslmCredBuff cred = { variable
[all …]
/ohos5.0/base/security/device_security_level/services/dslm/
H A Ddslm_msg_utils.c33 static uint8_t *GenerateSecInfoResponseJson(uint64_t challenge, const DslmCredBuff *cred) in GenerateSecInfoResponseJson()
174 int32_t BuildDeviceSecInfoResponse(uint64_t challenge, const DslmCredBuff *cred, MessageBuff **msg) in BuildDeviceSecInfoResponse()
195 …ecInfoResponse(const MessageBuff *msg, uint64_t *challenge, uint32_t *version, DslmCredBuff **cred) in ParseDeviceSecInfoResponse()
H A Ddslm_inner_process.c85 DslmCredBuff *cred = NULL; in VerifyDeviceInfoResponse() local
H A Ddslm_core_process.c71 DslmCredBuff *cred = NULL; in OnPeerMsgRequestInfoReceived() local
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/socket/
H A Dhilog_input_socket_server.cpp76 ucred cred; in ServingThread() local
H A Ddgram_socket_server.cpp22 int DgramSocketServer::RecvPacket(std::vector<char>& buffer, struct ucred *cred) in RecvPacket()
H A Dseq_packet_socket_server.cpp62 struct ucred cred = { 0 }; in AcceptingLoop() local
H A Dsocket.cpp33 void Socket::SetCredential(struct ucred& cred) in SetCredential()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/
H A Ddev_session_v2.c342 static void RemoveUnsupportedProtocols(IdentityInfo *cred) in RemoveUnsupportedProtocols()
362 IdentityInfo *cred = impl->credList.get(&impl->credList, index); in CheckAllCredsValidity() local
482 static int32_t AddAllCredAbilityToCredInfo(SessionImpl *impl, IdentityInfo *cred, CJson *credInfo) in AddAllCredAbilityToCredInfo()
508 static int32_t AddPreSharedCredInfo(SessionImpl *impl, IdentityInfo *cred, CJson *credInfo) in AddPreSharedCredInfo()
517 static int32_t AddCertCredInfo(SessionImpl *impl, IdentityInfo *cred, CJson *credInfo) in AddCertCredInfo()
540 static int32_t AddCredInfoToEventData(SessionImpl *impl, IdentityInfo *cred, CJson *eventData) in AddCredInfoToEventData()
859 static int32_t GenerateHandshakeEventData(SessionImpl *impl, IdentityInfo *cred, CJson *eventData) in GenerateHandshakeEventData()
905 static int32_t AddStartHandshakeMsg(SessionImpl *impl, IdentityInfo *cred, CJson *sessionMsg) in AddStartHandshakeMsg()
1289 static int32_t AddAuthInfoToContextByCred(SessionImpl *impl, IdentityInfo *cred) in AddAuthInfoToContextByCred()
1355 static int32_t ClientCreateAuthSubSessionByCred(SessionImpl *impl, IdentityInfo *cred) in ClientCreateAuthSubSessionByCred()
[all …]
/ohos5.0/base/security/certificate_manager/test/unittest/common_permission_test/
H A Dcm_common_permission_test.cpp211 struct Credential cred; variable
234 struct Credential cred; variable
527 struct Credential cred; variable
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Ddata_receiver.cpp99 ucred *cred = reinterpret_cast<ucred *>(CMSG_DATA(cmsgHeader)); in ReceiveMessage() local
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dresource_node_utils.cpp121 for (auto &cred : in) { in ClassifyCredInfoByExecutor() local
/ohos5.0/base/security/certificate_manager/test/unittest/inner_permission_test/
H A Dcm_inner_permission_test.cpp204 struct Credential cred; variable
429 struct Credential cred; variable
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/netlink/src/
H A Dnetlink_listener.cpp64 struct ucred cred; in UeventKernelMulticastRecv() local
/ohos5.0/base/security/device_security_level/oem_property/ohos/common/
H A Ddslm_ohos_request.c186 const char cred[] = in GetCredFromCurrentDevice() local
/ohos5.0/base/security/device_security_level/services/dfx/
H A Ddslm_hidumper.c151 DslmCredBuff *cred = NULL; in GetDefaultStatus() local
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dmain.cpp153 auto onDataReceive = [&logCollector](const ucred& cred, std::vector<char>& data, int dataLen) { in HilogdEntry()
/ohos5.0/base/security/device_security_level/test/dslm_fuzz_test/dslm_fuzzer/
H A Ddslm_fuzzer.cpp194 DslmCredBuff cred = {CRED_TYPE_STANDARD, 9, info}; in VerifyOhosDslmCredTest() local
296 DslmCredBuff cred = {CRED_TYPE_STANDARD, 9, info}; in BuildDeviceSecInfoResponseTest() local
/ohos5.0/base/startup/init/services/loopevent/task/
H A Dle_streamtask.c169 struct ucred cred = {-1, -1, -1}; in DumpStreamConnectTaskInfo_() local
/ohos5.0/base/web/webview/ohos_adapter/cert_mgr_adapter/src/
H A Dcert_mgr_adapter_impl.cpp360 struct Credential cred; in GetAppCert() local
/ohos5.0/base/startup/init/services/param/include/
H A Dparam_security.h72 UserCred cred; member
/ohos5.0/base/security/security_guard/test/unittest/data_collect/include/
H A Dconfig_define.h68 uint32_t cred; member
/ohos5.0/base/security/security_guard/test/unittest/mock/config_manager/
H A Dconfig_define.h68 uint32_t cred; member
/ohos5.0/base/security/security_guard/test/unittest/risk_collect/include/
H A Dconfig_define.h97 uint32_t cred; member

12