Home
last modified time | relevance | path

Searched refs:initiator (Results 1 - 25 of 62) sorted by relevance

123

/third_party/node/deps/v8/src/heap/
H A Dsafepoint.cc74 Isolate* initiator, PerClientSafepointData* client_data) { in InitiateGlobalSafepointScope()
76 IgnoreLocalGCRequests ignore_gc_requests(initiator->heap()); in InitiateGlobalSafepointScope()
77 LockMutex(initiator->main_thread_local_heap()); in InitiateGlobalSafepointScope()
78 InitiateGlobalSafepointScopeRaw(initiator, client_data); in InitiateGlobalSafepointScope()
82 Isolate* initiator, PerClientSafepointData* client_data) { in TryInitiateGlobalSafepointScope()
85 InitiateGlobalSafepointScopeRaw(initiator, client_data); in TryInitiateGlobalSafepointScope()
106 Isolate* initiator, PerClientSafepointData* client_data) { in InitiateGlobalSafepointScopeRaw()
111 SetSafepointRequestedFlags(ShouldIncludeMainThread(initiator)); in InitiateGlobalSafepointScopeRaw()
114 if (isolate() != initiator) { in InitiateGlobalSafepointScopeRaw()
124 Isolate* initiator) { in ShouldIncludeMainThread()
73 InitiateGlobalSafepointScope( Isolate* initiator, PerClientSafepointData* client_data) InitiateGlobalSafepointScope() argument
81 TryInitiateGlobalSafepointScope( Isolate* initiator, PerClientSafepointData* client_data) TryInitiateGlobalSafepointScope() argument
105 InitiateGlobalSafepointScopeRaw( Isolate* initiator, PerClientSafepointData* client_data) InitiateGlobalSafepointScopeRaw() argument
123 ShouldIncludeMainThread( Isolate* initiator) ShouldIncludeMainThread() argument
162 LeaveGlobalSafepointScope(Isolate* initiator) LeaveGlobalSafepointScope() argument
337 EnterGlobalSafepointScope(Isolate* initiator) EnterGlobalSafepointScope() argument
390 LeaveGlobalSafepointScope(Isolate* initiator) LeaveGlobalSafepointScope() argument
401 GlobalSafepointScope(Isolate* initiator) GlobalSafepointScope() argument
[all...]
H A Dsafepoint.h85 void TryInitiateGlobalSafepointScope(Isolate* initiator,
87 void InitiateGlobalSafepointScope(Isolate* initiator,
89 void InitiateGlobalSafepointScopeRaw(Isolate* initiator,
91 void LeaveGlobalSafepointScope(Isolate* initiator);
97 IncludeMainThread ShouldIncludeMainThread(Isolate* initiator);
185 void EnterGlobalSafepointScope(Isolate* initiator);
186 void LeaveGlobalSafepointScope(Isolate* initiator);
199 V8_EXPORT_PRIVATE explicit GlobalSafepointScope(Isolate* initiator);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Dikev2_common.c2 * IKEv2 common routines for initiator and responder
371 struct ikev2_keys *keys, int initiator, in ikev2_derive_auth_data()
380 const u8 *SK_p = initiator ? keys->SK_pi : keys->SK_pr; in ikev2_derive_auth_data()
429 struct ikev2_keys *keys, int initiator, in ikev2_decrypt_payload()
440 const u8 *SK_e = initiator ? keys->SK_ei : keys->SK_er; in ikev2_decrypt_payload()
441 const u8 *SK_a = initiator ? keys->SK_ai : keys->SK_ar; in ikev2_decrypt_payload()
531 int initiator, struct wpabuf *msg, in ikev2_build_encrypted()
540 const u8 *SK_e = initiator ? keys->SK_ei : keys->SK_er; in ikev2_build_encrypted()
541 const u8 *SK_a = initiator ? keys->SK_ai : keys->SK_ar; in ikev2_build_encrypted()
369 ikev2_derive_auth_data(int prf_alg, const struct wpabuf *sign_msg, const u8 *ID, size_t ID_len, u8 ID_type, struct ikev2_keys *keys, int initiator, const u8 *shared_secret, size_t shared_secret_len, const u8 *nonce, size_t nonce_len, const u8 *key_pad, size_t key_pad_len, u8 *auth_data) ikev2_derive_auth_data() argument
428 ikev2_decrypt_payload(int encr_id, int integ_id, struct ikev2_keys *keys, int initiator, const struct ikev2_hdr *hdr, const u8 *encrypted, size_t encrypted_len, size_t *res_len) ikev2_decrypt_payload() argument
530 ikev2_build_encrypted(int encr_id, int integ_id, struct ikev2_keys *keys, int initiator, struct wpabuf *msg, struct wpabuf *plain, u8 next_payload) ikev2_build_encrypted() argument
H A Deap_ikev2_common.c69 int initiator, const struct wpabuf *msg, in eap_ikev2_validate_icv()
75 const u8 *SK_a = initiator ? keys->SK_ai : keys->SK_ar; in eap_ikev2_validate_icv()
68 eap_ikev2_validate_icv(int integ_alg, struct ikev2_keys *keys, int initiator, const struct wpabuf *msg, const u8 *pos, const u8 *end) eap_ikev2_validate_icv() argument
H A Dikev2_common.h288 struct ikev2_keys *keys, int initiator,
321 int initiator, const struct ikev2_hdr *hdr,
326 int initiator, struct wpabuf *msg,
H A Deap_ikev2_common.h26 int initiator, const struct wpabuf *msg,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Dikev2_common.c2 * IKEv2 common routines for initiator and responder
371 struct ikev2_keys *keys, int initiator, in ikev2_derive_auth_data()
380 const u8 *SK_p = initiator ? keys->SK_pi : keys->SK_pr; in ikev2_derive_auth_data()
429 struct ikev2_keys *keys, int initiator, in ikev2_decrypt_payload()
440 const u8 *SK_e = initiator ? keys->SK_ei : keys->SK_er; in ikev2_decrypt_payload()
441 const u8 *SK_a = initiator ? keys->SK_ai : keys->SK_ar; in ikev2_decrypt_payload()
531 int initiator, struct wpabuf *msg, in ikev2_build_encrypted()
540 const u8 *SK_e = initiator ? keys->SK_ei : keys->SK_er; in ikev2_build_encrypted()
541 const u8 *SK_a = initiator ? keys->SK_ai : keys->SK_ar; in ikev2_build_encrypted()
369 ikev2_derive_auth_data(int prf_alg, const struct wpabuf *sign_msg, const u8 *ID, size_t ID_len, u8 ID_type, struct ikev2_keys *keys, int initiator, const u8 *shared_secret, size_t shared_secret_len, const u8 *nonce, size_t nonce_len, const u8 *key_pad, size_t key_pad_len, u8 *auth_data) ikev2_derive_auth_data() argument
428 ikev2_decrypt_payload(int encr_id, int integ_id, struct ikev2_keys *keys, int initiator, const struct ikev2_hdr *hdr, const u8 *encrypted, size_t encrypted_len, size_t *res_len) ikev2_decrypt_payload() argument
530 ikev2_build_encrypted(int encr_id, int integ_id, struct ikev2_keys *keys, int initiator, struct wpabuf *msg, struct wpabuf *plain, u8 next_payload) ikev2_build_encrypted() argument
H A Deap_ikev2_common.c69 int initiator, const struct wpabuf *msg, in eap_ikev2_validate_icv()
75 const u8 *SK_a = initiator ? keys->SK_ai : keys->SK_ar; in eap_ikev2_validate_icv()
68 eap_ikev2_validate_icv(int integ_alg, struct ikev2_keys *keys, int initiator, const struct wpabuf *msg, const u8 *pos, const u8 *end) eap_ikev2_validate_icv() argument
H A Dikev2_common.h288 struct ikev2_keys *keys, int initiator,
321 int initiator, const struct ikev2_hdr *hdr,
326 int initiator, struct wpabuf *msg,
H A Deap_ikev2_common.h26 int initiator, const struct wpabuf *msg,
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dtdls.c99 int initiator; /* whether this end was initiator for TDLS setup */ member
244 int initiator, const u8 *buf, size_t len) in wpa_tdls_send_tpk_msg()
247 status_code, peer_capab, initiator, buf, in wpa_tdls_send_tpk_msg()
254 int initiator, const u8 *msg, size_t msg_len) in wpa_tdls_tpk_send()
259 "dialog_token=%u status_code=%u peer_capab=%u initiator=%d " in wpa_tdls_tpk_send()
262 peer_capab, initiator, (unsigned int) msg_len); in wpa_tdls_tpk_send()
265 status_code, peer_capab, initiator, msg, in wpa_tdls_tpk_send()
361 peer->initiator, in wpa_tdls_tpk_retry_timeout()
489 /* 1) TDLS initiator ST in wpa_tdls_ftie_mic()
241 wpa_tdls_send_tpk_msg(struct wpa_sm *sm, const u8 *dst, u8 action_code, u8 dialog_token, u16 status_code, u32 peer_capab, int initiator, const u8 *buf, size_t len) wpa_tdls_send_tpk_msg() argument
252 wpa_tdls_tpk_send(struct wpa_sm *sm, const u8 *dest, u8 action_code, u8 dialog_token, u16 status_code, u32 peer_capab, int initiator, const u8 *msg, size_t msg_len) wpa_tdls_tpk_send() argument
1020 wpa_tdls_send_error(struct wpa_sm *sm, const u8 *dst, u8 tdls_action, u8 dialog_token, int initiator, u16 status) wpa_tdls_send_error() argument
[all...]
H A Dwpa_i.h324 int initiator, const u8 *buf, in wpa_sm_send_tdls_mgmt()
330 peer_capab, initiator, buf, in wpa_sm_send_tdls_mgmt()
321 wpa_sm_send_tdls_mgmt(struct wpa_sm *sm, const u8 *dst, u8 action_code, u8 dialog_token, u16 status_code, u32 peer_capab, int initiator, const u8 *buf, size_t len) wpa_sm_send_tdls_mgmt() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dtdls.c99 int initiator; /* whether this end was initiator for TDLS setup */ member
256 int initiator, const u8 *buf, size_t len)
259 status_code, peer_capab, initiator, buf,
266 int initiator, const u8 *msg, size_t msg_len)
271 "dialog_token=%u status_code=%u peer_capab=%u initiator=%d "
274 peer_capab, initiator, (unsigned int) msg_len);
277 status_code, peer_capab, initiator, msg,
373 peer->initiator,
501 /* 1) TDLS initiator ST
[all...]
H A Dwpa_i.h389 int initiator, const u8 *buf, in wpa_sm_send_tdls_mgmt()
395 peer_capab, initiator, buf, in wpa_sm_send_tdls_mgmt()
386 wpa_sm_send_tdls_mgmt(struct wpa_sm *sm, const u8 *dst, u8 action_code, u8 dialog_token, u16 status_code, u32 peer_capab, int initiator, const u8 *buf, size_t len) wpa_sm_send_tdls_mgmt() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
H A Dfst_ctrl_aux.h77 enum fst_initiator initiator; member
H A Dfst_ctrl_iface.c40 const char *initiator = FST_CTRL_PVAL_NONE; in format_session_state_extra() local
55 switch (ss->extra.to_initial.initiator) { in format_session_state_extra()
57 initiator = FST_CS_PVAL_INITIATOR_LOCAL; in format_session_state_extra()
60 initiator = FST_CS_PVAL_INITIATOR_REMOTE; in format_session_state_extra()
75 reject_str, initiator); in format_session_state_extra()
H A Dfst_session.c427 * a pending FST Setup Request frame addressed to the initiator in fst_session_handle_setup_request()
429 * the initiator’s MAC address, in which case, the responder in fst_session_handle_setup_request()
564 * The initiator shall set the STT to the value of the in fst_session_handle_setup_response()
572 evext.to_initial.initiator = FST_INITIATOR_REMOTE; in fst_session_handle_setup_response()
614 .initiator = FST_INITIATOR_REMOTE, in fst_session_handle_tear_down()
650 .initiator = FST_INITIATOR_REMOTE, in fst_session_handle_ack_request()
713 .initiator = FST_INITIATOR_LOCAL, in fst_session_handle_ack_response()
1018 .initiator = FST_INITIATOR_LOCAL, in fst_session_respond()
1107 .initiator = FST_INITIATOR_LOCAL, in fst_session_tear_down_setup()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/
H A Dfst_ctrl_aux.h77 enum fst_initiator initiator; member
H A Dfst_ctrl_iface.c40 const char *initiator = FST_CTRL_PVAL_NONE; in format_session_state_extra() local
55 switch (ss->extra.to_initial.initiator) { in format_session_state_extra()
57 initiator = FST_CS_PVAL_INITIATOR_LOCAL; in format_session_state_extra()
60 initiator = FST_CS_PVAL_INITIATOR_REMOTE; in format_session_state_extra()
75 reject_str, initiator); in format_session_state_extra()
H A Dfst_session.c427 * a pending FST Setup Request frame addressed to the initiator in fst_session_handle_setup_request()
429 * the initiator’s MAC address, in which case, the responder in fst_session_handle_setup_request()
564 * The initiator shall set the STT to the value of the in fst_session_handle_setup_response()
572 evext.to_initial.initiator = FST_INITIATOR_REMOTE; in fst_session_handle_setup_response()
614 .initiator = FST_INITIATOR_REMOTE, in fst_session_handle_tear_down()
650 .initiator = FST_INITIATOR_REMOTE, in fst_session_handle_ack_request()
713 .initiator = FST_INITIATOR_LOCAL, in fst_session_handle_ack_response()
1018 .initiator = FST_INITIATOR_LOCAL, in fst_session_respond()
1107 .initiator = FST_INITIATOR_LOCAL, in fst_session_tear_down_setup()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.h128 unsigned int initiator:1; member
215 int initiator; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_pkex.c190 pkex->initiator = 1; in dpp_pkex_init()
709 if (pkex->failed || pkex->t >= PKEX_COUNTER_T_LIMIT || !pkex->initiator) in dpp_pkex_rx_exchange_resp()
1039 pkex->t >= PKEX_COUNTER_T_LIMIT || pkex->initiator) in dpp_pkex_rx_commit_reveal_req()
1219 pkex->t >= PKEX_COUNTER_T_LIMIT || !pkex->initiator) in dpp_pkex_rx_commit_reveal_resp()
H A Ddpp.h176 unsigned int initiator:1; member
297 int initiator; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Ddpp_supplicant.c34 static void wpas_dpp_auth_success(struct wpa_supplicant *wpa_s, int initiator);
127 wpa_printf(MSG_INFO, "DPP: No confirm received from initiator - stopping exchange"); in wpas_dpp_auth_resp_retry()
1145 static void wpas_dpp_auth_success(struct wpa_supplicant *wpa_s, int initiator) in wpas_dpp_auth_success() argument
1148 wpa_msg(wpa_s, MSG_INFO, DPP_EVENT_AUTH_SUCCESS "init=%d", initiator); in wpas_dpp_auth_success()
1644 if (!wpa_s->dpp_pkex || !wpa_s->dpp_pkex->initiator || in wpas_dpp_rx_pkex_exchange_resp()
1701 if (!pkex || pkex->initiator || !pkex->exchange_done) { in wpas_dpp_rx_pkex_commit_reveal_req()
1750 if (!pkex || !pkex->initiator || !pkex->exchange_done) { in wpas_dpp_rx_pkex_commit_reveal_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Ddpp_hostapd.c25 static void hostapd_dpp_auth_success(struct hostapd_data *hapd, int initiator);
101 "DPP: No confirm received from initiator - stopping exchange"); in hostapd_dpp_auth_resp_retry()
802 static void hostapd_dpp_auth_success(struct hostapd_data *hapd, int initiator) in hostapd_dpp_auth_success() argument
806 initiator); in hostapd_dpp_auth_success()
1213 if (!hapd->dpp_pkex || !hapd->dpp_pkex->initiator || in hostapd_dpp_rx_pkex_exchange_resp()
1249 if (!pkex || pkex->initiator || !pkex->exchange_done) { in hostapd_dpp_rx_pkex_commit_reveal_req()
1298 if (!pkex || !pkex->initiator || !pkex->exchange_done) { in hostapd_dpp_rx_pkex_commit_reveal_resp()

Completed in 27 milliseconds

123