Searched refs:sm (Results 126 - 150 of 435) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/sendmail/libsm/
H A Dstring.c11 #include <sm/gen.h>
17 #include <sm/string.h>
H A Dsnprintf.c15 #include <sm/gen.h>
18 #include <sm/varargs.h>
19 #include <sm/io.h>
20 #include <sm/string.h>
H A Dt-smstdio.c10 #include <sm/gen.h>
13 #include <sm/io.h>
14 #include <sm/string.h>
15 #include <sm/test.h>
H A Dt-event.c10 #include <sm/gen.h>
19 # include <sm/time.h>
22 #include <sm/clock.h>
23 #include <sm/test.h>
H A Dutil.c11 #include <sm/gen.h>
14 #include <sm/setjmp.h>
15 #include <sm/conf.h>
16 #include <sm/assert.h>
17 #include <sm/heap.h>
18 #include <sm/string.h>
19 #include <sm/sendmail.h>
H A Dniprop.c10 #include <sm/gen.h>
16 #include <sm/io.h>
17 #include <sm/assert.h>
18 #include <sm/debug.h>
19 #include <sm/string.h>
20 #include <sm/varargs.h>
21 #include <sm/heap.h>
H A Ddebug.c10 #include <sm/gen.h>
22 #include <sm/types.h>
23 #include <sm/time.h>
27 #include <sm/io.h>
28 #include <sm/assert.h>
29 #include <sm/conf.h>
30 #include <sm/debug.h>
31 #include <sm/string.h>
32 #include <sm/varargs.h>
33 #include <sm/hea
[all...]
H A Dassert.c11 #include <sm/gen.h>
23 #include <sm/assert.h>
24 #include <sm/exc.h>
25 #include <sm/io.h>
26 #include <sm/varargs.h>
H A Dungetc.c15 #include <sm/gen.h>
21 #include <sm/time.h>
23 #include <sm/io.h>
24 #include <sm/heap.h>
25 #include <sm/assert.h>
26 #include <sm/conf.h>
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_sim.c75 static void * eap_sim_init(struct eap_sm *sm) argument
79 if (sm->eap_sim_db_priv == NULL) {
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
130 } else if (sm->identity && sm->identity_len > 0 &&
131 sm->identity[0] == EAP_SIM_REAUTH_ID_PREFIX) {
148 static int eap_sim_build_encr(struct eap_sm *sm, struct eap_sim_data *data, argument
153 if (!(sm->eap_sim_id & 0x01)) {
158 eap_sim_db_get_next_pseudonym(sm
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_mschapv2.c58 static void * eap_mschapv2_init(struct eap_sm *sm) argument
67 if (sm->auth_challenge) {
68 os_memcpy(data->auth_challenge, sm->auth_challenge,
73 if (sm->peer_challenge) {
74 data->peer_challenge = os_memdup(sm->peer_challenge,
86 static void eap_mschapv2_reset(struct eap_sm *sm, void *priv) argument
98 struct eap_sm *sm, struct eap_mschapv2_data *data, u8 id)
112 ms_len = sizeof(*ms) + 1 + CHALLENGE_LEN + sm->server_id_len;
134 wpabuf_put_data(req, sm->server_id, sm
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_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
126 plen += 2 + sm->server_id_len;
138 sm->server_id, sm->server_id_len);
144 static struct wpabuf * eap_sake_build_challenge(struct eap_sm *sm, argument
161 plen = 2 + EAP_SAKE_RAND_LEN + 2 + sm->server_id_len;
174 sm->server_id, sm
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_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
71 sizeof(*psk) + sm->server_id_len,
83 wpabuf_put_data(req, sm->server_id, sm->server_id_len);
89 static struct wpabuf * eap_psk_build_3(struct eap_sm *sm, argument
113 buflen = sm->server_id_len + EAP_PSK_RAND_LEN;
118 os_memcpy(buf, sm->server_id, sm
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_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
120 len = 1 + 2 + sm->server_id_len + EAP_GPSK_RAND_LEN + 2 +
132 wpabuf_put_be16(req, sm->server_id_len);
133 wpabuf_put_data(req, sm->server_id, sm->server_id_len);
144 static struct wpabuf * eap_gpsk_build_gpsk_3(struct eap_sm *sm, argument
155 len = 1 + 2 * EAP_GPSK_RAND_LEN + 2 + sm->server_id_len +
171 wpabuf_put_be16(req, sm
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...]
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth_ft.c37 static int wpa_ft_send_rrb_auth_resp(struct wpa_state_machine *sm,
41 static void ft_finish_pull(struct wpa_state_machine *sm);
1792 void wpa_ft_sta_deinit(struct wpa_state_machine *sm) argument
1794 eloop_cancel_timeout(wpa_ft_expire_pull, sm, NULL);
1915 struct wpa_state_machine *sm = eloop_ctx; local
1918 MAC2STR(sm->addr));
1919 if (sm->ft_pending_pull_left_retries <= 0)
1920 wpa_ft_block_r0kh(sm->wpa_auth, sm->r0kh_id, sm
1928 wpa_ft_pull_pmk_r1(struct wpa_state_machine *sm, const u8 *ies, size_t ies_len, const u8 *pmk_r0_name) argument
2049 wpa_ft_store_pmk_fils(struct wpa_state_machine *sm, const u8 *pmk_r0, const u8 *pmk_r0_name) argument
2078 wpa_auth_derive_ptk_ft(struct wpa_state_machine *sm, struct wpa_ptk *ptk) argument
2165 wpa_ft_gtk_subelem(struct wpa_state_machine *sm, size_t *len) argument
2236 wpa_ft_igtk_subelem(struct wpa_state_machine *sm, size_t *len) argument
2285 wpa_ft_process_rdie(struct wpa_state_machine *sm, u8 *pos, u8 *end, u8 id, u8 descr_count, const u8 *ies, size_t ies_len) argument
2384 wpa_ft_process_ric(struct wpa_state_machine *sm, u8 *pos, u8 *end, const u8 *ric, size_t ric_len) argument
2416 wpa_sm_write_assoc_resp_ies(struct wpa_state_machine *sm, u8 *pos, size_t max_len, int auth_alg, const u8 *req_ies, size_t req_ies_len) argument
2626 wpa_ft_install_ptk(struct wpa_state_machine *sm) argument
2665 wpa_ft_psk_pmk_r1(struct wpa_state_machine *sm, const u8 *req_pmk_r1_name, u8 *out_pmk_r1, int *out_pairwise, struct vlan_description *out_vlan, const u8 **out_identity, size_t *out_identity_len, const u8 **out_radius_cui, size_t *out_radius_cui_len, int *out_session_timeout) argument
2745 wpa_ft_set_key_mgmt(struct wpa_state_machine *sm, struct wpa_ft_ies *parse) argument
2786 wpa_ft_local_derive_pmk_r1(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, const u8 *r0kh_id, size_t r0kh_id_len, const u8 *req_pmk_r0_name, const u8 *req_pmk_r1_name, u8 *out_pmk_r1, int *out_pairwise, struct vlan_description *vlan, const u8 **identity, size_t *identity_len, const u8 **radius_cui, size_t *radius_cui_len, int *out_session_timeout) argument
2861 wpa_ft_process_auth_req(struct wpa_state_machine *sm, const u8 *ies, size_t ies_len, u8 **resp_ies, size_t *resp_ies_len) argument
3069 wpa_ft_process_auth(struct wpa_state_machine *sm, const u8 *bssid, u16 auth_transaction, const u8 *ies, size_t ies_len, void (*cb)(void *ctx, const u8 *dst, const u8 *bssid, u16 auth_transaction, u16 status, const u8 *ies, size_t ies_len), void *ctx) argument
3113 wpa_ft_validate_reassoc(struct wpa_state_machine *sm, const u8 *ies, size_t ies_len) argument
3326 wpa_ft_action_rx(struct wpa_state_machine *sm, const u8 *data, size_t len) argument
3406 struct wpa_state_machine *sm = ctx; local
3418 struct wpa_state_machine *sm; local
3452 wpa_ft_send_rrb_auth_resp(struct wpa_state_machine *sm, const u8 *current_ap, const u8 *sta_addr, u16 status, const u8 *resp_ies, size_t resp_ies_len) argument
3904 ft_finish_pull(struct wpa_state_machine *sm) argument
3939 struct wpa_state_machine *sm; member in struct:ft_get_sta_ctx
3943 ft_get_sta_cb(struct wpa_state_machine *sm, void *ctx) argument
[all...]
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_ttls.c26 static void eap_ttls_deinit(struct eap_sm *sm, void *priv);
71 static void * eap_ttls_init(struct eap_sm *sm) argument
74 struct eap_peer_config *config = eap_get_config(sm);
118 eap_ttls_deinit(sm, data);
125 eap_ttls_deinit(sm, data);
136 eap_ttls_deinit(sm, data);
151 eap_ttls_deinit(sm, data);
159 if (eap_peer_tls_ssl_init(sm, &data->ssl, config, EAP_TYPE_TTLS)) {
161 eap_ttls_deinit(sm, data);
169 static void eap_ttls_phase2_eap_deinit(struct eap_sm *sm, argument
189 eap_ttls_deinit(struct eap_sm *sm, void *priv) argument
268 eap_ttls_v0_derive_key(struct eap_sm *sm, struct eap_ttls_data *data) argument
304 eap_ttls_implicit_challenge(struct eap_sm *sm, struct eap_ttls_data *data, size_t len) argument
335 eap_ttls_phase2_eap_process(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, struct eap_hdr *hdr, size_t len, struct wpabuf **resp) argument
361 eap_ttls_phase2_request_eap_method(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, struct eap_hdr *hdr, size_t len, u8 method, struct wpabuf **resp) argument
433 eap_ttls_phase2_request_eap(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, struct eap_hdr *hdr, struct wpabuf **resp) argument
476 eap_ttls_phase2_request_mschapv2(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, struct wpabuf **resp) argument
571 eap_ttls_phase2_request_mschap(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, struct wpabuf **resp) argument
674 eap_ttls_phase2_request_pap(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, struct wpabuf **resp) argument
728 eap_ttls_phase2_request_chap(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, struct wpabuf **resp) argument
809 eap_ttls_phase2_request(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, struct eap_hdr *hdr, struct wpabuf **resp) argument
1063 eap_ttls_encrypt_response(struct eap_sm *sm, struct eap_ttls_data *data, struct wpabuf *resp, u8 identifier, struct wpabuf **out_data) argument
1087 eap_ttls_process_phase2_eap(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, struct ttls_parse_avp *parse, struct wpabuf **resp) argument
1143 eap_ttls_process_phase2_mschapv2(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, struct ttls_parse_avp *parse) argument
1205 eap_ttls_process_tnc_start(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, struct ttls_parse_avp *parse, struct wpabuf **resp) argument
1236 eap_ttls_process_decrypted(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, struct ttls_parse_avp *parse, struct wpabuf *in_decrypted, struct wpabuf **out_data) argument
1310 eap_ttls_implicit_identity_request(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, struct wpabuf **out_data) argument
1364 eap_ttls_phase2_start(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, struct wpabuf **out_data) argument
1394 eap_ttls_decrypt(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, const struct wpabuf *in_data, struct wpabuf **out_data) argument
1466 eap_ttls_process_handshake(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, const struct wpabuf *in_data, struct wpabuf **out_data) argument
1559 eap_ttls_check_auth_status(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret) argument
1604 eap_ttls_process(struct eap_sm *sm, void *priv, struct eap_method_ret *ret, const struct wpabuf *reqData) argument
1659 eap_ttls_has_reauth_data(struct eap_sm *sm, void *priv) argument
1667 eap_ttls_deinit_for_reauth(struct eap_sm *sm, void *priv) argument
1686 eap_ttls_init_for_reauth(struct eap_sm *sm, void *priv) argument
1707 eap_ttls_get_status(struct eap_sm *sm, void *priv, char *buf, size_t buflen, int verbose) argument
1750 eap_ttls_isKeyAvailable(struct eap_sm *sm, void *priv) argument
1757 eap_ttls_getKey(struct eap_sm *sm, void *priv, size_t *len) argument
1775 eap_ttls_get_session_id(struct eap_sm *sm, void *priv, size_t *len) argument
1793 eap_ttls_get_emsk(struct eap_sm *sm, void *priv, size_t *len) argument
[all...]
H A Deap_md5.c16 static void * eap_md5_init(struct eap_sm *sm) argument
24 static void eap_md5_deinit(struct eap_sm *sm, void *priv) argument
29 static struct wpabuf * eap_md5_process(struct eap_sm *sm, void *priv, argument
38 password = eap_get_config_password(sm, &password_len);
41 eap_sm_request_password(sm);
H A Deap_fast.c30 static void eap_fast_deinit(struct eap_sm *sm, void *priv);
146 static void * eap_fast_init(struct eap_sm *sm) argument
149 struct eap_peer_config *config = eap_get_config(sm);
166 eap_fast_deinit(sm, data);
173 if (eap_peer_tls_ssl_init(sm, &data->ssl, config, EAP_TYPE_FAST)) {
175 eap_fast_deinit(sm, data);
179 if (tls_connection_set_session_ticket_cb(sm->ssl_ctx, data->ssl.conn,
184 eap_fast_deinit(sm, data);
193 if (tls_connection_enable_workaround(sm->ssl_ctx, data->ssl.conn)) {
200 eap_fast_deinit(sm, dat
230 eap_fast_deinit(struct eap_sm *sm, void *priv) argument
269 eap_fast_derive_key_auth(struct eap_sm *sm, struct eap_fast_data *data) argument
300 eap_fast_derive_key_provisioning(struct eap_sm *sm, struct eap_fast_data *data) argument
332 eap_fast_derive_keys(struct eap_sm *sm, struct eap_fast_data *data) argument
344 eap_fast_init_phase2_method(struct eap_sm *sm, struct eap_fast_data *data) argument
414 eap_fast_phase2_request(struct eap_sm *sm, struct eap_fast_data *data, struct eap_method_ret *ret, struct eap_hdr *hdr, struct wpabuf **resp) argument
557 eap_fast_process_eap_payload_tlv( struct eap_sm *sm, struct eap_fast_data *data, struct eap_method_ret *ret, u8 *eap_payload_tlv, size_t eap_payload_tlv_len) argument
647 eap_fast_get_phase2_key(struct eap_sm *sm, struct eap_fast_data *data, u8 *isk, size_t isk_len) argument
694 eap_fast_get_cmk(struct eap_sm *sm, struct eap_fast_data *data, u8 *cmk) argument
753 eap_fast_process_crypto_binding( struct eap_sm *sm, struct eap_fast_data *data, struct eap_method_ret *ret, struct eap_tlv_crypto_binding_tlv *_bind, size_t bind_len) argument
1029 eap_fast_process_pac(struct eap_sm *sm, struct eap_fast_data *data, struct eap_method_ret *ret, u8 *pac, size_t pac_len) argument
1137 eap_fast_encrypt_response(struct eap_sm *sm, struct eap_fast_data *data, struct wpabuf *resp, u8 identifier, struct wpabuf **out_data) argument
1177 eap_fast_process_decrypted(struct eap_sm *sm, struct eap_fast_data *data, struct eap_method_ret *ret, u8 identifier, struct wpabuf *decrypted, struct wpabuf **out_data) argument
1290 eap_fast_decrypt(struct eap_sm *sm, struct eap_fast_data *data, struct eap_method_ret *ret, u8 identifier, const struct wpabuf *in_data, struct wpabuf **out_data) argument
1398 eap_fast_use_pac_opaque(struct eap_sm *sm, struct eap_fast_data *data, struct eap_fast_pac *pac) argument
1430 eap_fast_clear_pac_opaque_ext(struct eap_sm *sm, struct eap_fast_data *data) argument
1443 eap_fast_set_provisioning_ciphers(struct eap_sm *sm, struct eap_fast_data *data) argument
1478 eap_fast_process_start(struct eap_sm *sm, struct eap_fast_data *data, u8 flags, const u8 *pos, size_t left) argument
1527 eap_fast_process(struct eap_sm *sm, void *priv, struct eap_method_ret *ret, const struct wpabuf *reqData) argument
1718 eap_fast_get_status(struct eap_sm *sm, void *priv, char *buf, size_t buflen, int verbose) argument
1737 eap_fast_isKeyAvailable(struct eap_sm *sm, void *priv) argument
1744 eap_fast_getKey(struct eap_sm *sm, void *priv, size_t *len) argument
1762 eap_fast_get_session_id(struct eap_sm *sm, void *priv, size_t *len) argument
1780 eap_fast_get_emsk(struct eap_sm *sm, void *priv, size_t *len) argument
[all...]
H A Deap_vendor_test.c31 static void * eap_vendor_test_init(struct eap_sm *sm) argument
43 password = eap_get_config_password(sm, &password_len);
51 static void eap_vendor_test_deinit(struct eap_sm *sm, void *priv) argument
60 struct eap_sm *sm = eloop_ctx; local
63 eap_notify_pending(sm);
67 static struct wpabuf * eap_vendor_test_process(struct eap_sm *sm, void *priv, argument
109 eloop_register_timeout(1, 0, eap_vendor_ready, sm,
141 static Boolean eap_vendor_test_isKeyAvailable(struct eap_sm *sm, void *priv) argument
148 static u8 * eap_vendor_test_getKey(struct eap_sm *sm, void *priv, size_t *len) argument
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dpath.h20 # include <sm/gen.h>
H A Dsysexits.h18 # include <sm/gen.h>
H A Dlimits.h13 ** <sm/limits.h>
25 # include <sm/types.h>
H A Dtypes.h23 # include <sm/config.h>
28 ** of <sys/types.h> with <sm/types.h>, which is idempotent.
/freebsd-11-stable/contrib/sendmail/libmilter/
H A Dhandler.c11 #include <sm/gen.h>
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_sctp.c100 struct sctp_nat_msg *sm, struct sctp_nat_assoc **passoc);
101 static int GetAsconfVtags(struct libalias *la, struct sctp_nat_msg *sm,
103 static int IsASCONFack(struct libalias *la, struct sctp_nat_msg *sm, int direction);
105 static void AddGlobalIPAddresses(struct sctp_nat_msg *sm, struct sctp_nat_assoc *assoc, int direction);
107 static void RmGlobalIPAddresses(struct sctp_nat_msg *sm, struct sctp_nat_assoc *assoc, int direction);
108 static int IsADDorDEL(struct libalias *la, struct sctp_nat_msg *sm, int direction);
112 struct sctp_nat_msg *sm, struct sctp_nat_assoc *assoc);
115 struct sctp_nat_assoc *assoc, struct sctp_nat_msg *sm);
117 struct sctp_nat_assoc *assoc, struct sctp_nat_msg *sm);
119 struct sctp_nat_assoc *assoc, struct sctp_nat_msg *sm);
900 TxAbortErrorM(struct libalias *la, struct sctp_nat_msg *sm, struct sctp_nat_assoc *assoc, int sndrply, int direction) argument
1018 sctp_PktParser(struct libalias *la, int direction, struct ip *pip, struct sctp_nat_msg *sm, struct sctp_nat_assoc **passoc) argument
1242 GetAsconfVtags(struct libalias *la, struct sctp_nat_msg *sm, uint32_t *l_vtag, uint32_t *g_vtag, int direction) argument
1309 AddGlobalIPAddresses(struct sctp_nat_msg *sm, struct sctp_nat_assoc *assoc, int direction) argument
1471 RmGlobalIPAddresses(struct sctp_nat_msg *sm, struct sctp_nat_assoc *assoc, int direction) argument
1577 IsASCONFack(struct libalias *la, struct sctp_nat_msg *sm, int direction) argument
1630 IsADDorDEL(struct libalias *la, struct sctp_nat_msg *sm, int direction) argument
1697 ProcessSctpMsg(struct libalias *la, int direction, struct sctp_nat_msg *sm, struct sctp_nat_assoc *assoc) argument
1735 ID_process(struct libalias *la, int direction, struct sctp_nat_assoc *assoc, struct sctp_nat_msg *sm) argument
1804 INi_process(struct libalias *la, int direction, struct sctp_nat_assoc *assoc, struct sctp_nat_msg *sm) argument
1856 INa_process(struct libalias *la, int direction,struct sctp_nat_assoc *assoc, struct sctp_nat_msg *sm) argument
1904 UP_process(struct libalias *la, int direction, struct sctp_nat_assoc *assoc, struct sctp_nat_msg *sm) argument
1947 CL_process(struct libalias *la, int direction,struct sctp_nat_assoc *assoc, struct sctp_nat_msg *sm) argument
2525 logsctpparse(int direction, struct sctp_nat_msg *sm) argument
[all...]

Completed in 145 milliseconds

1234567891011>>