Searched defs:sm (Results 76 - 100 of 152) sorted by relevance

1234567

/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_fast_pac.c253 static int eap_fast_init_pac_data(struct eap_sm *sm, const char *pac_file, argument
411 int eap_fast_load_pac(struct eap_sm *sm, struct eap_fast_pac **pac_root, argument
535 static int eap_fast_write_pac(struct eap_sm *sm, const char *pac_file, argument
618 int eap_fast_save_pac(struct eap_sm *sm, struct eap_fast_pac *pac_root, argument
748 eap_fast_load_pac_bin(struct eap_sm *sm, struct eap_fast_pac **pac_root, const char *pac_file) argument
871 eap_fast_save_pac_bin(struct eap_sm *sm, struct eap_fast_pac *pac_root, const char *pac_file) argument
[all...]
H A Deap_tls_common.c35 static int eap_tls_check_blob(struct eap_sm *sm, const char **name, argument
156 static int eap_tls_params_from_conf(struct eap_sm *sm, argument
238 static int eap_tls_init_connection(struct eap_sm *sm, argument
300 eap_peer_tls_ssl_init(struct eap_sm *sm, struct eap_ssl_data *data, struct eap_peer_config *config, u8 eap_type) argument
348 eap_peer_tls_ssl_deinit(struct eap_sm *sm, struct eap_ssl_data *data) argument
374 eap_peer_tls_derive_key(struct eap_sm *sm, struct eap_ssl_data *data, const char *label, const u8 *context, size_t context_len, size_t len) argument
407 eap_peer_tls_derive_session_id(struct eap_sm *sm, struct eap_ssl_data *data, u8 eap_type, size_t *len) argument
571 eap_tls_process_input(struct eap_sm *sm, struct eap_ssl_data *data, const struct wpabuf *in_data, struct wpabuf **out_data) argument
719 eap_peer_tls_process_helper(struct eap_sm *sm, struct eap_ssl_data *data, EapType eap_type, int peap_version, u8 id, const struct wpabuf *in_data, struct wpabuf **out_data) argument
833 eap_peer_tls_reauth_init(struct eap_sm *sm, struct eap_ssl_data *data) argument
850 eap_peer_tls_status(struct eap_sm *sm, struct eap_ssl_data *data, char *buf, size_t buflen, int verbose) argument
900 eap_peer_tls_process_init(struct eap_sm *sm, struct eap_ssl_data *data, EapType eap_type, struct eap_method_ret *ret, const struct wpabuf *reqData, size_t *len, u8 *flags) argument
1026 eap_peer_tls_decrypt(struct eap_sm *sm, struct eap_ssl_data *data, const struct wpabuf *in_data, struct wpabuf **in_decrypted) argument
1058 eap_peer_tls_encrypt(struct eap_sm *sm, struct eap_ssl_data *data, EapType eap_type, int peap_version, u8 id, const struct wpabuf *in_data, struct wpabuf **out_data) argument
[all...]
H A Deap_sim.c83 static void * eap_sim_init(struct eap_sm *sm) argument
154 static void eap_sim_deinit(struct eap_sm *sm, void *priv) argument
168 static int eap_sim_ext_sim_req(struct eap_sm *sm, struct eap_sim_data *data) argument
188 static int eap_sim_ext_sim_result(struct eap_sm *sm, struct eap_sim_data *data, argument
242 static int eap_sim_gsm_auth(struct eap_sm *sm, struct eap_sim_data *data) argument
374 eap_sim_clear_identities(struct eap_sm *sm, struct eap_sim_data *data, int id) argument
400 eap_sim_learn_ids(struct eap_sm *sm, struct eap_sim_data *data, struct eap_sim_attrs *attr) argument
482 eap_sim_response_start(struct eap_sm *sm, struct eap_sim_data *data, u8 id, enum eap_sim_id_req id_req) argument
637 eap_sim_process_start(struct eap_sm *sm, struct eap_sim_data *data, u8 id, struct eap_sim_attrs *attr) argument
712 eap_sim_process_challenge(struct eap_sm *sm, struct eap_sim_data *data, u8 id, const struct wpabuf *reqData, struct eap_sim_attrs *attr) argument
915 eap_sim_process_notification( struct eap_sm *sm, struct eap_sim_data *data, u8 id, const struct wpabuf *reqData, struct eap_sim_attrs *attr) argument
951 eap_sim_process_reauthentication( struct eap_sm *sm, struct eap_sim_data *data, u8 id, const struct wpabuf *reqData, struct eap_sim_attrs *attr) argument
1078 eap_sim_process(struct eap_sm *sm, void *priv, struct eap_method_ret *ret, const struct wpabuf *reqData) argument
1170 eap_sim_has_reauth_data(struct eap_sm *sm, void *priv) argument
1177 eap_sim_deinit_for_reauth(struct eap_sm *sm, void *priv) argument
1186 eap_sim_init_for_reauth(struct eap_sm *sm, void *priv) argument
1202 eap_sim_get_identity(struct eap_sm *sm, void *priv, size_t *len) argument
1221 eap_sim_isKeyAvailable(struct eap_sm *sm, void *priv) argument
1228 eap_sim_getKey(struct eap_sm *sm, void *priv, size_t *len) argument
1246 eap_sim_get_session_id(struct eap_sm *sm, void *priv, size_t *len) argument
1278 eap_sim_get_emsk(struct eap_sm *sm, void *priv, size_t *len) argument
[all...]
H A Deap_pwd.c92 static void * eap_pwd_init(struct eap_sm *sm) argument
178 static void eap_pwd_deinit(struct eap_sm *sm, void *priv) argument
203 static u8 * eap_pwd_getkey(struct eap_sm *sm, void *priv, size_t *len) argument
221 static u8 * eap_pwd_get_session_id(struct eap_sm *sm, voi argument
252 eap_pwd_perform_id_exchange(struct eap_sm *sm, struct eap_pwd_data *data, struct eap_method_ret *ret, const struct wpabuf *reqData, const u8 *payload, size_t payload_len) argument
353 eap_pwd_perform_commit_exchange(struct eap_sm *sm, struct eap_pwd_data *data, struct eap_method_ret *ret, const struct wpabuf *reqData, const u8 *payload, size_t payload_len) argument
687 eap_pwd_perform_confirm_exchange(struct eap_sm *sm, struct eap_pwd_data *data, struct eap_method_ret *ret, const struct wpabuf *reqData, const u8 *payload, size_t payload_len) argument
866 eap_pwd_process(struct eap_sm *sm, void *priv, struct eap_method_ret *ret, const struct wpabuf *reqData) argument
1110 eap_pwd_key_available(struct eap_sm *sm, void *priv) argument
1117 eap_pwd_get_emsk(struct eap_sm *sm, void *priv, size_t *len) argument
[all...]
H A Deap_peap.c132 static void * eap_peap_init(struct eap_sm *sm) argument
178 static void eap_peap_deinit(struct eap_sm *sm, void *priv) argument
223 eap_peap_get_isk(struct eap_sm *sm, struct eap_peap_data *data, u8 *isk, size_t isk_len) argument
252 eap_peap_derive_cmk(struct eap_sm *sm, struct eap_peap_data *data) argument
314 eap_tlv_add_cryptobinding(struct eap_sm *sm, struct eap_peap_data *data, struct wpabuf *buf) argument
363 eap_tlv_build_result(struct eap_sm *sm, struct eap_peap_data *data, int crypto_tlv_used, int id, u16 status) argument
396 eap_tlv_validate_cryptobinding(struct eap_sm *sm, struct eap_peap_data *data, const u8 *crypto_tlv, size_t crypto_tlv_len) argument
471 eap_tlv_process(struct eap_sm *sm, struct eap_peap_data *data, struct eap_method_ret *ret, const struct wpabuf *req, struct wpabuf **resp, int force_failure) argument
595 eap_peap_phase2_request(struct eap_sm *sm, struct eap_peap_data *data, struct eap_method_ret *ret, struct wpabuf *req, struct wpabuf **resp) argument
742 eap_peap_decrypt(struct eap_sm *sm, struct eap_peap_data *data, struct eap_method_ret *ret, const struct eap_hdr *req, const struct wpabuf *in_data, struct wpabuf **out_data) argument
968 eap_peap_process(struct eap_sm *sm, void *priv, struct eap_method_ret *ret, const struct wpabuf *reqData) argument
1166 eap_peap_has_reauth_data(struct eap_sm *sm, void *priv) argument
1174 eap_peap_deinit_for_reauth(struct eap_sm *sm, void *priv) argument
1189 eap_peap_init_for_reauth(struct eap_sm *sm, void *priv) argument
1212 eap_peap_get_status(struct eap_sm *sm, void *priv, char *buf, size_t buflen, int verbose) argument
1232 eap_peap_isKeyAvailable(struct eap_sm *sm, void *priv) argument
1239 eap_peap_getKey(struct eap_sm *sm, void *priv, size_t *len) argument
1278 eap_peap_get_emsk(struct eap_sm *sm, void *priv, size_t *len) argument
1301 eap_peap_get_session_id(struct eap_sm *sm, void *priv, size_t *len) argument
[all...]
H A Deap_mschapv2.c104 static void * eap_mschapv2_init(struct eap_sm *sm) argument
135 static void eap_mschapv2_deinit(struct eap_sm *sm, voi argument
145 eap_mschapv2_challenge_reply( struct eap_sm *sm, struct eap_mschapv2_data *data, u8 id, u8 mschapv2_id, const u8 *auth_challenge) argument
237 eap_mschapv2_challenge( struct eap_sm *sm, struct eap_mschapv2_data *data, struct eap_method_ret *ret, const struct eap_mschapv2_hdr *req, size_t req_len, u8 id) argument
295 eap_mschapv2_password_changed(struct eap_sm *sm, struct eap_mschapv2_data *data) argument
342 eap_mschapv2_success(struct eap_sm *sm, struct eap_mschapv2_data *data, struct eap_method_ret *ret, const struct eap_mschapv2_hdr *req, size_t req_len, u8 id) argument
398 eap_mschapv2_failure_txt(struct eap_sm *sm, struct eap_mschapv2_data *data, char *txt) argument
508 eap_mschapv2_change_password( struct eap_sm *sm, struct eap_mschapv2_data *data, struct eap_method_ret *ret, const struct eap_mschapv2_hdr *req, u8 id) argument
649 eap_mschapv2_failure(struct eap_sm *sm, struct eap_mschapv2_data *data, struct eap_method_ret *ret, const struct eap_mschapv2_hdr *req, size_t req_len, u8 id) argument
708 eap_mschapv2_check_config(struct eap_sm *sm) argument
728 eap_mschapv2_check_mslen(struct eap_sm *sm, size_t len, const struct eap_mschapv2_hdr *ms) argument
773 eap_mschapv2_process(struct eap_sm *sm, void *priv, struct eap_method_ret *ret, const struct wpabuf *reqData) argument
835 eap_mschapv2_isKeyAvailable(struct eap_sm *sm, void *priv) argument
842 eap_mschapv2_getKey(struct eap_sm *sm, void *priv, size_t *len) argument
[all...]
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_mschapv2.c58 static void * eap_mschapv2_init(struct eap_sm *sm) argument
86 static void eap_mschapv2_reset(struct eap_sm *sm, void *priv) argument
97 eap_mschapv2_build_challenge( struct eap_sm *sm, struct eap_mschapv2_data *data, u8 id) argument
140 eap_mschapv2_build_success_req( struct eap_sm *sm, struct eap_mschapv2_data *data, u8 id) argument
184 eap_mschapv2_build_failure_req( struct eap_sm *sm, struct eap_mschapv2_data *data, u8 id) argument
217 eap_mschapv2_buildReq(struct eap_sm *sm, void *priv, u8 id) argument
238 eap_mschapv2_check(struct eap_sm *sm, void *priv, struct wpabuf *respData) argument
280 eap_mschapv2_process_response(struct eap_sm *sm, struct eap_mschapv2_data *data, struct wpabuf *respData) argument
451 eap_mschapv2_process_success_resp(struct eap_sm *sm, struct eap_mschapv2_data *data, struct wpabuf *respData) argument
478 eap_mschapv2_process_failure_resp(struct eap_sm *sm, struct eap_mschapv2_data *data, struct wpabuf *respData) argument
505 eap_mschapv2_process(struct eap_sm *sm, void *priv, struct wpabuf *respData) argument
534 eap_mschapv2_isDone(struct eap_sm *sm, void *priv) argument
541 eap_mschapv2_getKey(struct eap_sm *sm, void *priv, size_t *len) argument
567 eap_mschapv2_isSuccess(struct eap_sm *sm, void *priv) argument
[all...]
H A Deap_server_eke.c76 static void * eap_eke_init(struct eap_sm *sm) argument
101 static void eap_eke_reset(struct eap_sm *sm, void *priv) argument
180 static struct wpabuf * eap_eke_build_identity(struct eap_sm *sm, argument
239 eap_eke_build_commit(struct eap_sm *sm, struct eap_eke_data *data, u8 id) argument
303 eap_eke_build_confirm(struct eap_sm *sm, struct eap_eke_data *data, u8 id) argument
361 eap_eke_buildReq(struct eap_sm *sm, void *priv, u8 id) argument
383 eap_eke_check(struct eap_sm *sm, void *priv, struct wpabuf *respData) argument
419 eap_eke_process_identity(struct eap_sm *sm, struct eap_eke_data *data, const struct wpabuf *respData, const u8 *payload, size_t payloadlen) argument
514 eap_eke_process_commit(struct eap_sm *sm, struct eap_eke_data *data, const struct wpabuf *respData, const u8 *payload, size_t payloadlen) argument
587 eap_eke_process_confirm(struct eap_sm *sm, struct eap_eke_data *data, const struct wpabuf *respData, const u8 *payload, size_t payloadlen) argument
661 eap_eke_process_failure(struct eap_sm *sm, struct eap_eke_data *data, const struct wpabuf *respData, const u8 *payload, size_t payloadlen) argument
683 eap_eke_process(struct eap_sm *sm, void *priv, struct wpabuf *respData) argument
718 eap_eke_isDone(struct eap_sm *sm, void *priv) argument
725 eap_eke_getKey(struct eap_sm *sm, void *priv, size_t *len) argument
742 eap_eke_get_emsk(struct eap_sm *sm, void *priv, size_t *len) argument
759 eap_eke_isSuccess(struct eap_sm *sm, void *priv) argument
766 eap_eke_get_session_id(struct eap_sm *sm, void *priv, size_t *len) argument
[all...]
H A Deap_server_sim.c75 static void * eap_sim_init(struct eap_sm *sm) argument
93 static void eap_sim_reset(struct eap_sm *sm, void *priv) argument
102 static struct wpabuf * eap_sim_build_start(struct eap_sm *sm, argument
148 static int eap_sim_build_encr(struct eap_sm *sm, struct eap_sim_data *data, argument
225 eap_sim_build_challenge(struct eap_sm *sm, struct eap_sim_data *data, u8 id) argument
255 eap_sim_build_reauth(struct eap_sm *sm, struct eap_sim_data *data, u8 id) argument
302 eap_sim_build_notification(struct eap_sm *sm, struct eap_sim_data *data, u8 id) argument
341 eap_sim_buildReq(struct eap_sm *sm, void *priv, u8 id) argument
363 eap_sim_check(struct eap_sm *sm, void *priv, struct wpabuf *respData) argument
430 eap_sim_process_start(struct eap_sm *sm, struct eap_sim_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
584 eap_sim_process_challenge(struct eap_sm *sm, struct eap_sim_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
623 eap_sim_process_reauth(struct eap_sm *sm, struct eap_sim_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
703 eap_sim_process_client_error(struct eap_sm *sm, struct eap_sim_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
717 eap_sim_process_notification(struct eap_sm *sm, struct eap_sim_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
730 eap_sim_process(struct eap_sm *sm, void *priv, struct wpabuf *respData) argument
795 eap_sim_isDone(struct eap_sm *sm, void *priv) argument
802 eap_sim_getKey(struct eap_sm *sm, void *priv, size_t *len) argument
818 eap_sim_get_emsk(struct eap_sm *sm, void *priv, size_t *len) argument
834 eap_sim_isSuccess(struct eap_sm *sm, void *priv) argument
841 eap_sim_get_session_id(struct eap_sm *sm, void *priv, size_t *len) argument
[all...]
H A Deap_server_pwd.c85 static void * eap_pwd_init(struct eap_sm *sm) argument
143 eap_pwd_reset(struct eap_sm *sm, void *priv) argument
168 eap_pwd_build_id_req(struct eap_sm *sm, struct eap_pwd_data *data, u8 id) argument
235 eap_pwd_build_commit_req(struct eap_sm *sm, struct eap_pwd_data *data, u8 id) argument
311 eap_pwd_build_confirm_req(struct eap_sm *sm, struct eap_pwd_data *data, u8 id) argument
413 eap_pwd_build_req(struct eap_sm *sm, void *priv, u8 id) argument
533 eap_pwd_check(struct eap_sm *sm, void *priv, struct wpabuf *respData) argument
568 eap_pwd_process_id_resp(struct eap_sm *sm, struct eap_pwd_data *data, const u8 *payload, size_t payload_len) argument
649 eap_pwd_process_commit_resp(struct eap_sm *sm, struct eap_pwd_data *data, const u8 *payload, size_t payload_len) argument
744 eap_pwd_process_confirm_resp(struct eap_sm *sm, struct eap_pwd_data *data, const u8 *payload, size_t payload_len) argument
846 eap_pwd_process(struct eap_sm *sm, void *priv, struct wpabuf *respData) argument
970 eap_pwd_getkey(struct eap_sm *sm, void *priv, size_t *len) argument
988 eap_pwd_get_emsk(struct eap_sm *sm, void *priv, size_t *len) argument
1006 eap_pwd_is_success(struct eap_sm *sm, void *priv) argument
1013 eap_pwd_is_done(struct eap_sm *sm, void *priv) argument
1020 eap_pwd_get_session_id(struct eap_sm *sm, void *priv, size_t *len) argument
[all...]
H A Deap_server.c45 static int eap_get_erp_send_reauth_start(struct eap_sm *sm) argument
53 eap_get_erp_domain(struct eap_sm *sm) argument
63 eap_erp_get_key(struct eap_sm *sm, const char *keyname) argument
72 eap_erp_add_key(struct eap_sm *sm, struct eap_server_erp_key *erp) argument
82 eap_sm_buildInitiateReauthStart(struct eap_sm *sm, u8 id) argument
159 eap_user_get(struct eap_sm *sm, const u8 *identity, size_t identity_len, int phase2) argument
188 eap_log_msg(struct eap_sm *sm, const char *fmt, ...) argument
412 eap_server_erp_init(struct eap_sm *sm) argument
696 erp_send_finish_reauth(struct eap_sm *sm, struct eap_server_erp_key *erp, u8 id, u8 flags, u16 seq, const char *nai) argument
1412 eap_sm_calculateTimeout(struct eap_sm *sm, int retransCount, int eapSRTT, int eapRTTVAR, int methodTimeout) argument
1470 eap_sm_parseEapResp(struct eap_sm *sm, const struct wpabuf *resp) argument
1543 eap_sm_buildSuccess(struct eap_sm *sm, u8 id) argument
1561 eap_sm_buildFailure(struct eap_sm *sm, u8 id) argument
1579 eap_sm_nextId(struct eap_sm *sm, int id) argument
1601 eap_sm_process_nak(struct eap_sm *sm, const u8 *nak_list, size_t len) argument
1655 eap_sm_Policy_update(struct eap_sm *sm, const u8 *nak_list, size_t len) argument
1672 eap_sm_Policy_getNextMethod(struct eap_sm *sm, int *vendor) argument
1704 eap_sm_Policy_getDecision(struct eap_sm *sm) argument
1786 eap_sm_Policy_doPickUp(struct eap_sm *sm, EapType method) argument
1801 eap_server_sm_step(struct eap_sm *sm) argument
1839 struct eap_sm *sm; local
1910 eap_server_sm_deinit(struct eap_sm *sm) argument
1944 eap_sm_notify_cached(struct eap_sm *sm) argument
1959 eap_sm_pending_cb(struct eap_sm *sm) argument
1974 eap_sm_method_pending(struct eap_sm *sm) argument
1988 eap_get_identity(struct eap_sm *sm, size_t *len) argument
2000 eap_get_serial_num(struct eap_sm *sm) argument
2011 eap_get_method(struct eap_sm *sm) argument
2024 eap_get_imsi(struct eap_sm *sm) argument
2032 eap_erp_update_identity(struct eap_sm *sm, const u8 *eap, size_t len) argument
2075 eap_get_interface(struct eap_sm *sm) argument
2089 eap_server_clear_identity(struct eap_sm *sm) argument
2097 eap_server_mschap_rx_callback(struct eap_sm *sm, const char *source, const u8 *username, size_t username_len, const u8 *challenge, const u8 *response) argument
[all...]
/freebsd-11-stable/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm.c85 eapol_auth_tx_canned_eap(struct eapol_state_machine *sm, int success) argument
106 eapol_auth_tx_req(struct eapol_state_machine *sm) argument
777 struct eapol_state_machine *sm; local
885 eapol_auth_free(struct eapol_state_machine *sm) argument
908 eapol_sm_step_run(struct eapol_state_machine *sm) argument
989 struct eapol_state_machine *sm = eloop_ctx; local
1001 eapol_auth_step(struct eapol_state_machine *sm) argument
1013 eapol_auth_initialize(struct eapol_state_machine *sm) argument
1034 struct eapol_state_machine *sm = ctx; local
1047 struct eapol_state_machine *sm = ctx; local
1055 struct eapol_state_machine *sm = ctx; local
1062 struct eapol_state_machine *sm = ctx; local
1070 struct eapol_state_machine *sm = ctx; local
1077 struct eapol_state_machine *sm = ctx; local
1094 eapol_auth_eap_pending_cb(struct eapol_state_machine *sm, void *ctx) argument
1106 eapol_auth_reauthenticate(struct eapol_state_machine *sm) argument
1115 eapol_auth_set_conf(struct eapol_state_machine *sm, const char *param, const char *value) argument
[all...]
/freebsd-11-stable/contrib/wpa/src/rsn_supp/
H A Dwpa_ft.c25 int wpa_derive_ptk_ft(struct wpa_sm *sm, const unsigned char *src_addr, argument
76 wpa_sm_set_ft_params(struct wpa_sm *sm, const u8 *ies, size_t ies_len) argument
161 wpa_ft_gen_req_ies(struct wpa_sm *sm, size_t *len, const u8 *anonce, const u8 *pmk_name, const u8 *kck, size_t kck_len, const u8 *target_ap, const u8 *ric_ies, size_t ric_ies_len, const u8 *ap_mdie) argument
398 wpa_ft_install_ptk(struct wpa_sm *sm, const u8 *bssid) argument
431 wpa_ft_prepare_auth_request(struct wpa_sm *sm, const u8 *mdie) argument
454 wpa_ft_add_mdie(struct wpa_sm *sm, u8 *buf, size_t buf_len, const u8 *ap_mdie) argument
479 wpa_sm_get_ft_md(struct wpa_sm *sm) argument
485 wpa_ft_process_response(struct wpa_sm *sm, const u8 *ies, size_t ies_len, int ft_action, const u8 *target_ap, const u8 *ric_ies, size_t ric_ies_len) argument
668 wpa_ft_is_completed(struct wpa_sm *sm) argument
680 wpa_reset_ft_completed(struct wpa_sm *sm) argument
687 wpa_ft_process_gtk_subelem(struct wpa_sm *sm, const u8 *gtk_elem, size_t gtk_elem_len) argument
771 wpa_ft_process_igtk_subelem(struct wpa_sm *sm, const u8 *igtk_elem, size_t igtk_elem_len) argument
841 wpa_ft_validate_reassoc_resp(struct wpa_sm *sm, const u8 *ies, size_t ies_len, const u8 *src_addr) argument
1054 wpa_ft_start_over_ds(struct wpa_sm *sm, const u8 *target_ap, const u8 *mdie) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp259 SMDiagnostic::SMDiagnostic(const SourceMgr &sm, SMLoc L, StringRef FN, argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h223 StringLiteralParser(ArrayRef<Token> StringToks, const SourceManager &sm, const LangOptions &features, const TargetInfo &target, DiagnosticsEngine *diags = nullptr) argument
/freebsd-11-stable/contrib/wpa/src/wps/
H A Dwps_upnp_i.h81 struct upnp_wps_device_sm *sm; /* parent */ member in struct:subscription
[all...]
H A Dwps_upnp_web.c302 static void web_connection_parse_get(struct upnp_wps_device_sm *sm, argument
423 web_process_get_device_info(struct upnp_wps_device_sm *sm, argument
489 web_process_put_message(struct upnp_wps_device_sm *sm, char *data, argument
574 web_process_put_wlan_response(struct upnp_wps_device_sm *sm, char *data, argument
182 format_wps_device_xml(struct upnp_wps_device_interface *iface, struct upnp_wps_device_sm *sm, struct wpabuf *buf) argument
687 find_er(struct upnp_wps_device_sm *sm, struct sockaddr_in *cli) argument
699 web_process_set_selected_registrar(struct upnp_wps_device_sm *sm, struct sockaddr_in *cli, char *data, struct wpabuf **reply, const char **replyname) argument
918 web_connection_parse_post(struct upnp_wps_device_sm *sm, struct sockaddr_in *cli, struct http_request *req, const char *filename) argument
983 web_connection_parse_subscribe(struct upnp_wps_device_sm *sm, struct http_request *req, const char *filename) argument
1205 web_connection_parse_unsubscribe(struct upnp_wps_device_sm *sm, struct http_request *req, const char *filename) argument
1350 struct upnp_wps_device_sm *sm = ctx; local
1400 web_listener_stop(struct upnp_wps_device_sm *sm) argument
1407 web_listener_start(struct upnp_wps_device_sm *sm) argument
[all...]
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c493 sigset_t sm; local
/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_perfmgr.h137 osm_sm_t *sm; member in struct:osm_perfmgr
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_qos.c83 static qos_mad_item_t *osm_qos_mad_create(IN osm_sm_t * sm, argument
147 static ib_api_status_t vlarb_update_table_block(osm_sm_t * sm, argument
199 static ib_api_status_t vlarb_update(osm_sm_t * sm, osm_physp_t * p, argument
250 sl2vl_update_table(osm_sm_t * sm, osm_physp_t * p, uint8_t in_port, uint32_t attr_mod, unsigned force_update, const ib_slvl_table_t * sl2vl_table, cl_qlist_t *mad_list) argument
294 qos_extports_setup(osm_sm_t * sm, osm_node_t *node, const struct qos_config *qcfg, cl_qlist_t *port_mad_list) argument
414 qos_endport_setup(osm_sm_t * sm, osm_physp_t * p, const struct qos_config *qcfg, int vlarb_only, cl_qlist_t *port_mad_list) argument
[all...]
H A Dosm_mcast_mgr.c131 void osm_purge_mtree(osm_sm_t * sm, IN osm_mgrp_box_t * mbox) argument
187 static float mcast_mgr_compute_avg_hops(osm_sm_t * sm, cl_qmap_t * m, argument
221 static float mcast_mgr_compute_max_hops(osm_sm_t * sm, cl_qmap_t * m, argument
260 static osm_switch_t *mcast_mgr_find_optimal_switch(osm_sm_t * sm, argument
313 osm_mcast_mgr_find_root_switch(osm_sm_t * sm, cl_qlist_t *list) argument
331 mcast_mgr_set_mft_block(osm_sm_t * sm, IN osm_switch_t * p_sw, uint32_t block_num, uint32_t position) argument
400 mcast_mgr_subdivide(osm_sm_t * sm, uint16_t mlid_ho, osm_switch_t * p_sw, cl_qlist_t * p_list, cl_qlist_t * list_array, uint8_t array_size) argument
466 mcast_mgr_purge_list(osm_sm_t * sm, uint16_t mlid, cl_qlist_t * list) argument
489 mcast_mgr_branch(osm_sm_t * sm, uint16_t mlid_ho, osm_switch_t * p_sw, cl_qlist_t * p_list, uint8_t depth, uint8_t upstream_port, uint8_t * p_max_depth) argument
741 mcast_mgr_build_spanning_tree(osm_sm_t * sm, osm_mgrp_box_t * mbox) argument
861 mcast_mgr_clear(osm_sm_t * sm, uint16_t mlid) argument
1008 mcast_mgr_process_mlid(osm_sm_t * sm, uint16_t mlid) argument
1041 mcast_mgr_set_mfttop(IN osm_sm_t * sm, IN osm_switch_t * p_sw) argument
1106 mcast_mgr_set_mftables(osm_sm_t * sm) argument
1152 alloc_mfts(osm_sm_t * sm) argument
1181 osm_mcast_mgr_process(osm_sm_t * sm, boolean_t config_all) argument
[all...]
H A Dosm_ucast_mgr.c82 ib_api_status_t osm_ucast_mgr_init(IN osm_ucast_mgr_t * p_mgr, IN osm_sm_t * sm) argument
[all...]
H A Dosm_state_mgr.c82 static void state_mgr_up_msg(IN const osm_sm_t * sm) argument
131 osm_sm_t *sm local
162 state_mgr_get_remote_port_info(IN osm_sm_t * sm, IN osm_physp_t * p_physp) argument
210 state_mgr_sweep_hop_0(IN osm_sm_t * sm) argument
275 state_mgr_clean_known_lids(IN osm_sm_t * sm) argument
298 state_mgr_sa_clean(IN osm_sm_t * sm) argument
398 state_mgr_notify_lid_change(IN osm_sm_t * sm) argument
434 state_mgr_is_sm_port_down(IN osm_sm_t * sm) argument
496 state_mgr_sweep_hop_1(IN osm_sm_t * sm) argument
617 osm_sm_t *sm = cxt; local
647 osm_sm_t *sm = context; local
700 osm_sm_t *sm = context; local
764 osm_sm_t *sm = context; local
790 state_mgr_light_sweep_start(IN osm_sm_t * sm) argument
870 state_mgr_exists_other_master_sm(IN osm_sm_t * sm) argument
908 state_mgr_get_highest_sm(IN osm_sm_t * sm) argument
963 state_mgr_send_handover(IN osm_sm_t * sm, IN osm_remote_sm_t * p_sm) argument
1025 state_mgr_report_new_ports(IN osm_sm_t * sm) argument
1103 state_mgr_check_tbl_consistency(IN osm_sm_t * sm) argument
1261 do_sweep(osm_sm_t * sm) argument
1707 do_process_mgrp_queue(osm_sm_t * sm) argument
1717 do_process_guid_queue(osm_sm_t *sm) argument
1723 osm_state_mgr_process(IN osm_sm_t * sm, IN osm_signal_t signal) argument
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspace_map.c92 space_map_iterate(space_map_t *sm, sm_cb_t callback, void *arg) argument
182 space_map_reversed_last_block_entries(space_map_t *sm, uint64_t *buf, uint64_t bufsz, uint64_t *nwords) argument
255 space_map_incremental_destroy(space_map_t *sm, sm_cb_t callback, void *arg, dmu_tx_t *tx) argument
403 space_map_load(space_map_t *sm, range_tree_t *rt, maptype_t maptype) argument
432 space_map_histogram_clear(space_map_t *sm) argument
441 space_map_histogram_verify(space_map_t *sm, range_tree_t *rt) argument
455 space_map_histogram_add(space_map_t *sm, range_tree_t *rt, dmu_tx_t *tx) argument
505 space_map_write_intro_debug(space_map_t *sm, maptype_t maptype, dmu_tx_t *tx) argument
528 space_map_write_seg(space_map_t *sm, range_seg_t *rs, maptype_t maptype, uint64_t vdev_id, uint8_t words, dmu_buf_t **dbp, void *tag, dmu_tx_t *tx) argument
647 space_map_write_impl(space_map_t *sm, range_tree_t *rt, maptype_t maptype, uint64_t vdev_id, dmu_tx_t *tx) argument
729 space_map_write(space_map_t *sm, range_tree_t *rt, maptype_t maptype, uint64_t vdev_id, dmu_tx_t *tx) argument
770 space_map_open_impl(space_map_t *sm) argument
788 space_map_t *sm; local
814 space_map_close(space_map_t *sm) argument
828 space_map_truncate(space_map_t *sm, int blocksize, dmu_tx_t *tx) argument
883 space_map_update(space_map_t *sm) argument
931 space_map_free(space_map_t *sm, dmu_tx_t *tx) argument
946 space_map_estimate_optimal_size(space_map_t *sm, range_tree_t *rt, uint64_t vdev_id) argument
1068 space_map_object(space_map_t *sm) argument
1077 space_map_allocated(space_map_t *sm) argument
1086 space_map_length(space_map_t *sm) argument
1095 space_map_alloc_delta(space_map_t *sm) argument
[all...]
/freebsd-11-stable/contrib/wpa/src/pae/
H A Dieee802_1x_cp.c95 static int changed_cipher(struct ieee802_1x_cp_sm *sm) argument
102 static int changed_connect(struct ieee802_1x_cp_sm *sm) argument
437 struct ieee802_1x_cp_sm *sm; local
490 ieee802_1x_cp_step_run(struct ieee802_1x_cp_sm *sm) argument
506 struct ieee802_1x_cp_sm *sm = eloop_ctx; local
514 ieee802_1x_cp_sm_deinit(struct ieee802_1x_cp_sm *sm) argument
534 struct ieee802_1x_cp_sm *sm = cp_ctx; local
545 struct ieee802_1x_cp_sm *sm = (struct ieee802_1x_cp_sm *)cp_ctx; local
556 struct ieee802_1x_cp_sm *sm = cp_ctx; local
567 struct ieee802_1x_cp_sm *sm = cp_ctx; local
578 struct ieee802_1x_cp_sm *sm = cp_ctx; local
589 struct ieee802_1x_cp_sm *sm = cp_ctx; local
599 struct ieee802_1x_cp_sm *sm = cp_ctx; local
609 struct ieee802_1x_cp_sm *sm = cp_ctx; local
619 struct ieee802_1x_cp_sm *sm = cp_ctx; local
630 struct ieee802_1x_cp_sm *sm = cp_ctx; local
640 struct ieee802_1x_cp_sm *sm = cp_ctx; local
650 struct ieee802_1x_cp_sm *sm = cp_ctx; local
660 struct ieee802_1x_cp_sm *sm = cp_ctx; local
670 struct ieee802_1x_cp_sm *sm = cp_ctx; local
680 struct ieee802_1x_cp_sm *sm = cp_ctx; local
699 struct ieee802_1x_cp_sm *sm = cp_ctx; local
708 struct ieee802_1x_cp_sm *sm = eloop_ctx; local
717 struct ieee802_1x_cp_sm *sm = eloop_ctx; local
[all...]

Completed in 277 milliseconds

1234567