Home
last modified time | relevance | path

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

12345

/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/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.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()
137 static int wpa_supplicant_get_pmk(struct wpa_sm *sm, in wpa_supplicant_get_pmk()
270 int wpa_supplicant_send_2_of_4(struct wpa_sm *sm, const unsigned char *dst, in wpa_supplicant_send_2_of_4()
355 static int wpa_derive_ptk(struct wpa_sm *sm, const unsigned char *src_addr, in wpa_derive_ptk()
373 static void wpa_supplicant_process_1_of_4(struct wpa_sm *sm, in wpa_supplicant_process_1_of_4()
455 struct wpa_sm *sm = eloop_ctx; in wpa_sm_start_preauth() local
460 static void wpa_supplicant_key_neg_complete(struct wpa_sm *sm, in wpa_supplicant_key_neg_complete()
506 struct wpa_sm *sm = eloop_ctx; in wpa_sm_rekey_ptk() local
512 static int wpa_supplicant_install_ptk(struct wpa_sm *sm, in wpa_supplicant_install_ptk()
[all …]
Dwpa.h151 static inline void wpa_sm_deinit(struct wpa_sm *sm) in wpa_sm_deinit()
155 static inline void wpa_sm_notify_assoc(struct wpa_sm *sm, const u8 *bssid) in wpa_sm_notify_assoc()
159 static inline void wpa_sm_notify_disassoc(struct wpa_sm *sm) in wpa_sm_notify_disassoc()
163 static inline void wpa_sm_set_pmk(struct wpa_sm *sm, const u8 *pmk, in wpa_sm_set_pmk()
168 static inline void wpa_sm_set_pmk_from_pmksa(struct wpa_sm *sm) in wpa_sm_set_pmk_from_pmksa()
172 static inline void wpa_sm_set_fast_reauth(struct wpa_sm *sm, int fast_reauth) in wpa_sm_set_fast_reauth()
176 static inline void wpa_sm_set_scard_ctx(struct wpa_sm *sm, void *scard_ctx) in wpa_sm_set_scard_ctx()
180 static inline void wpa_sm_set_config(struct wpa_sm *sm, in wpa_sm_set_config()
185 static inline void wpa_sm_set_own_addr(struct wpa_sm *sm, const u8 *addr) in wpa_sm_set_own_addr()
189 static inline void wpa_sm_set_ifname(struct wpa_sm *sm, const char *ifname, in wpa_sm_set_ifname()
[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
76 struct wpa_sm *sm = ctx; in rsn_preauth_eapol_cb() local
118 struct wpa_sm *sm = eloop_ctx; in rsn_preauth_timeout() local
130 struct wpa_sm *sm = ctx; in rsn_preauth_eapol_send() local
167 int rsn_preauth_init(struct wpa_sm *sm, const u8 *dst, in rsn_preauth_init()
257 void rsn_preauth_deinit(struct wpa_sm *sm) in rsn_preauth_deinit()
284 void rsn_preauth_candidate_process(struct wpa_sm *sm) in rsn_preauth_candidate_process()
349 void pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid, in pmksa_candidate_add()
417 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()
316 static int wpa_ft_install_ptk(struct wpa_sm *sm, const u8 *bssid) in wpa_ft_install_ptk()
349 int wpa_ft_prepare_auth_request(struct wpa_sm *sm, const u8 *mdie) in wpa_ft_prepare_auth_request()
372 int wpa_ft_process_response(struct wpa_sm *sm, const u8 *ies, size_t ies_len, in wpa_ft_process_response()
524 int wpa_ft_is_completed(struct wpa_sm *sm) in wpa_ft_is_completed()
537 static int wpa_ft_process_gtk_subelem(struct wpa_sm *sm, const u8 *gtk_elem, in wpa_ft_process_gtk_subelem()
604 static int wpa_ft_process_igtk_subelem(struct wpa_sm *sm, const u8 *igtk_elem, in wpa_ft_process_igtk_subelem()
656 int wpa_ft_validate_reassoc_resp(struct wpa_sm *sm, const u8 *ies, in wpa_ft_validate_reassoc_resp()
[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_deinit_prev_method(struct eap_sm *sm, const char *txt) in eap_deinit_prev_method()
118 int eap_allowed_method(struct eap_sm *sm, int vendor, u32 method) in eap_allowed_method()
564 static int eap_success_workaround(struct eap_sm *sm, int reqId, int lastId) in eap_success_workaround()
594 static void eap_peer_sm_step_idle(struct eap_sm *sm) in eap_peer_sm_step_idle()
[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()
101 static void eap_tls_deinit(struct eap_sm *sm, void *priv) in eap_tls_deinit()
113 static struct wpabuf * eap_tls_failure(struct eap_sm *sm, in eap_tls_failure()
149 static void eap_tls_success(struct eap_sm *sm, struct eap_tls_data *data, in eap_tls_success()
185 static struct wpabuf * eap_tls_process(struct eap_sm *sm, void *priv, in eap_tls_process()
228 static Boolean eap_tls_has_reauth_data(struct eap_sm *sm, void *priv) in eap_tls_has_reauth_data()
235 static void eap_tls_deinit_for_reauth(struct eap_sm *sm, void *priv) in eap_tls_deinit_for_reauth()
240 static void * eap_tls_init_for_reauth(struct eap_sm *sm, void *priv) in eap_tls_init_for_reauth()
255 static int eap_tls_get_status(struct eap_sm *sm, void *priv, char *buf, in eap_tls_get_status()
[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()
72 int eap_proxy_notify_config(struct eap_proxy_sm *sm, in eap_proxy_notify_config()
Deap_vendor_test.c34 static void * eap_vendor_test_init(struct eap_sm *sm) in eap_vendor_test_init()
46 static void eap_vendor_test_deinit(struct eap_sm *sm, void *priv) in eap_vendor_test_deinit()
56 struct eap_sm *sm = eloop_ctx; in eap_vendor_ready() local
64 static struct wpabuf * eap_vendor_test_process(struct eap_sm *sm, void *priv, in eap_vendor_test_process()
140 static Boolean eap_vendor_test_isKeyAvailable(struct eap_sm *sm, void *priv) in eap_vendor_test_isKeyAvailable()
147 static u8 * eap_vendor_test_getKey(struct eap_sm *sm, void *priv, size_t *len) in eap_vendor_test_getKey()
/external/wpa_supplicant_8/src/eapol_supp/
Deapol_supp_sm.h296 static inline void eapol_sm_deinit(struct eapol_sm *sm) in eapol_sm_deinit()
299 static inline void eapol_sm_step(struct eapol_sm *sm) in eapol_sm_step()
302 static inline int eapol_sm_get_status(struct eapol_sm *sm, char *buf, in eapol_sm_get_status()
307 static inline int eapol_sm_get_mib(struct eapol_sm *sm, char *buf, in eapol_sm_get_mib()
312 static inline void eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, in eapol_sm_configure()
317 static inline int eapol_sm_rx_eapol(struct eapol_sm *sm, const u8 *src, in eapol_sm_rx_eapol()
322 static inline void eapol_sm_notify_tx_eapol_key(struct eapol_sm *sm) in eapol_sm_notify_tx_eapol_key()
325 static inline void eapol_sm_notify_portEnabled(struct eapol_sm *sm, in eapol_sm_notify_portEnabled()
329 static inline void eapol_sm_notify_portValid(struct eapol_sm *sm, in eapol_sm_notify_portValid()
333 static inline void eapol_sm_notify_eap_success(struct eapol_sm *sm, in eapol_sm_notify_eap_success()
[all …]
Deapol_supp_sm.c163 struct eapol_sm *sm = timeout_ctx; in eapol_port_timers_tick() local
197 static void eapol_enable_timer_tick(struct eapol_sm *sm) in eapol_enable_timer_tick()
612 static void eapol_sm_txLogoff(struct eapol_sm *sm) in eapol_sm_txLogoff()
622 static void eapol_sm_txStart(struct eapol_sm *sm) in eapol_sm_txStart()
641 static void eapol_sm_processKey(struct eapol_sm *sm) in eapol_sm_processKey()
810 static void eapol_sm_getSuppRsp(struct eapol_sm *sm) in eapol_sm_getSuppRsp()
820 static void eapol_sm_txSuppRsp(struct eapol_sm *sm) in eapol_sm_txSuppRsp()
862 static void eapol_sm_abortSupp(struct eapol_sm *sm) in eapol_sm_abortSupp()
880 static void eapol_sm_set_port_authorized(struct eapol_sm *sm) in eapol_sm_set_port_authorized()
887 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()
97 static void eap_tls_reset(struct eap_sm *sm, void *priv) in eap_tls_reset()
107 static struct wpabuf * eap_tls_build_start(struct eap_sm *sm, in eap_tls_build_start()
128 static struct wpabuf * eap_tls_buildReq(struct eap_sm *sm, void *priv, u8 id) in eap_tls_buildReq()
170 static Boolean eap_tls_check(struct eap_sm *sm, void *priv, in eap_tls_check()
193 static void eap_tls_process_msg(struct eap_sm *sm, void *priv, in eap_tls_process_msg()
207 static void eap_tls_process(struct eap_sm *sm, void *priv, in eap_tls_process()
218 static Boolean eap_tls_isDone(struct eap_sm *sm, void *priv) in eap_tls_isDone()
225 static u8 * eap_tls_getKey(struct eap_sm *sm, void *priv, size_t *len) in eap_tls_getKey()
[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()
136 static Boolean eap_identity_isDone(struct eap_sm *sm, void *priv) in eap_identity_isDone()
143 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_fast.c111 static EapType eap_fast_req_failure(struct eap_sm *sm, in eap_fast_req_failure()
267 static void eap_fast_derive_key_auth(struct eap_sm *sm, in eap_fast_derive_key_auth()
297 static void eap_fast_derive_key_provisioning(struct eap_sm *sm, in eap_fast_derive_key_provisioning()
329 static int eap_fast_get_phase2_key(struct eap_sm *sm, in eap_fast_get_phase2_key()
374 static int eap_fast_update_icmk(struct eap_sm *sm, struct eap_fast_data *data) in eap_fast_update_icmk()
407 static void * eap_fast_init(struct eap_sm *sm) in eap_fast_init()
501 static void eap_fast_reset(struct eap_sm *sm, void *priv) in eap_fast_reset()
518 static struct wpabuf * eap_fast_build_start(struct eap_sm *sm, in eap_fast_build_start()
544 static int eap_fast_phase1_done(struct eap_sm *sm, struct eap_fast_data *data) in eap_fast_phase1_done()
571 static struct wpabuf * eap_fast_build_phase2_req(struct eap_sm *sm, in eap_fast_build_phase2_req()
[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_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_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.c93 int eap_user_get(struct eap_sm *sm, const u8 *identity, size_t identity_len, in eap_user_get()
827 static int eap_sm_calculateTimeout(struct eap_sm *sm, int retransCount, in eap_sm_calculateTimeout()
879 static void eap_sm_parseEapResp(struct eap_sm *sm, const struct wpabuf *resp) in eap_sm_parseEapResp()
949 static struct wpabuf * eap_sm_buildSuccess(struct eap_sm *sm, u8 id) in eap_sm_buildSuccess()
967 static struct wpabuf * eap_sm_buildFailure(struct eap_sm *sm, u8 id) in eap_sm_buildFailure()
985 static int eap_sm_nextId(struct eap_sm *sm, int id) in eap_sm_nextId()
1007 void eap_sm_process_nak(struct eap_sm *sm, const u8 *nak_list, size_t len) in eap_sm_process_nak()
1061 static void eap_sm_Policy_update(struct eap_sm *sm, const u8 *nak_list, in eap_sm_Policy_update()
1078 static EapType eap_sm_Policy_getNextMethod(struct eap_sm *sm, int *vendor) in eap_sm_Policy_getNextMethod()
1110 static int eap_sm_Policy_getDecision(struct eap_sm *sm) in eap_sm_Policy_getDecision()
[all …]
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()
438 static void eap_pax_process_ack(struct eap_sm *sm, in eap_pax_process_ack()
451 static void eap_pax_process(struct eap_sm *sm, void *priv, in eap_pax_process()
483 static Boolean eap_pax_isDone(struct eap_sm *sm, void *priv) in eap_pax_isDone()
[all …]
Deap_server_psk.c33 static void * eap_psk_init(struct eap_sm *sm) in eap_psk_init()
48 static void eap_psk_reset(struct eap_sm *sm, void *priv) in eap_psk_reset()
56 static struct wpabuf * eap_psk_build_1(struct eap_sm *sm, in eap_psk_build_1()
91 static struct wpabuf * eap_psk_build_3(struct eap_sm *sm, in eap_psk_build_3()
158 static struct wpabuf * eap_psk_buildReq(struct eap_sm *sm, void *priv, u8 id) in eap_psk_buildReq()
176 static Boolean eap_psk_check(struct eap_sm *sm, void *priv, in eap_psk_check()
215 static void eap_psk_process_2(struct eap_sm *sm, in eap_psk_process_2()
331 static void eap_psk_process_4(struct eap_sm *sm, in eap_psk_process_4()
411 static void eap_psk_process(struct eap_sm *sm, void *priv, in eap_psk_process()
440 static Boolean eap_psk_isDone(struct eap_sm *sm, void *priv) in eap_psk_isDone()
[all …]
Deap_server_sake.c63 static void * eap_sake_init(struct eap_sm *sm) in eap_sake_init()
89 static void eap_sake_reset(struct eap_sm *sm, void *priv) in eap_sake_reset()
124 static struct wpabuf * eap_sake_build_identity(struct eap_sm *sm, in eap_sake_build_identity()
155 static struct wpabuf * eap_sake_build_challenge(struct eap_sm *sm, in eap_sake_build_challenge()
195 static struct wpabuf * eap_sake_build_confirm(struct eap_sm *sm, in eap_sake_build_confirm()
230 static struct wpabuf * eap_sake_buildReq(struct eap_sm *sm, void *priv, u8 id) in eap_sake_buildReq()
250 static Boolean eap_sake_check(struct eap_sm *sm, void *priv, in eap_sake_check()
302 static void eap_sake_process_identity(struct eap_sm *sm, in eap_sake_process_identity()
316 static void eap_sake_process_challenge(struct eap_sm *sm, in eap_sake_process_challenge()
379 static void eap_sake_process_confirm(struct eap_sm *sm, in eap_sake_process_confirm()
[all …]
Deap_server_peap.c129 static void eap_peap_req_success(struct eap_sm *sm, in eap_peap_req_success()
146 static void eap_peap_req_failure(struct eap_sm *sm, in eap_peap_req_failure()
164 static void * eap_peap_init(struct eap_sm *sm) in eap_peap_init()
192 static void eap_peap_reset(struct eap_sm *sm, void *priv) in eap_peap_reset()
207 static struct wpabuf * eap_peap_build_start(struct eap_sm *sm, in eap_peap_build_start()
229 static struct wpabuf * eap_peap_build_phase2_req(struct eap_sm *sm, in eap_peap_build_phase2_req()
267 static struct wpabuf * eap_peap_build_phase2_soh(struct eap_sm *sm, in eap_peap_build_phase2_soh()
322 static int eap_peap_derive_cmk(struct eap_sm *sm, struct eap_peap_data *data) in eap_peap_derive_cmk()
369 static struct wpabuf * eap_peap_build_phase2_tlv(struct eap_sm *sm, in eap_peap_build_phase2_tlv()
461 static struct wpabuf * eap_peap_build_phase2_term(struct eap_sm *sm, in eap_peap_build_phase2_term()
[all …]

12345