Home
last modified time | relevance | path

Searched defs:cred (Results 1 - 25 of 98) sorted by relevance

1234

/third_party/curl/lib/vtls/
H A Dgtls.h50 gnutls_certificate_credentials_t cred; member
/third_party/node/deps/npm/node_modules/jsonparse/examples/
H A Dtwitterfeed.js5 var cred = require('./credentials'); variable
/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() argument
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() argument
/base/security/device_security_level/services/dslm/
H A Ddslm_inner_process.c85 DslmCredBuff *cred = NULL; in VerifyDeviceInfoResponse() local
H A Ddslm_core_process.c71 DslmCredBuff *cred = NULL; in OnPeerMsgRequestInfoReceived() local
H A Ddslm_msg_utils.c33 static uint8_t *GenerateSecInfoResponseJson(uint64_t challenge, const DslmCredBuff *cred) in GenerateSecInfoResponseJson() argument
174 int32_t BuildDeviceSecInfoResponse(uint64_t challenge, const DslmCredBuff *cred, MessageBuff **msg) in BuildDeviceSecInfoResponse() argument
195 int32_t ParseDeviceSecInfoResponse(const MessageBuff *msg, uint64_t *challenge, uint32_t *version, DslmCredBuff **cred) in ParseDeviceSecInfoResponse() argument
[all...]
/third_party/ltp/testcases/kernel/syscalls/getsockopt/
H A Dgetsockopt02.c44 struct ucred cred; in test_function() local
/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
/third_party/libwebsockets/lib/drivers/netdev/
H A Dwifi.c194 lws_wifi_creds_t *cred; in lws_netdev_wifi_redo_last() local
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djdmrgext.c29 register int y, cred, cgreen, cblue; in h2v1_merged_upsample_internal() local
101 register int y, cred, cgreen, cblue; in h2v2_merged_upsample_internal() local
[all...]
H A Djdmrg565.c23 register int y, cred, cgreen, cblue; in h2v1_merged_upsample_565_internal() local
94 register int y, cred, cgreen, cblue; in h2v1_merged_upsample_565D_internal() local
167 register int y, cred, cgreen, cblue; h2v2_merged_upsample_565_internal() local
263 register int y, cred, cgreen, cblue; h2v2_merged_upsample_565D_internal() local
[all...]
/base/security/certificate_manager/test/unittest/common_permission_test/
H A Dcm_common_permission_test.cpp211 struct Credential cred; in HWTEST_F() local
234 struct Credential cred; in HWTEST_F() local
527 struct Credential cred; HWTEST_F() local
[all...]
/base/security/certificate_manager/test/unittest/inner_permission_test/
H A Dcm_inner_permission_test.cpp204 struct Credential cred; in HWTEST_F() local
429 struct Credential cred; in HWTEST_F() local
[all...]
/base/security/device_security_level/oem_property/ohos/common/
H A Ddslm_ohos_request.c186 const char cred[] = in GetCredFromCurrentDevice() local
/base/security/device_security_level/test/dslm_unit_test/
H A Ddslm_oem_property_test.cpp78 const char *cred = "test"; in HWTEST_F() local
106 const char *cred = "eyJ0eXAiOiAiRFNMIn0="; in HWTEST_F() local
113 const char *cred = "eyJ0eXAiOiAiRFNMIn0=." in HWTEST_F() local
123 const char *cred = "eyJ0eXAiOiAiRFNMIn0=." in HWTEST_F() local
150 const char *cred in HWTEST_F() local
157 const char *cred = "eyJ0eXAiOiAiRFNMIn0=." HWTEST_F() local
167 const char *cred = "eyJ0eXAiOiAiRFNMIn0=." HWTEST_F() local
195 const char *cred = HWTEST_F() local
237 const char *cred = HWTEST_F() local
273 const char *cred = HWTEST_F() local
315 const char *cred = HWTEST_F() local
357 const char *cred = HWTEST_F() local
397 const char *cred = HWTEST_F() local
440 const char *cred = HWTEST_F() local
481 const char *cred = HWTEST_F() local
524 const char *cred = HWTEST_F() local
565 const char *cred = HWTEST_F() local
608 const char *cred = HWTEST_F() local
648 const char *cred = "eyJ0eXAiOiAiRFNMIn0=.eyJ0eXBlIjogImRlYnVnIiwgIm1h" HWTEST_F() local
[all...]
/base/startup/init/services/loopevent/task/
H A Dle_streamtask.c170 struct ucred cred = {-1, -1, -1}; in DumpStreamConnectTaskInfo_() local
/foundation/filemanagement/storage_service/services/storage_daemon/netlink/src/
H A Dnetlink_listener.cpp64 struct ucred cred; in UeventKernelMulticastRecv() local
/third_party/ffmpeg/libavformat/
H A Dtls_gnutls.c52 gnutls_certificate_credentials_t cred; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_attr_process.c83 static int wps_process_cred_network_idx(struct wps_credential *cred, in wps_process_cred_network_idx() argument
98 static int wps_process_cred_ssid(struct wps_credential *cred, const u8 *ssid, in wps_process_cred_ssid() argument
121 static int wps_process_cred_auth_type(struct wps_credential *cred, in wps_process_cred_auth_type() argument
138 static int wps_process_cred_encr_type(struct wps_credential *cred, in wps_process_cred_encr_type() argument
155 wps_process_cred_network_key_idx(struct wps_credential *cred, const u8 *key_idx) wps_process_cred_network_key_idx() argument
168 wps_process_cred_network_key(struct wps_credential *cred, const u8 *key, size_t key_len) wps_process_cred_network_key() argument
194 wps_process_cred_mac_addr(struct wps_credential *cred, const u8 *mac_addr) wps_process_cred_mac_addr() argument
210 wps_workaround_cred_key(struct wps_credential *cred) wps_workaround_cred_key() argument
246 wps_process_cred(struct wps_parse_attr *attr, struct wps_credential *cred) wps_process_cred() argument
266 wps_process_ap_settings(struct wps_parse_attr *attr, struct wps_credential *cred) wps_process_ap_settings() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_attr_process.c84 static int wps_process_cred_network_idx(struct wps_credential *cred, in wps_process_cred_network_idx() argument
99 static int wps_process_cred_ssid(struct wps_credential *cred, const u8 *ssid, in wps_process_cred_ssid() argument
122 static int wps_process_cred_auth_type(struct wps_credential *cred, in wps_process_cred_auth_type() argument
139 static int wps_process_cred_encr_type(struct wps_credential *cred, in wps_process_cred_encr_type() argument
156 wps_process_cred_network_key_idx(struct wps_credential *cred, const u8 *key_idx) wps_process_cred_network_key_idx() argument
169 wps_process_cred_network_key(struct wps_credential *cred, const u8 *key, size_t key_len) wps_process_cred_network_key() argument
195 wps_process_cred_mac_addr(struct wps_credential *cred, const u8 *mac_addr) wps_process_cred_mac_addr() argument
211 wps_workaround_cred_key(struct wps_credential *cred) wps_workaround_cred_key() argument
247 wps_process_cred(struct wps_parse_attr *attr, struct wps_credential *cred) wps_process_cred() argument
267 wps_process_ap_settings(struct wps_parse_attr *attr, struct wps_credential *cred) wps_process_ap_settings() argument
[all...]
/base/security/device_security_level/services/dfx/
H A Ddslm_hidumper.c179 DslmCredBuff *cred = NULL; in GetDefaultStatus() local
/base/startup/init/services/param/include/
H A Dparam_security.h72 UserCred cred; member

Completed in 11 milliseconds

1234