Home
last modified time | relevance | path

Searched refs:auth_body (Results 1 – 12 of 12) sorted by relevance

/dports/security/py-oauthlib/oauthlib-1.1.2/tests/oauth2/rfc6749/
H A Dtest_tokens.py34 auth_body = { variable in TokenTest
71 self.assertEqual(prepare_mac_header(**self.mac_body), self.auth_body)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/support/helpers/
H A Ddependency_proxy_helpers.rb7 auth_body = { 'token' => token }.to_json
11 .to_return(status: status, body: body || auth_body)
/dports/net/kamailio/kamailio-5.4.5/src/core/
H A Dsip_msg_clone.c273 static inline struct auth_body* auth_body_cloner(char* new_buf, char *org_buf, struct auth_body *au… in auth_body_cloner()
275 struct auth_body* new_auth; in auth_body_cloner()
277 new_auth = (struct auth_body*)(*p); in auth_body_cloner()
278 memcpy(new_auth , auth , sizeof(struct auth_body)); in auth_body_cloner()
279 (*p) += ROUND4(sizeof(struct auth_body)); in auth_body_cloner()
331 ((struct auth_body*)new->authorization->parsed)->authorized = in clone_authorized_hooks()
341 ((struct auth_body*)new->proxy_auth->parsed)->authorized = in clone_authorized_hooks()
355 #define AUTH_BODY_SIZE sizeof(struct auth_body)
770 org_msg->buf , (struct auth_body*)hdr->parsed , &p); in sip_msg_shm_clone()
789 org_msg->buf , (struct auth_body*)hdr->parsed , &p); in sip_msg_shm_clone()
/dports/net/kamailio/kamailio-5.4.5/src/modules/auth/
H A Dapi.h80 typedef int (*check_auth_hdr_t)(struct sip_msg* msg, auth_body_t* auth_body,
82 int check_auth_hdr(struct sip_msg* msg, auth_body_t* auth_body,
H A Dapi.c37 static int auth_check_hdr_md5(struct sip_msg* msg, auth_body_t* auth_body,
/dports/net/kamailio/kamailio-5.4.5/src/core/parser/digest/
H A Ddigest.h37 typedef struct auth_body { struct
/dports/benchmarks/sipp/sipp-3.5.1/src/
H A Dcall.cpp2455 const char *auth_body = NULL; in createSendingMessage() local
2459 auth_body = body; in createSendingMessage()
2460 auth_body += strlen("\r\n\r\n"); in createSendingMessage()
2463 if (!auth_body) { in createSendingMessage()
2464 auth_body = ""; in createSendingMessage()
2539 … if (createAuthHeader(my_auth_user, my_auth_pass, method, uri, auth_body, dialog_authentication, in createSendingMessage()
3736 const char *auth_body = NULL; in executeAction() local
3739 auth_body = body; in executeAction()
3740 auth_body += strlen("\r\n\r\n"); in executeAction()
3742 auth_body = ""; in executeAction()
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/group/
H A Dgroup.c58 struct auth_body* c = 0; in get_username_domain()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_rayo/
H A Dxmpp_streams.c471 iks *auth_body; in on_stream_auth() local
501 if ((auth_body = iks_child(node)) && iks_type(auth_body) == IKS_CDATA) { in on_stream_auth()
503 char *message = iks_cdata(auth_body); in on_stream_auth()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/atmel/
H A Datmel.c2693 struct auth_body { struct
2845 struct auth_body auth; in send_authentication_request()
3025 struct auth_body *auth = (struct auth_body *)priv->rx_buf; in authenticate()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/atmel/
H A Datmel.c2693 struct auth_body { struct
2845 struct auth_body auth; in send_authentication_request()
3025 struct auth_body *auth = (struct auth_body *)priv->rx_buf; in authenticate()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/atmel/
H A Datmel.c2693 struct auth_body { struct
2845 struct auth_body auth; in send_authentication_request()
3025 struct auth_body *auth = (struct auth_body *)priv->rx_buf; in authenticate()