/base/security/device_security_level/test/dslm_unit_test/ |
D | dslm_oem_property_test.cpp | 77 const char *cred = "test"; variable 105 const char *cred = "eyJ0eXAiOiAiRFNMIn0="; variable 112 const char *cred = "eyJ0eXAiOiAiRFNMIn0=." variable 122 const char *cred = "eyJ0eXAiOiAiRFNMIn0=." variable 149 const char *cred = "eyJ0eXAiOiAiRFNMIn0=."; variable 156 const char *cred = "eyJ0eXAiOiAiRFNMIn0=." variable 166 const char *cred = "eyJ0eXAiOiAiRFNMIn0=." variable 194 const char *cred = variable 236 const char *cred = variable 272 const char *cred = variable [all …]
|
D | dslm_test.cpp | 165 DslmCredBuff cred = {(CredType)3, 9, info}; variable 183 DslmCredBuff cred = {(CredType)3, 9, info}; variable 430 DslmCredBuff *cred = nullptr; variable 456 DslmCredBuff *cred = nullptr; variable 472 DslmCredBuff *cred = nullptr; variable 488 DslmCredBuff **cred = nullptr; variable 505 DslmCredBuff *cred = nullptr; variable 522 DslmCredBuff cred; variable 544 DslmCredBuff *cred = nullptr; variable 580 DslmCredBuff *cred = nullptr; variable [all …]
|
/base/security/device_security_level/services/dslm/ |
D | dslm_msg_utils.c | 33 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()
|
D | dslm_inner_process.c | 83 DslmCredBuff *cred = NULL; in VerifyDeviceInfoResponse() local
|
D | dslm_core_process.c | 70 DslmCredBuff *cred = NULL; in OnPeerMsgRequestInfoReceived() local
|
/base/hiviewdfx/hilog/frameworks/libhilog/socket/ |
D | hilog_input_socket_server.cpp | 74 ucred cred; in ServingThread() local
|
D | dgram_socket_server.cpp | 22 int DgramSocketServer::RecvPacket(std::vector<char>& buffer, struct ucred *cred) in RecvPacket()
|
D | seq_packet_socket_server.cpp | 62 struct ucred cred = { 0 }; in AcceptingLoop() local
|
D | socket.cpp | 33 void Socket::SetCredential(struct ucred& cred) in SetCredential()
|
/base/security/device_security_level/services/dfx/ |
D | dslm_hidumper.c | 149 DslmCredBuff *cred = NULL; in GetDefaultStatus() local
|
/base/hiviewdfx/hilog/services/hilogd/ |
D | main.cpp | 153 auto onDataReceive = [&logCollector](const ucred& cred, std::vector<char>& data) { in HilogdEntry()
|
/base/startup/init/services/param/include/ |
D | param_security.h | 67 UserCred cred; member
|
/base/startup/appspawn/standard/ |
D | appspawn_service.c | 447 struct ucred cred = {-1, -1, -1}; in OnConnection() local
|