Searched defs:sm (Results 51 - 75 of 152) sorted by relevance

1234567

/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_sake.c68 static void * eap_sake_init(struct eap_sm *sm) argument
105 static void eap_sake_deinit(struct eap_sm *sm, void *priv) argument
140 static struct wpabuf * eap_sake_process_identity(struct eap_sm *sm, argument
183 static struct wpabuf * eap_sake_process_challenge(struct eap_sm *sm, argument
285 static struct wpabuf * eap_sake_process_confirm(struct eap_sm *sm, argument
370 static struct wpabuf * eap_sake_process(struct eap_sm *sm, voi argument
440 eap_sake_isKeyAvailable(struct eap_sm *sm, void *priv) argument
447 eap_sake_getKey(struct eap_sm *sm, void *priv, size_t *len) argument
464 eap_sake_get_session_id(struct eap_sm *sm, void *priv, size_t *len) argument
486 eap_sake_get_emsk(struct eap_sm *sm, void *priv, size_t *len) argument
[all...]
H A Deap_psk.c33 static void * eap_psk_init(struct eap_sm *sm) argument
74 static void eap_psk_deinit(struct eap_sm *sm, void *priv) argument
369 static struct wpabuf * eap_psk_process(struct eap_sm *sm, void *priv, argument
411 static Boolean eap_psk_isKeyAvailable(struct eap_sm *sm, void *priv) argument
418 static u8 * eap_psk_getKey(struct eap_sm *sm, void *priv, size_t *len) argument
436 static u8 * eap_psk_get_session_id(struct eap_sm *sm, void *priv, size_t *len) argument
458 static u8 * eap_psk_get_emsk(struct eap_sm *sm, void *priv, size_t *len) argument
H A Deap_ikev2.c58 static void * eap_ikev2_init(struct eap_sm *sm) argument
108 static void eap_ikev2_deinit(struct eap_sm *sm, void *priv) argument
328 static struct wpabuf * eap_ikev2_process(struct eap_sm *sm, void *priv, argument
438 static Boolean eap_ikev2_isKeyAvailable(struct eap_sm *sm, void *priv) argument
445 static u8 * eap_ikev2_getKey(struct eap_sm *sm, void *priv, size_t *len) argument
463 static u8 * eap_ikev2_get_emsk(struct eap_sm *sm, void *priv, size_t *len) argument
481 static u8 * eap_ikev2_get_session_id(struct eap_sm *sm, voi argument
[all...]
H A Deap_leap.c39 static void * eap_leap_init(struct eap_sm *sm) argument
53 static void eap_leap_deinit(struct eap_sm *sm, void *priv) argument
59 static struct wpabuf * eap_leap_process_request(struct eap_sm *sm, void *priv, argument
137 static struct wpabuf * eap_leap_process_success(struct eap_sm *sm, void *priv, argument
187 static struct wpabuf * eap_leap_process_response(struct eap_sm *sm, void *priv, argument
277 eap_leap_process(struct eap_sm *sm, void *priv, struct eap_method_ret *ret, const struct wpabuf *reqData) argument
330 eap_leap_isKeyAvailable(struct eap_sm *sm, void *priv) argument
337 eap_leap_getKey(struct eap_sm *sm, void *priv, size_t *len) argument
[all...]
H A Deap_wsc.c138 static void * eap_wsc_init(struct eap_sm *sm) argument
288 static void eap_wsc_deinit(struct eap_sm *sm, void *priv) argument
428 static struct wpabuf * eap_wsc_process(struct eap_sm *sm, void *priv, argument
[all...]
H A Deap_teap_pac.c254 static int eap_teap_init_pac_data(struct eap_sm *sm, const char *pac_file, argument
412 int eap_teap_load_pac(struct eap_sm *sm, struct eap_teap_pac **pac_root, argument
536 static int eap_teap_write_pac(struct eap_sm *sm, const char *pac_file, argument
622 int eap_teap_save_pac(struct eap_sm *sm, struct eap_teap_pac *pac_root, argument
752 eap_teap_load_pac_bin(struct eap_sm *sm, struct eap_teap_pac **pac_root, const char *pac_file) argument
875 eap_teap_save_pac_bin(struct eap_sm *sm, struct eap_teap_pac *pac_root, const char *pac_file) argument
[all...]
H A Deap_eke.c68 static void * eap_eke_init(struct eap_sm *sm) argument
133 static void eap_eke_deinit(struct eap_sm *sm, void *priv) argument
352 static struct wpabuf * eap_eke_process_commit(struct eap_sm *sm, argument
647 static struct wpabuf * eap_eke_process(struct eap_sm *sm, voi argument
703 eap_eke_isKeyAvailable(struct eap_sm *sm, void *priv) argument
710 eap_eke_getKey(struct eap_sm *sm, void *priv, size_t *len) argument
727 eap_eke_get_emsk(struct eap_sm *sm, void *priv, size_t *len) argument
744 eap_eke_get_session_id(struct eap_sm *sm, void *priv, size_t *len) argument
[all...]
H A Deap_gpsk.c79 static void * eap_gpsk_init(struct eap_sm *sm) argument
130 static void eap_gpsk_deinit(struct eap_sm *sm, void *priv) argument
192 static int eap_gpsk_select_csuite(struct eap_sm *sm, argument
233 eap_gpsk_process_csuite_list(struct eap_sm *sm, struct eap_gpsk_data *data, const u8 **list, size_t *list_len, const u8 *pos, const u8 *end) argument
271 eap_gpsk_process_gpsk_1(struct eap_sm *sm, struct eap_gpsk_data *data, struct eap_method_ret *ret, u8 identifier, const u8 *payload, size_t payload_len) argument
580 eap_gpsk_process_gpsk_3(struct eap_sm *sm, struct eap_gpsk_data *data, struct eap_method_ret *ret, u8 identifier, const u8 *payload, size_t payload_len) argument
662 eap_gpsk_process(struct eap_sm *sm, void *priv, struct eap_method_ret *ret, const struct wpabuf *reqData) argument
707 eap_gpsk_isKeyAvailable(struct eap_sm *sm, void *priv) argument
714 eap_gpsk_getKey(struct eap_sm *sm, void *priv, size_t *len) argument
731 eap_gpsk_get_emsk(struct eap_sm *sm, void *priv, size_t *len) argument
748 eap_gpsk_get_session_id(struct eap_sm *sm, void *priv, size_t *len) argument
[all...]
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_pax.c46 static void * eap_pax_init(struct eap_sm *sm) argument
64 static void eap_pax_reset(struct eap_sm *sm, void *priv) argument
72 static struct wpabuf * eap_pax_build_std_1(struct eap_sm *sm, argument
124 static struct wpabuf * eap_pax_build_std_3(struct eap_sm *sm, argument
180 static struct wpabuf * eap_pax_buildReq(struct eap_sm *sm, void *priv, u8 id) argument
198 static Boolean eap_pax_check(struct eap_sm *sm, void *priv, argument
303 static void eap_pax_process_std_2(struct eap_sm *sm, argument
471 eap_pax_process_ack(struct eap_sm *sm, struct eap_pax_data *data, struct wpabuf *respData) argument
484 eap_pax_process(struct eap_sm *sm, void *priv, struct wpabuf *respData) argument
516 eap_pax_isDone(struct eap_sm *sm, void *priv) argument
523 eap_pax_getKey(struct eap_sm *sm, void *priv, size_t *len) argument
544 eap_pax_get_emsk(struct eap_sm *sm, void *priv, size_t *len) argument
566 eap_pax_isSuccess(struct eap_sm *sm, void *priv) argument
573 eap_pax_get_session_id(struct eap_sm *sm, void *priv, size_t *len) argument
[all...]
H A Deap_server_ikev2.c34 struct eap_sm *sm = ctx; local
82 static void * eap_ikev2_init(struct eap_sm *sm) argument
123 eap_ikev2_reset(struct eap_sm *sm, void *priv) argument
211 eap_ikev2_buildReq(struct eap_sm *sm, void *priv, u8 id) argument
239 eap_ikev2_check(struct eap_sm *sm, void *priv, struct wpabuf *respData) argument
350 eap_ikev2_process(struct eap_sm *sm, void *priv, struct wpabuf *respData) argument
468 eap_ikev2_isDone(struct eap_sm *sm, void *priv) argument
475 eap_ikev2_isSuccess(struct eap_sm *sm, void *priv) argument
483 eap_ikev2_getKey(struct eap_sm *sm, void *priv, size_t *len) argument
501 eap_ikev2_get_emsk(struct eap_sm *sm, void *priv, size_t *len) argument
519 eap_ikev2_get_session_id(struct eap_sm *sm, void *priv, size_t *len) argument
[all...]
H A Deap_server_gpsk.c65 static void * eap_gpsk_init(struct eap_sm *sm) argument
96 static void eap_gpsk_reset(struct eap_sm *sm, void *priv) argument
104 static struct wpabuf * eap_gpsk_build_gpsk_1(struct eap_sm *sm, argument
144 static struct wpabuf * eap_gpsk_build_gpsk_3(struct eap_sm *sm, argument
193 eap_gpsk_buildReq(struct eap_sm *sm, void *priv, u8 id) argument
211 eap_gpsk_check(struct eap_sm *sm, void *priv, struct wpabuf *respData) argument
239 eap_gpsk_process_gpsk_2(struct eap_sm *sm, struct eap_gpsk_data *data, const u8 *payload, size_t payloadlen) argument
471 eap_gpsk_process_gpsk_4(struct eap_sm *sm, struct eap_gpsk_data *data, const u8 *payload, size_t payloadlen) argument
540 eap_gpsk_process(struct eap_sm *sm, void *priv, struct wpabuf *respData) argument
562 eap_gpsk_isDone(struct eap_sm *sm, void *priv) argument
569 eap_gpsk_getKey(struct eap_sm *sm, void *priv, size_t *len) argument
586 eap_gpsk_get_emsk(struct eap_sm *sm, void *priv, size_t *len) argument
603 eap_gpsk_isSuccess(struct eap_sm *sm, void *priv) argument
610 eap_gpsk_get_session_id(struct eap_sm *sm, void *priv, size_t *len) argument
[all...]
H A Deap_server_tls_common.c40 struct eap_sm *sm = ctx; local
46 int eap_server_tls_ssl_init(struct eap_sm *sm, struct eap_ssl_data *data, argument
100 eap_server_tls_ssl_deinit(struct eap_sm *sm, struct eap_ssl_data *data) argument
109 eap_server_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
142 eap_server_tls_derive_session_id(struct eap_sm *sm, struct eap_ssl_data *data, u8 eap_type, size_t *len) argument
331 eap_server_tls_phase1(struct eap_sm *sm, struct eap_ssl_data *data) argument
448 eap_server_tls_encrypt(struct eap_sm *sm, struct eap_ssl_data *data, const struct wpabuf *plain) argument
465 eap_server_tls_process(struct eap_sm *sm, struct eap_ssl_data *data, struct wpabuf *respData, void *priv, int eap_type, int (*proc_version)(struct eap_sm *sm, void *priv, int peer_version), void (*proc_msg)(struct eap_sm *sm, void *priv, const struct wpabuf *respData)) argument
[all...]
H A Deap_server_tls.c57 static void eap_tls_valid_session(struct eap_sm *sm, struct eap_tls_data *data) argument
72 static void * eap_tls_init(struct eap_sm *sm) argument
96 static void * eap_unauth_tls_init(struct eap_sm *sm) argument
118 eap_wfa_unauth_tls_init(struct eap_sm *sm) argument
140 eap_tls_reset(struct eap_sm *sm, void *priv) argument
150 eap_tls_build_start(struct eap_sm *sm, struct eap_tls_data *data, u8 id) argument
171 eap_tls_buildReq(struct eap_sm *sm, void *priv, u8 id) argument
228 eap_tls_check(struct eap_sm *sm, void *priv, struct wpabuf *respData) argument
255 eap_tls_process_msg(struct eap_sm *sm, void *priv, const struct wpabuf *respData) argument
304 eap_tls_process(struct eap_sm *sm, void *priv, struct wpabuf *respData) argument
348 eap_tls_isDone(struct eap_sm *sm, void *priv) argument
355 eap_tls_getKey(struct eap_sm *sm, void *priv, size_t *len) argument
390 eap_tls_get_emsk(struct eap_sm *sm, void *priv, size_t *len) argument
433 eap_tls_isSuccess(struct eap_sm *sm, void *priv) argument
440 eap_tls_get_session_id(struct eap_sm *sm, void *priv, size_t *len) argument
[all...]
H A Deap_server_sake.c61 static void * eap_sake_init(struct eap_sm *sm) argument
82 static void eap_sake_reset(struct eap_sm *sm, void *priv) argument
116 static struct wpabuf * eap_sake_build_identity(struct eap_sm *sm, argument
144 static struct wpabuf * eap_sake_build_challenge(struct eap_sm *sm, argument
180 eap_sake_build_confirm(struct eap_sm *sm, struct eap_sake_data *data, u8 id) argument
215 eap_sake_buildReq(struct eap_sm *sm, void *priv, u8 id) argument
235 eap_sake_check(struct eap_sm *sm, void *priv, struct wpabuf *respData) argument
287 eap_sake_process_identity(struct eap_sm *sm, struct eap_sake_data *data, const struct wpabuf *respData, const u8 *payload, size_t payloadlen) argument
301 eap_sake_process_challenge(struct eap_sm *sm, struct eap_sake_data *data, const struct wpabuf *respData, const u8 *payload, size_t payloadlen) argument
372 eap_sake_process_confirm(struct eap_sm *sm, struct eap_sake_data *data, const struct wpabuf *respData, const u8 *payload, size_t payloadlen) argument
410 eap_sake_process_auth_reject(struct eap_sm *sm, struct eap_sake_data *data, const struct wpabuf *respData, const u8 *payload, size_t payloadlen) argument
420 eap_sake_process(struct eap_sm *sm, void *priv, struct wpabuf *respData) argument
459 eap_sake_isDone(struct eap_sm *sm, void *priv) argument
466 eap_sake_getKey(struct eap_sm *sm, void *priv, size_t *len) argument
483 eap_sake_get_emsk(struct eap_sm *sm, void *priv, size_t *len) argument
500 eap_sake_isSuccess(struct eap_sm *sm, void *priv) argument
507 eap_sake_get_session_id(struct eap_sm *sm, void *priv, size_t *len) argument
[all...]
H A Deap_server_wsc.c66 struct eap_sm *sm = eloop_ctx; local
79 static void * eap_wsc_init(struct eap_sm *sm) argument
154 eap_wsc_reset(struct eap_sm *sm, void *priv) argument
165 eap_wsc_build_start(struct eap_sm *sm, struct eap_wsc_data *data, u8 id) argument
242 eap_wsc_buildReq(struct eap_sm *sm, void *priv, u8 id) argument
273 eap_wsc_check(struct eap_sm *sm, void *priv, struct wpabuf *respData) argument
348 eap_wsc_process(struct eap_sm *sm, void *priv, struct wpabuf *respData) argument
465 eap_wsc_isDone(struct eap_sm *sm, void *priv) argument
472 eap_wsc_isSuccess(struct eap_sm *sm, void *priv) argument
479 eap_wsc_getTimeout(struct eap_sm *sm, void *priv) argument
[all...]
H A Deap_server_psk.c33 static void * eap_psk_init(struct eap_sm *sm) argument
46 static void eap_psk_reset(struct eap_sm *sm, void *priv) argument
54 static struct wpabuf * eap_psk_build_1(struct eap_sm *sm, argument
89 static struct wpabuf * eap_psk_build_3(struct eap_sm *sm, argument
156 eap_psk_buildReq(struct eap_sm *sm, void *priv, u8 id) argument
174 eap_psk_check(struct eap_sm *sm, void *priv, struct wpabuf *respData) argument
213 eap_psk_process_2(struct eap_sm *sm, struct eap_psk_data *data, struct wpabuf *respData) argument
328 eap_psk_process_4(struct eap_sm *sm, struct eap_psk_data *data, struct wpabuf *respData) argument
407 eap_psk_process(struct eap_sm *sm, void *priv, struct wpabuf *respData) argument
436 eap_psk_isDone(struct eap_sm *sm, void *priv) argument
443 eap_psk_getKey(struct eap_sm *sm, void *priv, size_t *len) argument
460 eap_psk_get_emsk(struct eap_sm *sm, void *priv, size_t *len) argument
477 eap_psk_isSuccess(struct eap_sm *sm, void *priv) argument
484 eap_psk_get_session_id(struct eap_sm *sm, void *priv, size_t *len) argument
[all...]
H A Deap_server_tnc.c73 static void * eap_tnc_init(struct eap_sm *sm) argument
94 static void eap_tnc_reset(struct eap_sm *sm, void *priv) argument
104 static struct wpabuf * eap_tnc_build_start(struct eap_sm *sm, argument
126 static struct wpabuf * eap_tnc_build(struct eap_sm *sm, argument
174 static struct wpabuf * eap_tnc_build_recommendation(struct eap_sm *sm, argument
280 static struct wpabuf * eap_tnc_buildReq(struct eap_sm *sm, void *priv, u8 id) argument
323 eap_tnc_check(struct eap_sm *sm, void *priv, struct wpabuf *respData) argument
446 eap_tnc_process(struct eap_sm *sm, void *priv, struct wpabuf *respData) argument
540 eap_tnc_isDone(struct eap_sm *sm, void *priv) argument
547 eap_tnc_isSuccess(struct eap_sm *sm, void *priv) argument
[all...]
/freebsd-11-stable/contrib/wpa/src/rsn_supp/
H A Dpreauth.c37 void pmksa_candidate_free(struct wpa_sm *sm) argument
55 struct wpa_sm *sm = ctx; local
77 struct wpa_sm *sm local
121 struct wpa_sm *sm = eloop_ctx; local
133 struct wpa_sm *sm = ctx; local
170 rsn_preauth_init(struct wpa_sm *sm, const u8 *dst, struct eap_peer_config *eap_conf) argument
273 rsn_preauth_deinit(struct wpa_sm *sm) argument
300 rsn_preauth_candidate_process(struct wpa_sm *sm) argument
368 pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid, int prio, int preauth) argument
448 rsn_preauth_scan_results(struct wpa_sm *sm) argument
470 rsn_preauth_scan_result(struct wpa_sm *sm, const u8 *bssid, const u8 *ssid, const u8 *rsn) argument
510 rsn_preauth_get_status(struct wpa_sm *sm, char *buf, size_t buflen, int verbose) argument
537 rsn_preauth_in_progress(struct wpa_sm *sm) argument
[all...]
H A Dpmksa_cache.c25 struct wpa_sm *sm; /* TODO: get rid of this reference(?) */ member in struct:rsn_pmksa_cache
453 pmksa_cache_get_current(struct wpa_sm *sm) argument
465 pmksa_cache_clear_current(struct wpa_sm *sm) argument
483 pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid, const u8 *bssid, void *network_ctx, int try_opportunistic, const u8 *fils_cache_id, int akmp) argument
610 pmksa_cache_init(void (*free_cb)(struct rsn_pmksa_cache_entry *entry, void *ctx, enum pmksa_free_reason reason), void *ctx, struct wpa_sm *sm) argument
[all...]
H A Dpmksa_cache.h110 pmksa_cache_get_current(struct wpa_sm *sm) argument
143 static inline void pmksa_cache_clear_current(struct wpa_sm *sm) argument
147 static inline int pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid, argument
91 pmksa_cache_init(void (*free_cb)(struct rsn_pmksa_cache_entry *entry, void *ctx, enum pmksa_free_reason reason), void *ctx, struct wpa_sm *sm) argument
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth_ie.c532 wpa_validate_wpa_ie(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, int freq, const u8 *wpa_ie, size_t wpa_ie_len, const u8 *mdie, size_t mdie_len, const u8 *owe_dh, size_t owe_dh_len) argument
949 wpa_validate_osen(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, const u8 *osen_ie, size_t osen_ie_len) argument
1125 wpa_auth_uses_mfp(struct wpa_state_machine *sm) argument
1133 wpa_auth_set_ocv(struct wpa_state_machine *sm, int ocv) argument
1140 wpa_auth_uses_ocv(struct wpa_state_machine *sm) argument
1149 wpa_auth_write_assoc_resp_owe(struct wpa_state_machine *sm, u8 *pos, size_t max_len, const u8 *req_ies, size_t req_ies_len) argument
1182 wpa_auth_write_assoc_resp_fils(struct wpa_state_machine *sm, u8 *pos, size_t max_len, const u8 *req_ies, size_t req_ies_len) argument
[all...]
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_pkey_mgr.c199 pkey_mgr_process_partition_table(osm_log_t * p_log, osm_sm_t * sm, argument
90 pkey_mgr_process_physical_port(IN osm_log_t * p_log, IN osm_sm_t * sm, IN const ib_net16_t pkey, IN osm_physp_t * p_physp) argument
224 pkey_mgr_update_pkey_entry(IN osm_sm_t * sm, IN const osm_physp_t * p_physp, IN const ib_pkey_table_t * block, IN const uint16_t block_index) argument
254 pkey_mgr_enforce_partition(IN osm_log_t * p_log, osm_sm_t * sm, IN osm_physp_t * p_physp, IN osm_partition_enforce_type_enum enforce_type) argument
373 pkey_mgr_update_port(osm_log_t * p_log, osm_sm_t * sm, const osm_port_t * const p_port) argument
636 update_peer_block(osm_log_t * p_log, osm_sm_t * sm, osm_physp_t * peer, osm_pkey_tbl_t * p_peer_pkey_tbl, ib_pkey_table_t * new_peer_block, uint16_t peer_block_idx, osm_node_t * p_node) argument
687 pkey_mgr_update_peer_port(osm_log_t * p_log, osm_sm_t * sm, const osm_subn_t * p_subn, const osm_port_t * const p_port, osm_partition_enforce_type_enum enforce_type) argument
[all...]
H A Dosm_lid_mgr.c220 ib_api_status_t osm_lid_mgr_init(IN osm_lid_mgr_t * p_mgr, IN osm_sm_t * sm) argument
/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_sa.h183 osm_sm_t *sm; member in struct:osm_sa
/freebsd-11-stable/contrib/wpa/src/wps/
H A Dwps_upnp_ssdp.c120 next_advertisement(struct upnp_wps_device_sm *sm, argument
222 void advertisement_state_machine_stop(struct upnp_wps_device_sm *sm, argument
260 struct upnp_wps_device_sm *sm = user_ctx; local
335 advertisement_state_machine_start(struct upnp_wps_device_sm *sm) argument
382 struct upnp_wps_device_sm *sm = eloop_data; local
447 msearchreply_state_machine_start(struct upnp_wps_device_sm *sm, struct sockaddr_in *client, int mx) argument
513 ssdp_parse_msearch(struct upnp_wps_device_sm *sm, struct sockaddr_in *client, const char *data) argument
668 ssdp_listener_stop(struct upnp_wps_device_sm *sm) argument
687 struct upnp_wps_device_sm *sm = sock_ctx; local
772 ssdp_listener_start(struct upnp_wps_device_sm *sm) argument
936 ssdp_open_multicast(struct upnp_wps_device_sm *sm) argument
[all...]

Completed in 141 milliseconds

1234567