| /foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
| H A D | auth_manager_test.cpp | 130 AuthManager *auth = NewAuthManager(AUTH_SEQ, &info); in HWTEST_F() local 195 AuthManager *auth = FindAuthManagerByConnId(CONN_ID, true); in HWTEST_F() local 232 AuthManager *auth in HWTEST_F() local 265 AuthManager *auth = GetDeviceAuthManager(AUTH_SEQ_4, &info, &isNewCreated, AUTH_SEQ_4); HWTEST_F() local 293 AuthManager *auth = GetDeviceAuthManager(AUTH_SEQ_5, &info, &isNewCreated, AUTH_SEQ_5); HWTEST_F() local 335 AuthManager *auth = GetDeviceAuthManager(AUTH_SEQ_1, &info, &isNewCreated, AUTH_SEQ_1); HWTEST_F() local 597 AuthManager *auth = NewAuthManager(authHandle.authId, &info); HWTEST_F() local 740 AuthManager *auth = NewAuthManager(AUTH_SEQ, &info); HWTEST_F() local 768 AuthManager *auth = NewAuthManager(AUTH_SEQ, &info); HWTEST_F() local 930 AuthManager *auth = NewAuthManager(AUTH_SEQ, &info); HWTEST_F() local 954 AuthManager *auth = NewAuthManager(authSeq, &info); HWTEST_F() local [all...] |
| /foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
| H A D | softbus_proxychannel_message.c | 244 int32_t TransProxyParseMessage(char *data, int32_t len, ProxyMessage *msg, AuthHandle *auth) in TransProxyParseMessage() argument
|
| /foundation/communication/dsoftbus/core/authentication/src/ |
| H A D | auth_device.c | 184 AuthManager *auth = GetAuthManagerByAuthId(authHandle.authId); in AuthDevicePostTransData() local 221 AuthManager *auth = GetAuthManagerByAuthId(authHandle->authId); in AuthDeviceEncrypt() local 244 AuthManager *auth = GetAuthManagerByAuthId(authHandle->authId); AuthDeviceDecrypt() local 269 AuthManager *auth = GetAuthManagerByAuthId(authHandle.authId); AuthDeviceGetConnInfo() local 284 AuthManager *auth = GetAuthManagerByAuthId(authId); AuthDeviceGetServerSide() local 299 AuthManager *auth = GetAuthManagerByAuthId(authId); AuthDeviceGetDeviceUuid() local 318 AuthManager *auth = GetAuthManagerByAuthId(authId); AuthDeviceGetVersion() local 353 AuthManager *auth = GetAuthManagerByAuthId(authHandle.authId); AuthNotifyDeviceVerifyPassed() local 517 AuthManager *auth = GetDeviceAuthManager(authSeq, info, &isNewCreated, authSeq); AuthDirectOnlineCreateAuthManager() local 615 AuthManager *auth = GetAuthManagerByAuthId(authHandle.authId); AuthStartReconnectDevice() local 647 AuthManager *auth = GetAuthManagerByAuthId(authHandle->authId); AuthCheckSessionKey() local 708 AuthManager *auth = GetAuthManagerByAuthId(authHandle.authId); AuthDeviceCloseConn() local [all...] |
| /foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
| H A D | key_backup.cpp | 110 int32_t KeyBackup::TryRestoreKey(const std::shared_ptr<BaseKey> &baseKey, const UserAuth &auth) in TryRestoreKey() argument 207 int32_t KeyBackup::DoResotreKeyMix(std::shared_ptr<BaseKey> &baseKey, const UserAuth &auth, const std::string &keyDir, in DoResotreKeyMix() argument 135 TryRestoreUeceKey(const std::shared_ptr<BaseKey> &baseKey, const UserAuth &auth, KeyBlob &planKey, KeyBlob &decryptedKey) TryRestoreUeceKey() argument
|
| /third_party/ffmpeg/libavformat/ |
| H A D | rtspdec.c | 453 char host[128], path[512], auth[128]; in parse_command_line() local 652 char proto[128], host[128], path[512], auth[128]; in rtsp_listen() local
|
| /third_party/curl/lib/ |
| H A D | smtp.c | 600 char *auth = NULL; in smtp_perform_mail() local [all...] |
| H A D | socks.c | 589 const unsigned char auth = data->set.socks5auth; in do_SOCKS5() local [all...] |
| H A D | cf-h1-proxy.c | 301 char *auth = Curl_copy_header_value(header); in on_resp_header() local
|
| /third_party/backends/backend/ |
| H A D | u12.c | 168 static SANE_Auth_Callback auth = NULL; variable
|
| /third_party/lwip/src/apps/snmp/ |
| H A D | snmp_msg.c | 774 snmpv3_auth_algo_t auth; in snmp_parse_inbound_frame() local
|
| /third_party/python/Lib/ |
| H A D | ftplib.py | 748 def auth(self): member in .FTP_TLS
|
| H A D | smtplib.py | 616 def auth(self, mechanism, authobject, *, initial_response_ok=True): member in SMTP [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
| H A D | driver_privsep.c | 384 struct privsep_event_auth *auth; in wpa_driver_privsep_event_auth() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
| H A D | eap_eke_common.c | 686 eap_eke_auth(struct eap_eke_session *sess, const char *label, const struct wpabuf *msgs, u8 *auth) eap_eke_auth() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
| H A D | ikev2.c | 520 ikev2_process_auth_cert(struct ikev2_responder_data *data, u8 method, const u8 *auth, size_t auth_len) ikev2_process_auth_cert() argument 534 ikev2_process_auth_secret(struct ikev2_responder_data *data, u8 method, const u8 *auth, size_t auth_len) ikev2_process_auth_secret() argument 585 ikev2_process_auth(struct ikev2_responder_data *data, const u8 *auth, size_t auth_len) ikev2_process_auth() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
| H A D | ikev2.c | 588 ikev2_process_auth_cert(struct ikev2_initiator_data *data, u8 method, const u8 *auth, size_t auth_len) ikev2_process_auth_cert() argument 602 ikev2_process_auth_secret(struct ikev2_initiator_data *data, u8 method, const u8 *auth, size_t auth_len) ikev2_process_auth_secret() argument 651 ikev2_process_auth(struct ikev2_initiator_data *data, const u8 *auth, size_t auth_len) ikev2_process_auth() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| H A D | ibss_rsn.c | 485 struct ieee80211_mgmt auth; in ibss_rsn_send_auth() local [all...] |
| H A D | wpa_priv.c | 245 struct privsep_cmd_authenticate *auth; in wpa_priv_cmd_authenticate() local 887 struct privsep_event_auth *auth; wpa_priv_send_auth() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
| H A D | dpp_auth.c | 42 static void dpp_auth_success(struct dpp_authentication *auth) in dpp_auth_success() argument 59 dpp_auth_build_req(struct dpp_authentication *auth, const struct wpabuf *pi, size_t nonce_len, const u8 *r_pubkey_hash, const u8 *i_pubkey_hash, unsigned int neg_freq) dpp_auth_build_req() argument 233 dpp_auth_build_resp(struct dpp_authentication *auth, enum dpp_status_error status, const struct wpabuf *pr, size_t nonce_len, const u8 *r_pubkey_hash, const u8 *i_pubkey_hash, const u8 *r_nonce, const u8 *i_nonce, const u8 *wrapped_r_auth, size_t wrapped_r_auth_len, const u8 *siv_key) dpp_auth_build_resp() argument 418 dpp_auth_build_resp_ok(struct dpp_authentication *auth) dpp_auth_build_resp_ok() argument 602 dpp_auth_build_resp_status(struct dpp_authentication *auth, enum dpp_status_error status) dpp_auth_build_resp_status() argument 684 struct dpp_authentication *auth = NULL; dpp_auth_req_rx() local 936 dpp_notify_new_qr_code(struct dpp_authentication *auth, struct dpp_bootstrap_info *peer_bi) dpp_notify_new_qr_code() argument 956 dpp_auth_build_conf(struct dpp_authentication *auth, enum dpp_status_error status) dpp_auth_build_conf() argument 1134 dpp_autogen_bootstrap_key(struct dpp_authentication *auth) dpp_autogen_bootstrap_key() argument 1169 struct dpp_authentication *auth; dpp_auth_init() local 1305 dpp_auth_resp_rx_status(struct dpp_authentication *auth, const u8 *hdr, const u8 *attr_start, size_t attr_len, const u8 *wrapped_data, u16 wrapped_data_len, enum dpp_status_error status) dpp_auth_resp_rx_status() argument 1403 dpp_auth_resp_rx(struct dpp_authentication *auth, const u8 *hdr, const u8 *attr_start, size_t attr_len) dpp_auth_resp_rx() argument 1743 dpp_auth_conf_rx_failure(struct dpp_authentication *auth, const u8 *hdr, const u8 *attr_start, size_t attr_len, const u8 *wrapped_data, u16 wrapped_data_len, enum dpp_status_error status) dpp_auth_conf_rx_failure() argument 1814 dpp_auth_conf_rx(struct dpp_authentication *auth, const u8 *hdr, const u8 *attr_start, size_t attr_len) dpp_auth_conf_rx() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
| H A D | driver_privsep.c | 390 struct privsep_event_auth *auth; in wpa_driver_privsep_event_auth() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
| H A D | eap_eke_common.c | 686 eap_eke_auth(struct eap_eke_session *sess, const char *label, const struct wpabuf *msgs, u8 *auth) eap_eke_auth() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
| H A D | ikev2.c | 522 ikev2_process_auth_cert(struct ikev2_responder_data *data, u8 method, const u8 *auth, size_t auth_len) ikev2_process_auth_cert() argument 536 ikev2_process_auth_secret(struct ikev2_responder_data *data, u8 method, const u8 *auth, size_t auth_len) ikev2_process_auth_secret() argument 587 ikev2_process_auth(struct ikev2_responder_data *data, const u8 *auth, size_t auth_len) ikev2_process_auth() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
| H A D | ikev2.c | 588 ikev2_process_auth_cert(struct ikev2_initiator_data *data, u8 method, const u8 *auth, size_t auth_len) ikev2_process_auth_cert() argument 602 ikev2_process_auth_secret(struct ikev2_initiator_data *data, u8 method, const u8 *auth, size_t auth_len) ikev2_process_auth_secret() argument 651 ikev2_process_auth(struct ikev2_initiator_data *data, const u8 *auth, size_t auth_len) ikev2_process_auth() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| H A D | ibss_rsn.c | 516 struct ieee80211_mgmt auth; in ibss_rsn_send_auth() local [all...] |
| H A D | wpa_priv.c | 245 struct privsep_cmd_authenticate *auth; in wpa_priv_cmd_authenticate() local 896 struct privsep_event_auth *auth; wpa_priv_send_auth() local [all...] |