Home
last modified time | relevance | path

Searched refs:auth (Results 251 - 275 of 649) sorted by relevance

1...<<11121314151617181920>>...26

/third_party/skia/third_party/externals/tint/tools/src/cmd/roll-release/
H A Dmain.go96 var auth transport.AuthMethod var
98 auth = &git_http.BasicAuth{Username: user, Password: pass}
218 Auth: auth,
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/
H A Drtllib_softmac.c728 struct rtllib_authentication *auth; in rtllib_authentication_req() local
740 auth = skb_put(skb, sizeof(struct rtllib_authentication)); in rtllib_authentication_req()
742 auth->header.frame_ctl = cpu_to_le16(RTLLIB_STYPE_AUTH); in rtllib_authentication_req()
744 auth->header.frame_ctl |= cpu_to_le16(RTLLIB_FCTL_WEP); in rtllib_authentication_req()
746 auth->header.duration_id = cpu_to_le16(0x013a); in rtllib_authentication_req()
747 ether_addr_copy(auth->header.addr1, beacon->bssid); in rtllib_authentication_req()
748 ether_addr_copy(auth->header.addr2, ieee->dev->dev_addr); in rtllib_authentication_req()
749 ether_addr_copy(auth->header.addr3, beacon->bssid); in rtllib_authentication_req()
751 auth->algorithm = WLAN_AUTH_OPEN; in rtllib_authentication_req()
753 auth in rtllib_authentication_req()
[all...]
/third_party/ffmpeg/libavformat/
H A Drtsp.c1367 if (rt->auth[0]) { in rtsp_send_cmd_with_content_async()
1369 rt->auth, url, method); in rtsp_send_cmd_with_content_async()
1607 char proto[128], host[128], path[512], auth[128]; in ff_rtsp_make_setup_request() local
1609 av_url_split(proto, sizeof(proto), auth, sizeof(auth), host, sizeof(host), in ff_rtsp_make_setup_request()
1722 char tcpname[1024], cmd[MAX_URL_SIZE], auth[128]; in ff_rtsp_connect() local
1759 av_url_split(proto, sizeof(proto), auth, sizeof(auth), in ff_rtsp_connect()
1771 if (*auth) { in ff_rtsp_connect()
1772 av_strlcpy(rt->auth, aut in ff_rtsp_connect()
[all...]
H A Drtspdec.c453 char host[128], path[512], auth[128]; in parse_command_line() local
457 av_url_split(NULL, 0, auth, sizeof(auth), host, sizeof(host), &port, in parse_command_line()
652 char proto[128], host[128], path[512], auth[128]; in rtsp_listen() local
668 av_url_split(proto, sizeof(proto), auth, sizeof(auth), host, sizeof(host), in rtsp_listen()
951 /* The stale flag should be reset when creating the auth response in in rtsp_read_packet()
953 * called the auth code (if we didn't have any credentials set). */ in rtsp_read_packet()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211_event.c160 "nl80211: Ignore auth event when using driver SME"); in mlme_event_auth()
166 if (len < 24 + sizeof(mgmt->u.auth)) { in mlme_event_auth()
175 os_memcpy(event.auth.peer, mgmt->sa, ETH_ALEN); in mlme_event_auth()
176 event.auth.auth_type = le_to_host16(mgmt->u.auth.auth_alg); in mlme_event_auth()
177 event.auth.auth_transaction = in mlme_event_auth()
178 le_to_host16(mgmt->u.auth.auth_transaction); in mlme_event_auth()
179 event.auth.status_code = le_to_host16(mgmt->u.auth.status_code); in mlme_event_auth()
180 if (len > 24 + sizeof(mgmt->u.auth)) { in mlme_event_auth()
[all...]
/third_party/lwip/src/netif/ppp/
H A Dauth.c2 * auth.c - PPP authentication and phase control.
216 bool refuse_pap = 0; /* Don't wanna auth. ourselves with PAP */
217 bool refuse_chap = 0; /* Don't wanna auth. ourselves with CHAP */
218 bool refuse_eap = 0; /* Don't wanna auth. ourselves with EAP */
220 bool refuse_mschap = 0; /* Don't wanna auth. ourselves with MS-CHAP */
221 bool refuse_mschap_v2 = 0; /* Don't wanna auth. ourselves with MS-CHAPv2 */
223 bool refuse_mschap = 1; /* Don't wanna auth. ourselves with MS-CHAP */
224 bool refuse_mschap_v2 = 1; /* Don't wanna auth. ourselves with MS-CHAPv2 */
277 { "auth", o_bool, &auth_required,
316 "Don't agree to auth t
736 int auth; link_established() local
[all...]
/kernel/linux/linux-5.10/net/ceph/
H A Dmessenger.c1407 struct ceph_auth_handshake *auth; in get_connect_authorizer() local
1411 con->auth = NULL; in get_connect_authorizer()
1417 auth = con->ops->get_authorizer(con, &auth_proto, con->auth_retry); in get_connect_authorizer()
1418 if (IS_ERR(auth)) in get_connect_authorizer()
1419 return PTR_ERR(auth); in get_connect_authorizer()
1421 con->auth = auth; in get_connect_authorizer()
1423 con->out_connect.authorizer_len = cpu_to_le32(auth->authorizer_buf_len); in get_connect_authorizer()
1443 if (con->auth) in __prepare_write_connect()
1444 con_out_kvec_add(con, con->auth in __prepare_write_connect()
[all...]
H A Dauth.c164 pr_err("error %d building auth method %s request\n", ret, in ceph_build_auth_request()
176 * Handle auth message from monitor.
234 pr_err("error %d on auth protocol %d init\n", in ceph_handle_auth_reply()
247 pr_err("auth method '%s' error %d\n", ac->ops->name, ret); in ceph_handle_auth_reply()
255 pr_err("failed to decode auth msg\n"); in ceph_handle_auth_reply()
286 struct ceph_auth_handshake *auth) in ceph_auth_create_authorizer()
292 ret = ac->ops->create_authorizer(ac, peer_type, auth); in ceph_auth_create_authorizer()
284 ceph_auth_create_authorizer(struct ceph_auth_client *ac, int peer_type, struct ceph_auth_handshake *auth) ceph_auth_create_authorizer() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11.c378 rlen = IEEE80211_HDRLEN + sizeof(reply->u.auth) + ies_len; in send_auth_reply()
390 reply->u.auth.auth_alg = host_to_le16(auth_alg); in send_auth_reply()
391 reply->u.auth.auth_transaction = host_to_le16(auth_transaction); in send_auth_reply()
392 reply->u.auth.status_code = host_to_le16(resp); in send_auth_reply()
395 os_memcpy(reply->u.auth.variable, ies, ies_len); in send_auth_reply()
454 "auth-ft-finish"); in handle_auth_ft_finish()
1311 pos = mgmt->u.auth.variable; in handle_auth_sae()
1316 "auth-sae-reflection-attack"); in handle_auth_sae()
1367 pos = mgmt->u.auth.variable; in handle_auth_sae()
1437 pos = mgmt->u.auth in handle_auth_sae()
[all...]
/kernel/linux/linux-5.10/net/sctp/
H A Dendpointola.c365 chunk->auth = 1; in sctp_endpoint_bh_rcv()
385 if (sctp_auth_recv_cid(subtype.chunk, asoc) && !chunk->auth) in sctp_endpoint_bh_rcv()
/kernel/linux/linux-6.6/net/sctp/
H A Dendpointola.c370 chunk->auth = 1; in sctp_endpoint_bh_rcv()
390 if (sctp_auth_recv_cid(subtype.chunk, asoc) && !chunk->auth) in sctp_endpoint_bh_rcv()
/third_party/skia/infra/bots/task_drivers/g3_canary/
H A Dg3_canary.go19 "go.skia.org/infra/go/auth"
81 ts, err := auth_steps.Init(ctx, *local, auth.ScopeUserinfoEmail, auth.ScopeFullControl)
/third_party/python/Lib/urllib/
H A Drequest.py916 # Add a default for prior auth requests
941 # XXX this allows for multiple auth-schemes, but will stupidly pick
956 # XXX could pre-emptively send auth info already accepted (RFC 2617,
1016 auth = "Basic " + base64.b64encode(raw.encode()).decode("ascii")
1017 if req.get_header(self.auth_header, None) == auth:
1019 req.add_unredirected_header(self.auth_header, auth)
1089 # XXX qop="auth-int" supports is shaky
1111 raise HTTPError(req.full_url, 401, "digest auth failed",
1123 def retry_http_digest_auth(self, req, auth):
1124 token, challenge = auth
[all...]
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_sync_info_manager.c818 AuthManager *auth = GetAuthManagerByAuthId(authHandle.authId); in OnWifiDirectSyncMsgRecv() local
819 if (auth == NULL) { in OnWifiDirectSyncMsgRecv()
823 Anonymize(auth->udid, &anonyUdid); in OnWifiDirectSyncMsgRecv()
826 if (LnnGetNetworkIdByUdid(auth->udid, networkId, sizeof(networkId)) != SOFTBUS_OK) { in OnWifiDirectSyncMsgRecv()
828 DelAuthManager(auth, false); in OnWifiDirectSyncMsgRecv()
831 DelAuthManager(auth, false); in OnWifiDirectSyncMsgRecv()
870 LNN_LOGE(LNN_INIT, "reg auth lister fail"); in LnnInitSyncInfoManager()
1094 LNN_LOGE(LNN_BUILDER, "auth post data fail"); in TrySendSyncInfoMsgByAuth()
1156 LNN_LOGI(LNN_BUILDER, "need sync info by auth"); in IsNeedSyncByAuth()
/kernel/linux/linux-5.10/drivers/net/wireless/atmel/
H A Datmel.c2846 struct auth_body auth; in send_authentication_request() local
2859 auth.alg = cpu_to_le16(system); in send_authentication_request()
2861 auth.status = 0; in send_authentication_request()
2862 auth.trans_seq = cpu_to_le16(priv->CurrentAuthentTransactionSeqNum); in send_authentication_request()
2867 auth.el_id = 16; /* challenge_text */ in send_authentication_request()
2868 auth.chall_text_len = challenge_len; in send_authentication_request()
2869 memcpy(auth.chall_text, challenge, challenge_len); in send_authentication_request()
2870 atmel_transmit_management_frame(priv, &header, (u8 *)&auth, 8 + challenge_len); in send_authentication_request()
2872 atmel_transmit_management_frame(priv, &header, (u8 *)&auth, 6); in send_authentication_request()
3026 struct auth_body *auth in authenticate() local
3441 int auth = WLAN_AUTH_OPEN; atmel_management_timer() local
3556 int auth = WLAN_AUTH_OPEN; atmel_command_irq() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/atmel/
H A Datmel.c2841 struct auth_body auth; in send_authentication_request() local
2854 auth.alg = cpu_to_le16(system); in send_authentication_request()
2856 auth.status = 0; in send_authentication_request()
2857 auth.trans_seq = cpu_to_le16(priv->CurrentAuthentTransactionSeqNum); in send_authentication_request()
2862 auth.el_id = 16; /* challenge_text */ in send_authentication_request()
2863 auth.chall_text_len = challenge_len; in send_authentication_request()
2864 memcpy(auth.chall_text, challenge, challenge_len); in send_authentication_request()
2865 atmel_transmit_management_frame(priv, &header, (u8 *)&auth, 8 + challenge_len); in send_authentication_request()
2867 atmel_transmit_management_frame(priv, &header, (u8 *)&auth, 6); in send_authentication_request()
3021 struct auth_body *auth in authenticate() local
3436 int auth = WLAN_AUTH_OPEN; atmel_management_timer() local
3551 int auth = WLAN_AUTH_OPEN; atmel_command_irq() local
[all...]
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_message.h168 int32_t TransProxyParseMessage(char *data, int32_t len, ProxyMessage *msg, AuthHandle *auth);
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/
H A Dcommands.h55 struct cfg80211_external_auth_params *auth);
/kernel/linux/linux-5.10/net/sunrpc/
H A Dsunrpc_syms.c21 #include <linux/sunrpc/auth.h>
/kernel/linux/linux-5.10/include/net/sctp/
H A Dauth.h93 struct sk_buff *skb, struct sctp_auth_chunk *auth,
/kernel/linux/linux-5.10/include/linux/ceph/
H A Dmon_client.h77 struct ceph_auth_client *auth; member
/kernel/linux/linux-6.6/include/linux/ceph/
H A Dmon_client.h77 struct ceph_auth_client *auth; member
/kernel/linux/linux-6.6/include/net/sctp/
H A Dauth.h93 struct sk_buff *skb, struct sctp_auth_chunk *auth,
/kernel/linux/linux-6.6/drivers/net/wireless/quantenna/qtnfmac/
H A Dcommands.h55 struct cfg80211_external_auth_params *auth);
/kernel/linux/linux-6.6/net/sunrpc/
H A Dsunrpc_syms.c21 #include <linux/sunrpc/auth.h>

Completed in 34 milliseconds

1...<<11121314151617181920>>...26