Home
last modified time | relevance | path

Searched defs:sm (Results 1 – 25 of 143) sorted by relevance

123456

/external/openssl/crypto/store/
Dstr_meth.c86 int STORE_method_set_initialise_function(STORE_METHOD *sm, STORE_INITIALISE_FUNC_PTR init_f) in STORE_method_set_initialise_function()
92 int STORE_method_set_cleanup_function(STORE_METHOD *sm, STORE_CLEANUP_FUNC_PTR clean_f) in STORE_method_set_cleanup_function()
98 int STORE_method_set_generate_function(STORE_METHOD *sm, STORE_GENERATE_OBJECT_FUNC_PTR generate_f) in STORE_method_set_generate_function()
104 int STORE_method_set_get_function(STORE_METHOD *sm, STORE_GET_OBJECT_FUNC_PTR get_f) in STORE_method_set_get_function()
110 int STORE_method_set_store_function(STORE_METHOD *sm, STORE_STORE_OBJECT_FUNC_PTR store_f) in STORE_method_set_store_function()
116 int STORE_method_set_modify_function(STORE_METHOD *sm, STORE_MODIFY_OBJECT_FUNC_PTR modify_f) in STORE_method_set_modify_function()
122 int STORE_method_set_revoke_function(STORE_METHOD *sm, STORE_HANDLE_OBJECT_FUNC_PTR revoke_f) in STORE_method_set_revoke_function()
128 int STORE_method_set_delete_function(STORE_METHOD *sm, STORE_HANDLE_OBJECT_FUNC_PTR delete_f) in STORE_method_set_delete_function()
134 int STORE_method_set_list_start_function(STORE_METHOD *sm, STORE_START_OBJECT_FUNC_PTR list_start_f) in STORE_method_set_list_start_function()
140 int STORE_method_set_list_next_function(STORE_METHOD *sm, STORE_NEXT_OBJECT_FUNC_PTR list_next_f) in STORE_method_set_list_next_function()
[all …]
/external/wpa_supplicant_8/src/eap_peer/
Deap.c53 static Boolean eapol_get_bool(struct eap_sm *sm, enum eapol_bool_var var) in eapol_get_bool()
59 static void eapol_set_bool(struct eap_sm *sm, enum eapol_bool_var var, in eapol_set_bool()
66 static unsigned int eapol_get_int(struct eap_sm *sm, enum eapol_int_var var) in eapol_get_int()
72 static void eapol_set_int(struct eap_sm *sm, enum eapol_int_var var, in eapol_set_int()
79 static struct wpabuf * eapol_get_eapReqData(struct eap_sm *sm) in eapol_get_eapReqData()
85 static void eap_notify_status(struct eap_sm *sm, const char *status, in eap_notify_status()
95 static void eap_sm_free_key(struct eap_sm *sm) in eap_sm_free_key()
104 static void eap_deinit_prev_method(struct eap_sm *sm, const char *txt) in eap_deinit_prev_method()
127 int eap_allowed_method(struct eap_sm *sm, int vendor, u32 method) in eap_allowed_method()
580 static int eap_success_workaround(struct eap_sm *sm, int reqId, int lastId) in eap_success_workaround()
[all …]
Deap_tls.c31 static void * eap_tls_init(struct eap_sm *sm) in eap_tls_init()
75 static void * eap_unauth_tls_init(struct eap_sm *sm) in eap_unauth_tls_init()
102 static void * eap_wfa_unauth_tls_init(struct eap_sm *sm) in eap_wfa_unauth_tls_init()
137 static void eap_tls_deinit(struct eap_sm *sm, void *priv) in eap_tls_deinit()
149 static struct wpabuf * eap_tls_failure(struct eap_sm *sm, in eap_tls_failure()
185 static void eap_tls_success(struct eap_sm *sm, struct eap_tls_data *data, in eap_tls_success()
221 static struct wpabuf * eap_tls_process(struct eap_sm *sm, void *priv, in eap_tls_process()
264 static Boolean eap_tls_has_reauth_data(struct eap_sm *sm, void *priv) in eap_tls_has_reauth_data()
271 static void eap_tls_deinit_for_reauth(struct eap_sm *sm, void *priv) in eap_tls_deinit_for_reauth()
276 static void * eap_tls_init_for_reauth(struct eap_sm *sm, void *priv) in eap_tls_init_for_reauth()
[all …]
Deap_proxy_dummy.c27 int eap_proxy_key_available(struct eap_proxy_sm *sm) in eap_proxy_key_available()
33 const u8 * eap_proxy_get_eapKeyData(struct eap_proxy_sm *sm, size_t *len) in eap_proxy_get_eapKeyData()
39 struct wpabuf * eap_proxy_get_eapRespData(struct eap_proxy_sm *sm) in eap_proxy_get_eapRespData()
45 int eap_proxy_sm_step(struct eap_proxy_sm *sm, struct eap_sm *eap_sm) in eap_proxy_sm_step()
59 int eap_proxy_sm_get_status(struct eap_proxy_sm *sm, char *buf, size_t buflen, in eap_proxy_sm_get_status()
73 int eap_proxy_notify_config(struct eap_proxy_sm *sm, in eap_proxy_notify_config()
/external/wpa_supplicant_8/src/rsn_supp/
Dpreauth.h32 static inline void pmksa_candidate_free(struct wpa_sm *sm) in pmksa_candidate_free()
36 static inline void rsn_preauth_candidate_process(struct wpa_sm *sm) in rsn_preauth_candidate_process()
40 static inline int rsn_preauth_init(struct wpa_sm *sm, const u8 *dst, in rsn_preauth_init()
46 static inline void rsn_preauth_deinit(struct wpa_sm *sm) in rsn_preauth_deinit()
50 static inline int rsn_preauth_scan_results(struct wpa_sm *sm) in rsn_preauth_scan_results()
55 static inline void rsn_preauth_scan_result(struct wpa_sm *sm, const u8 *bssid, in rsn_preauth_scan_result()
60 static inline void pmksa_candidate_add(struct wpa_sm *sm, in pmksa_candidate_add()
66 static inline int rsn_preauth_get_status(struct wpa_sm *sm, char *buf, in rsn_preauth_get_status()
72 static inline int rsn_preauth_in_progress(struct wpa_sm *sm) in rsn_preauth_in_progress()
Dwpa.h157 static inline void wpa_sm_deinit(struct wpa_sm *sm) in wpa_sm_deinit()
161 static inline void wpa_sm_notify_assoc(struct wpa_sm *sm, const u8 *bssid) in wpa_sm_notify_assoc()
165 static inline void wpa_sm_notify_disassoc(struct wpa_sm *sm) in wpa_sm_notify_disassoc()
169 static inline void wpa_sm_set_pmk(struct wpa_sm *sm, const u8 *pmk, in wpa_sm_set_pmk()
174 static inline void wpa_sm_set_pmk_from_pmksa(struct wpa_sm *sm) in wpa_sm_set_pmk_from_pmksa()
178 static inline void wpa_sm_set_fast_reauth(struct wpa_sm *sm, int fast_reauth) in wpa_sm_set_fast_reauth()
182 static inline void wpa_sm_set_scard_ctx(struct wpa_sm *sm, void *scard_ctx) in wpa_sm_set_scard_ctx()
186 static inline void wpa_sm_set_config(struct wpa_sm *sm, in wpa_sm_set_config()
191 static inline void wpa_sm_set_own_addr(struct wpa_sm *sm, const u8 *addr) in wpa_sm_set_own_addr()
195 static inline void wpa_sm_set_ifname(struct wpa_sm *sm, const char *ifname, in wpa_sm_set_ifname()
[all …]
Dwpa.c37 void wpa_eapol_key_send(struct wpa_sm *sm, const u8 *kck, in wpa_eapol_key_send()
85 void wpa_sm_key_request(struct wpa_sm *sm, int error, int pairwise) in wpa_sm_key_request()
141 static int wpa_supplicant_get_pmk(struct wpa_sm *sm, in wpa_supplicant_get_pmk()
275 int wpa_supplicant_send_2_of_4(struct wpa_sm *sm, const unsigned char *dst, in wpa_supplicant_send_2_of_4()
361 static int wpa_derive_ptk(struct wpa_sm *sm, const unsigned char *src_addr, in wpa_derive_ptk()
379 static void wpa_supplicant_process_1_of_4(struct wpa_sm *sm, in wpa_supplicant_process_1_of_4()
488 struct wpa_sm *sm = eloop_ctx; in wpa_sm_start_preauth() local
493 static void wpa_supplicant_key_neg_complete(struct wpa_sm *sm, in wpa_supplicant_key_neg_complete()
539 struct wpa_sm *sm = eloop_ctx; in wpa_sm_rekey_ptk() local
545 static int wpa_supplicant_install_ptk(struct wpa_sm *sm, in wpa_supplicant_install_ptk()
[all …]
Dpreauth.c37 void pmksa_candidate_free(struct wpa_sm *sm) in pmksa_candidate_free()
55 struct wpa_sm *sm = ctx; in rsn_preauth_receive() local
77 struct wpa_sm *sm = ctx; in rsn_preauth_eapol_cb() local
120 struct wpa_sm *sm = eloop_ctx; in rsn_preauth_timeout() local
132 struct wpa_sm *sm = ctx; in rsn_preauth_eapol_send() local
169 int rsn_preauth_init(struct wpa_sm *sm, const u8 *dst, in rsn_preauth_init()
259 void rsn_preauth_deinit(struct wpa_sm *sm) in rsn_preauth_deinit()
286 void rsn_preauth_candidate_process(struct wpa_sm *sm) in rsn_preauth_candidate_process()
351 void pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid, in pmksa_candidate_add()
419 int rsn_preauth_scan_results(struct wpa_sm *sm) in rsn_preauth_scan_results()
[all …]
Dwpa_ft.c21 int wpa_derive_ptk_ft(struct wpa_sm *sm, const unsigned char *src_addr, in wpa_derive_ptk_ft()
63 int wpa_sm_set_ft_params(struct wpa_sm *sm, const u8 *ies, size_t ies_len) in wpa_sm_set_ft_params()
145 static u8 * wpa_ft_gen_req_ies(struct wpa_sm *sm, size_t *len, in wpa_ft_gen_req_ies()
318 static int wpa_ft_install_ptk(struct wpa_sm *sm, const u8 *bssid) in wpa_ft_install_ptk()
351 int wpa_ft_prepare_auth_request(struct wpa_sm *sm, const u8 *mdie) in wpa_ft_prepare_auth_request()
374 int wpa_ft_process_response(struct wpa_sm *sm, const u8 *ies, size_t ies_len, in wpa_ft_process_response()
527 int wpa_ft_is_completed(struct wpa_sm *sm) in wpa_ft_is_completed()
539 void wpa_reset_ft_completed(struct wpa_sm *sm) in wpa_reset_ft_completed()
546 static int wpa_ft_process_gtk_subelem(struct wpa_sm *sm, const u8 *gtk_elem, in wpa_ft_process_gtk_subelem()
620 static int wpa_ft_process_igtk_subelem(struct wpa_sm *sm, const u8 *igtk_elem, in wpa_ft_process_igtk_subelem()
[all …]
/external/wpa_supplicant_8/src/eapol_supp/
Deapol_supp_sm.h315 static inline void eapol_sm_deinit(struct eapol_sm *sm) in eapol_sm_deinit()
318 static inline void eapol_sm_step(struct eapol_sm *sm) in eapol_sm_step()
321 static inline int eapol_sm_get_status(struct eapol_sm *sm, char *buf, in eapol_sm_get_status()
326 static inline int eapol_sm_get_mib(struct eapol_sm *sm, char *buf, in eapol_sm_get_mib()
331 static inline void eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, in eapol_sm_configure()
336 static inline int eapol_sm_rx_eapol(struct eapol_sm *sm, const u8 *src, in eapol_sm_rx_eapol()
341 static inline void eapol_sm_notify_tx_eapol_key(struct eapol_sm *sm) in eapol_sm_notify_tx_eapol_key()
344 static inline void eapol_sm_notify_portEnabled(struct eapol_sm *sm, in eapol_sm_notify_portEnabled()
348 static inline void eapol_sm_notify_portValid(struct eapol_sm *sm, in eapol_sm_notify_portValid()
352 static inline void eapol_sm_notify_eap_success(struct eapol_sm *sm, in eapol_sm_notify_eap_success()
[all …]
Deapol_supp_sm.c166 struct eapol_sm *sm = timeout_ctx; in eapol_port_timers_tick() local
200 static void eapol_enable_timer_tick(struct eapol_sm *sm) in eapol_enable_timer_tick()
611 static void eapol_sm_txLogoff(struct eapol_sm *sm) in eapol_sm_txLogoff()
621 static void eapol_sm_txStart(struct eapol_sm *sm) in eapol_sm_txStart()
640 static void eapol_sm_processKey(struct eapol_sm *sm) in eapol_sm_processKey()
809 static void eapol_sm_getSuppRsp(struct eapol_sm *sm) in eapol_sm_getSuppRsp()
819 static void eapol_sm_txSuppRsp(struct eapol_sm *sm) in eapol_sm_txSuppRsp()
861 static void eapol_sm_abortSupp(struct eapol_sm *sm) in eapol_sm_abortSupp()
879 static void eapol_sm_set_port_authorized(struct eapol_sm *sm) in eapol_sm_set_port_authorized()
891 static void eapol_sm_set_port_unauthorized(struct eapol_sm *sm) in eapol_sm_set_port_unauthorized()
[all …]
/external/wpa_supplicant_8/src/eap_server/
Deap_server_tls.c54 static void * eap_tls_init(struct eap_sm *sm) in eap_tls_init()
76 static void * eap_unauth_tls_init(struct eap_sm *sm) in eap_unauth_tls_init()
98 static void * eap_wfa_unauth_tls_init(struct eap_sm *sm) in eap_wfa_unauth_tls_init()
119 static void eap_tls_reset(struct eap_sm *sm, void *priv) in eap_tls_reset()
129 static struct wpabuf * eap_tls_build_start(struct eap_sm *sm, in eap_tls_build_start()
150 static struct wpabuf * eap_tls_buildReq(struct eap_sm *sm, void *priv, u8 id) in eap_tls_buildReq()
192 static Boolean eap_tls_check(struct eap_sm *sm, void *priv, in eap_tls_check()
219 static void eap_tls_process_msg(struct eap_sm *sm, void *priv, in eap_tls_process_msg()
233 static void eap_tls_process(struct eap_sm *sm, void *priv, in eap_tls_process()
244 static Boolean eap_tls_isDone(struct eap_sm *sm, void *priv) in eap_tls_isDone()
[all …]
Deap_server_identity.c21 static void * eap_identity_init(struct eap_sm *sm) in eap_identity_init()
34 static void * eap_identity_initPickUp(struct eap_sm *sm) in eap_identity_initPickUp()
45 static void eap_identity_reset(struct eap_sm *sm, void *priv) in eap_identity_reset()
52 static struct wpabuf * eap_identity_buildReq(struct eap_sm *sm, void *priv, in eap_identity_buildReq()
82 static Boolean eap_identity_check(struct eap_sm *sm, void *priv, in eap_identity_check()
99 static void eap_identity_process(struct eap_sm *sm, void *priv, in eap_identity_process()
143 static Boolean eap_identity_isDone(struct eap_sm *sm, void *priv) in eap_identity_isDone()
150 static Boolean eap_identity_isSuccess(struct eap_sm *sm, void *priv) in eap_identity_isSuccess()
Deap_server_aka.c90 static int eap_aka_check_identity_reauth(struct eap_sm *sm, in eap_aka_check_identity_reauth()
131 static void eap_aka_check_identity(struct eap_sm *sm, in eap_aka_check_identity()
180 static void * eap_aka_init(struct eap_sm *sm) in eap_aka_init()
204 static void * eap_aka_prime_init(struct eap_sm *sm) in eap_aka_prime_init()
237 static void eap_aka_reset(struct eap_sm *sm, void *priv) in eap_aka_reset()
348 static struct wpabuf * eap_aka_build_identity(struct eap_sm *sm, in eap_aka_build_identity()
390 static int eap_aka_build_encr(struct eap_sm *sm, struct eap_aka_data *data, in eap_aka_build_encr()
465 static struct wpabuf * eap_aka_build_challenge(struct eap_sm *sm, in eap_aka_build_challenge()
541 static struct wpabuf * eap_aka_build_reauth(struct eap_sm *sm, in eap_aka_build_reauth()
588 static struct wpabuf * eap_aka_build_notification(struct eap_sm *sm, in eap_aka_build_notification()
[all …]
Deap_server.c93 int eap_user_get(struct eap_sm *sm, const u8 *identity, size_t identity_len, in eap_user_get()
122 void eap_log_msg(struct eap_sm *sm, const char *fmt, ...) in eap_log_msg()
873 static int eap_sm_calculateTimeout(struct eap_sm *sm, int retransCount, in eap_sm_calculateTimeout()
925 static void eap_sm_parseEapResp(struct eap_sm *sm, const struct wpabuf *resp) in eap_sm_parseEapResp()
995 static struct wpabuf * eap_sm_buildSuccess(struct eap_sm *sm, u8 id) in eap_sm_buildSuccess()
1013 static struct wpabuf * eap_sm_buildFailure(struct eap_sm *sm, u8 id) in eap_sm_buildFailure()
1031 static int eap_sm_nextId(struct eap_sm *sm, int id) in eap_sm_nextId()
1053 void eap_sm_process_nak(struct eap_sm *sm, const u8 *nak_list, size_t len) in eap_sm_process_nak()
1107 static void eap_sm_Policy_update(struct eap_sm *sm, const u8 *nak_list, in eap_sm_Policy_update()
1124 static EapType eap_sm_Policy_getNextMethod(struct eap_sm *sm, int *vendor) in eap_sm_Policy_getNextMethod()
[all …]
Deap_server_fast.c111 static EapType eap_fast_req_failure(struct eap_sm *sm, in eap_fast_req_failure()
268 static void eap_fast_derive_key_auth(struct eap_sm *sm, in eap_fast_derive_key_auth()
298 static void eap_fast_derive_key_provisioning(struct eap_sm *sm, in eap_fast_derive_key_provisioning()
330 static int eap_fast_get_phase2_key(struct eap_sm *sm, in eap_fast_get_phase2_key()
375 static int eap_fast_update_icmk(struct eap_sm *sm, struct eap_fast_data *data) in eap_fast_update_icmk()
408 static void * eap_fast_init(struct eap_sm *sm) in eap_fast_init()
502 static void eap_fast_reset(struct eap_sm *sm, void *priv) in eap_fast_reset()
519 static struct wpabuf * eap_fast_build_start(struct eap_sm *sm, in eap_fast_build_start()
545 static int eap_fast_phase1_done(struct eap_sm *sm, struct eap_fast_data *data) in eap_fast_phase1_done()
572 static struct wpabuf * eap_fast_build_phase2_req(struct eap_sm *sm, in eap_fast_build_phase2_req()
[all …]
Deap_server_sim.c74 static void * eap_sim_init(struct eap_sm *sm) in eap_sim_init()
92 static void eap_sim_reset(struct eap_sm *sm, void *priv) in eap_sim_reset()
101 static struct wpabuf * eap_sim_build_start(struct eap_sm *sm, in eap_sim_build_start()
147 static int eap_sim_build_encr(struct eap_sm *sm, struct eap_sim_data *data, in eap_sim_build_encr()
218 static struct wpabuf * eap_sim_build_challenge(struct eap_sm *sm, in eap_sim_build_challenge()
248 static struct wpabuf * eap_sim_build_reauth(struct eap_sm *sm, in eap_sim_build_reauth()
285 static struct wpabuf * eap_sim_build_notification(struct eap_sm *sm, in eap_sim_build_notification()
324 static struct wpabuf * eap_sim_buildReq(struct eap_sm *sm, void *priv, u8 id) in eap_sim_buildReq()
346 static Boolean eap_sim_check(struct eap_sm *sm, void *priv, in eap_sim_check()
413 static void eap_sim_process_start(struct eap_sm *sm, in eap_sim_process_start()
[all …]
Deap_server_vendor_test.c51 static void * eap_vendor_test_init(struct eap_sm *sm) in eap_vendor_test_init()
64 static void eap_vendor_test_reset(struct eap_sm *sm, void *priv) in eap_vendor_test_reset()
71 static struct wpabuf * eap_vendor_test_buildReq(struct eap_sm *sm, void *priv, in eap_vendor_test_buildReq()
91 static Boolean eap_vendor_test_check(struct eap_sm *sm, void *priv, in eap_vendor_test_check()
107 static void eap_vendor_test_process(struct eap_sm *sm, void *priv, in eap_vendor_test_process()
133 static Boolean eap_vendor_test_isDone(struct eap_sm *sm, void *priv) in eap_vendor_test_isDone()
140 static u8 * eap_vendor_test_getKey(struct eap_sm *sm, void *priv, size_t *len) in eap_vendor_test_getKey()
161 static Boolean eap_vendor_test_isSuccess(struct eap_sm *sm, void *priv) in eap_vendor_test_isSuccess()
Deap_server_psk.c33 static void * eap_psk_init(struct eap_sm *sm) in eap_psk_init()
46 static void eap_psk_reset(struct eap_sm *sm, void *priv) in eap_psk_reset()
54 static struct wpabuf * eap_psk_build_1(struct eap_sm *sm, in eap_psk_build_1()
89 static struct wpabuf * eap_psk_build_3(struct eap_sm *sm, in eap_psk_build_3()
156 static struct wpabuf * eap_psk_buildReq(struct eap_sm *sm, void *priv, u8 id) in eap_psk_buildReq()
174 static Boolean eap_psk_check(struct eap_sm *sm, void *priv, in eap_psk_check()
213 static void eap_psk_process_2(struct eap_sm *sm, in eap_psk_process_2()
329 static void eap_psk_process_4(struct eap_sm *sm, in eap_psk_process_4()
409 static void eap_psk_process(struct eap_sm *sm, void *priv, in eap_psk_process()
438 static Boolean eap_psk_isDone(struct eap_sm *sm, void *priv) in eap_psk_isDone()
[all …]
Deap_server_md5.c25 static void * eap_md5_init(struct eap_sm *sm) in eap_md5_init()
38 static void eap_md5_reset(struct eap_sm *sm, void *priv) in eap_md5_reset()
45 static struct wpabuf * eap_md5_buildReq(struct eap_sm *sm, void *priv, u8 id) in eap_md5_buildReq()
76 static Boolean eap_md5_check(struct eap_sm *sm, void *priv, in eap_md5_check()
98 static void eap_md5_process(struct eap_sm *sm, void *priv, in eap_md5_process()
139 static Boolean eap_md5_isDone(struct eap_sm *sm, void *priv) in eap_md5_isDone()
146 static Boolean eap_md5_isSuccess(struct eap_sm *sm, void *priv) in eap_md5_isSuccess()
Deap_server_sake.c61 static void * eap_sake_init(struct eap_sm *sm) in eap_sake_init()
82 static void eap_sake_reset(struct eap_sm *sm, void *priv) in eap_sake_reset()
116 static struct wpabuf * eap_sake_build_identity(struct eap_sm *sm, in eap_sake_build_identity()
144 static struct wpabuf * eap_sake_build_challenge(struct eap_sm *sm, in eap_sake_build_challenge()
180 static struct wpabuf * eap_sake_build_confirm(struct eap_sm *sm, in eap_sake_build_confirm()
215 static struct wpabuf * eap_sake_buildReq(struct eap_sm *sm, void *priv, u8 id) in eap_sake_buildReq()
235 static Boolean eap_sake_check(struct eap_sm *sm, void *priv, in eap_sake_check()
287 static void eap_sake_process_identity(struct eap_sm *sm, in eap_sake_process_identity()
301 static void eap_sake_process_challenge(struct eap_sm *sm, in eap_sake_process_challenge()
364 static void eap_sake_process_confirm(struct eap_sm *sm, in eap_sake_process_confirm()
[all …]
Deap_server_peap.c101 static void eap_peap_req_success(struct eap_sm *sm, in eap_peap_req_success()
118 static void eap_peap_req_failure(struct eap_sm *sm, in eap_peap_req_failure()
136 static void * eap_peap_init(struct eap_sm *sm) in eap_peap_init()
164 static void eap_peap_reset(struct eap_sm *sm, void *priv) in eap_peap_reset()
179 static struct wpabuf * eap_peap_build_start(struct eap_sm *sm, in eap_peap_build_start()
201 static struct wpabuf * eap_peap_build_phase2_req(struct eap_sm *sm, in eap_peap_build_phase2_req()
237 static struct wpabuf * eap_peap_build_phase2_soh(struct eap_sm *sm, in eap_peap_build_phase2_soh()
292 static int eap_peap_derive_cmk(struct eap_sm *sm, struct eap_peap_data *data) in eap_peap_derive_cmk()
339 static struct wpabuf * eap_peap_build_phase2_tlv(struct eap_sm *sm, in eap_peap_build_phase2_tlv()
429 static struct wpabuf * eap_peap_build_phase2_term(struct eap_sm *sm, in eap_peap_build_phase2_term()
[all …]
Deap_server_gtc.c21 static void * eap_gtc_init(struct eap_sm *sm) in eap_gtc_init()
43 static void eap_gtc_reset(struct eap_sm *sm, void *priv) in eap_gtc_reset()
50 static struct wpabuf * eap_gtc_buildReq(struct eap_sm *sm, void *priv, u8 id) in eap_gtc_buildReq()
77 static Boolean eap_gtc_check(struct eap_sm *sm, void *priv, in eap_gtc_check()
93 static void eap_gtc_process(struct eap_sm *sm, void *priv, in eap_gtc_process()
188 static Boolean eap_gtc_isDone(struct eap_sm *sm, void *priv) in eap_gtc_isDone()
195 static Boolean eap_gtc_isSuccess(struct eap_sm *sm, void *priv) in eap_gtc_isSuccess()
Deap_server_pax.c45 static void * eap_pax_init(struct eap_sm *sm) in eap_pax_init()
63 static void eap_pax_reset(struct eap_sm *sm, void *priv) in eap_pax_reset()
71 static struct wpabuf * eap_pax_build_std_1(struct eap_sm *sm, in eap_pax_build_std_1()
118 static struct wpabuf * eap_pax_build_std_3(struct eap_sm *sm, in eap_pax_build_std_3()
165 static struct wpabuf * eap_pax_buildReq(struct eap_sm *sm, void *priv, u8 id) in eap_pax_buildReq()
183 static Boolean eap_pax_check(struct eap_sm *sm, void *priv, in eap_pax_check()
283 static void eap_pax_process_std_2(struct eap_sm *sm, in eap_pax_process_std_2()
443 static void eap_pax_process_ack(struct eap_sm *sm, in eap_pax_process_ack()
456 static void eap_pax_process(struct eap_sm *sm, void *priv, in eap_pax_process()
488 static Boolean eap_pax_isDone(struct eap_sm *sm, void *priv) in eap_pax_isDone()
[all …]
/external/wpa_supplicant_8/src/pae/
Dieee802_1x_cp.c97 static int changed_cipher(struct ieee802_1x_cp_sm *sm) in changed_cipher()
105 static int changed_connect(struct ieee802_1x_cp_sm *sm) in changed_connect()
435 struct ieee802_1x_cp_sm *sm; in ieee802_1x_cp_sm_init() local
498 static void ieee802_1x_cp_step_run(struct ieee802_1x_cp_sm *sm) in ieee802_1x_cp_step_run()
514 struct ieee802_1x_cp_sm *sm = eloop_ctx; in ieee802_1x_cp_step_cb() local
522 void ieee802_1x_cp_sm_deinit(struct ieee802_1x_cp_sm *sm) in ieee802_1x_cp_sm_deinit()
545 struct ieee802_1x_cp_sm *sm = cp_ctx; in ieee802_1x_cp_connect_pending() local
556 struct ieee802_1x_cp_sm *sm = (struct ieee802_1x_cp_sm *)cp_ctx; in ieee802_1x_cp_connect_unauthenticated() local
567 struct ieee802_1x_cp_sm *sm = cp_ctx; in ieee802_1x_cp_connect_authenticated() local
578 struct ieee802_1x_cp_sm *sm = cp_ctx; in ieee802_1x_cp_connect_secure() local
[all …]

123456