/external/openssl/crypto/store/ |
D | str_meth.c | 86 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/ |
D | preauth.h | 32 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()
|
D | wpa.c | 37 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 …]
|
D | wpa.h | 147 static inline void wpa_sm_deinit(struct wpa_sm *sm) in wpa_sm_deinit() 151 static inline void wpa_sm_notify_assoc(struct wpa_sm *sm, const u8 *bssid) in wpa_sm_notify_assoc() 155 static inline void wpa_sm_notify_disassoc(struct wpa_sm *sm) in wpa_sm_notify_disassoc() 159 static inline void wpa_sm_set_pmk(struct wpa_sm *sm, const u8 *pmk, in wpa_sm_set_pmk() 164 static inline void wpa_sm_set_pmk_from_pmksa(struct wpa_sm *sm) in wpa_sm_set_pmk_from_pmksa() 168 static inline void wpa_sm_set_fast_reauth(struct wpa_sm *sm, int fast_reauth) in wpa_sm_set_fast_reauth() 172 static inline void wpa_sm_set_scard_ctx(struct wpa_sm *sm, void *scard_ctx) in wpa_sm_set_scard_ctx() 176 static inline void wpa_sm_set_config(struct wpa_sm *sm, in wpa_sm_set_config() 181 static inline void wpa_sm_set_own_addr(struct wpa_sm *sm, const u8 *addr) in wpa_sm_set_own_addr() 185 static inline void wpa_sm_set_ifname(struct wpa_sm *sm, const char *ifname, in wpa_sm_set_ifname() [all …]
|
D | preauth.c | 37 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 …]
|
D | wpa_ft.c | 21 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/ |
D | eap.c | 53 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() 552 static int eap_success_workaround(struct eap_sm *sm, int reqId, int lastId) in eap_success_workaround() 582 static void eap_peer_sm_step_idle(struct eap_sm *sm) in eap_peer_sm_step_idle() [all …]
|
D | eap_tls.c | 29 static void * eap_tls_init(struct eap_sm *sm) in eap_tls_init() 73 static void * eap_unauth_tls_init(struct eap_sm *sm) in eap_unauth_tls_init() 99 static void eap_tls_deinit(struct eap_sm *sm, void *priv) in eap_tls_deinit() 110 static struct wpabuf * eap_tls_failure(struct eap_sm *sm, in eap_tls_failure() 146 static void eap_tls_success(struct eap_sm *sm, struct eap_tls_data *data, in eap_tls_success() 171 static struct wpabuf * eap_tls_process(struct eap_sm *sm, void *priv, in eap_tls_process() 214 static Boolean eap_tls_has_reauth_data(struct eap_sm *sm, void *priv) in eap_tls_has_reauth_data() 221 static void eap_tls_deinit_for_reauth(struct eap_sm *sm, void *priv) in eap_tls_deinit_for_reauth() 226 static void * eap_tls_init_for_reauth(struct eap_sm *sm, void *priv) in eap_tls_init_for_reauth() 239 static int eap_tls_get_status(struct eap_sm *sm, void *priv, char *buf, in eap_tls_get_status() [all …]
|
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/ |
D | preauth.h | 37 static inline void pmksa_candidate_free(struct wpa_sm *sm) in pmksa_candidate_free() 41 static inline void rsn_preauth_candidate_process(struct wpa_sm *sm) in rsn_preauth_candidate_process() 45 static inline int rsn_preauth_init(struct wpa_sm *sm, const u8 *dst, in rsn_preauth_init() 51 static inline void rsn_preauth_deinit(struct wpa_sm *sm) in rsn_preauth_deinit() 54 static inline void rsn_preauth_scan_results(struct wpa_sm *sm, in rsn_preauth_scan_results() 59 static inline void pmksa_candidate_add(struct wpa_sm *sm, in pmksa_candidate_add() 65 static inline int rsn_preauth_get_status(struct wpa_sm *sm, char *buf, in rsn_preauth_get_status() 71 static inline int rsn_preauth_in_progress(struct wpa_sm *sm) in rsn_preauth_in_progress()
|
D | wpa.h | 138 static inline void wpa_sm_deinit(struct wpa_sm *sm) in wpa_sm_deinit() 142 static inline void wpa_sm_notify_assoc(struct wpa_sm *sm, const u8 *bssid) in wpa_sm_notify_assoc() 146 static inline void wpa_sm_notify_disassoc(struct wpa_sm *sm) in wpa_sm_notify_disassoc() 150 static inline void wpa_sm_set_pmk(struct wpa_sm *sm, const u8 *pmk, in wpa_sm_set_pmk() 155 static inline void wpa_sm_set_pmk_from_pmksa(struct wpa_sm *sm) in wpa_sm_set_pmk_from_pmksa() 159 static inline void wpa_sm_set_fast_reauth(struct wpa_sm *sm, int fast_reauth) in wpa_sm_set_fast_reauth() 163 static inline void wpa_sm_set_scard_ctx(struct wpa_sm *sm, void *scard_ctx) in wpa_sm_set_scard_ctx() 167 static inline void wpa_sm_set_config(struct wpa_sm *sm, in wpa_sm_set_config() 172 static inline void wpa_sm_set_own_addr(struct wpa_sm *sm, const u8 *addr) in wpa_sm_set_own_addr() 176 static inline void wpa_sm_set_ifname(struct wpa_sm *sm, const char *ifname, in wpa_sm_set_ifname() [all …]
|
D | wpa.c | 103 void wpa_eapol_key_send(struct wpa_sm *sm, const u8 *kck, in wpa_eapol_key_send() 141 void wpa_sm_key_request(struct wpa_sm *sm, int error, int pairwise) in wpa_sm_key_request() 192 static int wpa_supplicant_get_pmk(struct wpa_sm *sm, in wpa_supplicant_get_pmk() 310 int wpa_supplicant_send_2_of_4(struct wpa_sm *sm, const unsigned char *dst, in wpa_supplicant_send_2_of_4() 358 static int wpa_derive_ptk(struct wpa_sm *sm, const unsigned char *src_addr, in wpa_derive_ptk() 376 static void wpa_supplicant_process_1_of_4(struct wpa_sm *sm, in wpa_supplicant_process_1_of_4() 457 struct wpa_sm *sm = eloop_ctx; in wpa_sm_start_preauth() local 462 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 …]
|
D | preauth.c | 45 void pmksa_candidate_free(struct wpa_sm *sm) in pmksa_candidate_free() 65 struct wpa_sm *sm = ctx; in rsn_preauth_receive() local 86 struct wpa_sm *sm = ctx; in rsn_preauth_eapol_cb() local 128 struct wpa_sm *sm = eloop_ctx; in rsn_preauth_timeout() local 140 struct wpa_sm *sm = ctx; in rsn_preauth_eapol_send() local 177 int rsn_preauth_init(struct wpa_sm *sm, const u8 *dst, in rsn_preauth_init() 267 void rsn_preauth_deinit(struct wpa_sm *sm) in rsn_preauth_deinit() 294 void rsn_preauth_candidate_process(struct wpa_sm *sm) in rsn_preauth_candidate_process() 359 void pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid, in pmksa_candidate_add() 433 void rsn_preauth_scan_results(struct wpa_sm *sm, in rsn_preauth_scan_results() [all …]
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
D | eap.c | 57 static Boolean eapol_get_bool(struct eap_sm *sm, enum eapol_bool_var var) in eapol_get_bool() 63 static void eapol_set_bool(struct eap_sm *sm, enum eapol_bool_var var, in eapol_set_bool() 70 static unsigned int eapol_get_int(struct eap_sm *sm, enum eapol_int_var var) in eapol_get_int() 76 static void eapol_set_int(struct eap_sm *sm, enum eapol_int_var var, in eapol_set_int() 83 static struct wpabuf * eapol_get_eapReqData(struct eap_sm *sm) in eapol_get_eapReqData() 89 static void eap_deinit_prev_method(struct eap_sm *sm, const char *txt) in eap_deinit_prev_method() 109 int eap_allowed_method(struct eap_sm *sm, int vendor, u32 method) in eap_allowed_method() 515 static int eap_success_workaround(struct eap_sm *sm, int reqId, int lastId) in eap_success_workaround() 545 static void eap_peer_sm_step_idle(struct eap_sm *sm) in eap_peer_sm_step_idle() 577 static int eap_peer_req_is_duplicate(struct eap_sm *sm) in eap_peer_req_is_duplicate() [all …]
|
D | eap_tls.c | 33 static void * eap_tls_init(struct eap_sm *sm) in eap_tls_init() 71 static void eap_tls_deinit(struct eap_sm *sm, void *priv) in eap_tls_deinit() 82 static struct wpabuf * eap_tls_failure(struct eap_sm *sm, in eap_tls_failure() 118 static void eap_tls_success(struct eap_sm *sm, struct eap_tls_data *data, in eap_tls_success() 143 static struct wpabuf * eap_tls_process(struct eap_sm *sm, void *priv, in eap_tls_process() 186 static Boolean eap_tls_has_reauth_data(struct eap_sm *sm, void *priv) in eap_tls_has_reauth_data() 193 static void eap_tls_deinit_for_reauth(struct eap_sm *sm, void *priv) in eap_tls_deinit_for_reauth() 198 static void * eap_tls_init_for_reauth(struct eap_sm *sm, void *priv) in eap_tls_init_for_reauth() 211 static int eap_tls_get_status(struct eap_sm *sm, void *priv, char *buf, in eap_tls_get_status() 219 static Boolean eap_tls_isKeyAvailable(struct eap_sm *sm, void *priv) in eap_tls_isKeyAvailable() [all …]
|
/external/wpa_supplicant_8/src/eapol_supp/ |
D | eapol_supp_sm.h | 296 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 …]
|
D | eapol_supp_sm.c | 158 struct eapol_sm *sm = timeout_ctx; in eapol_port_timers_tick() local 192 static void eapol_enable_timer_tick(struct eapol_sm *sm) in eapol_enable_timer_tick() 596 static void eapol_sm_txLogoff(struct eapol_sm *sm) in eapol_sm_txLogoff() 606 static void eapol_sm_txStart(struct eapol_sm *sm) in eapol_sm_txStart() 625 static void eapol_sm_processKey(struct eapol_sm *sm) in eapol_sm_processKey() 794 static void eapol_sm_getSuppRsp(struct eapol_sm *sm) in eapol_sm_getSuppRsp() 804 static void eapol_sm_txSuppRsp(struct eapol_sm *sm) in eapol_sm_txSuppRsp() 833 static void eapol_sm_abortSupp(struct eapol_sm *sm) in eapol_sm_abortSupp() 851 static void eapol_sm_set_port_authorized(struct eapol_sm *sm) in eapol_sm_set_port_authorized() 858 static void eapol_sm_set_port_unauthorized(struct eapol_sm *sm) in eapol_sm_set_port_unauthorized() [all …]
|
/external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/ |
D | eapol_supp_sm.h | 259 static inline void eapol_sm_deinit(struct eapol_sm *sm) in eapol_sm_deinit() 262 static inline void eapol_sm_step(struct eapol_sm *sm) in eapol_sm_step() 265 static inline int eapol_sm_get_status(struct eapol_sm *sm, char *buf, in eapol_sm_get_status() 270 static inline int eapol_sm_get_mib(struct eapol_sm *sm, char *buf, in eapol_sm_get_mib() 275 static inline void eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, in eapol_sm_configure() 280 static inline int eapol_sm_rx_eapol(struct eapol_sm *sm, const u8 *src, in eapol_sm_rx_eapol() 285 static inline void eapol_sm_notify_tx_eapol_key(struct eapol_sm *sm) in eapol_sm_notify_tx_eapol_key() 288 static inline void eapol_sm_notify_portEnabled(struct eapol_sm *sm, in eapol_sm_notify_portEnabled() 292 static inline void eapol_sm_notify_portValid(struct eapol_sm *sm, in eapol_sm_notify_portValid() 296 static inline void eapol_sm_notify_eap_success(struct eapol_sm *sm, in eapol_sm_notify_eap_success() [all …]
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_tls.c | 54 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 …]
|
D | eap_server_identity.c | 21 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()
|
D | eap_server_aka.c | 90 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() 389 static int eap_aka_build_encr(struct eap_sm *sm, struct eap_aka_data *data, in eap_aka_build_encr() 464 static struct wpabuf * eap_aka_build_challenge(struct eap_sm *sm, in eap_aka_build_challenge() 540 static struct wpabuf * eap_aka_build_reauth(struct eap_sm *sm, in eap_aka_build_reauth() 587 static struct wpabuf * eap_aka_build_notification(struct eap_sm *sm, in eap_aka_build_notification() [all …]
|
D | eap_server_fast.c | 111 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 …]
|
D | eap_server_sim.c | 74 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() 146 static int eap_sim_build_encr(struct eap_sm *sm, struct eap_sim_data *data, in eap_sim_build_encr() 217 static struct wpabuf * eap_sim_build_challenge(struct eap_sm *sm, in eap_sim_build_challenge() 247 static struct wpabuf * eap_sim_build_reauth(struct eap_sm *sm, in eap_sim_build_reauth() 284 static struct wpabuf * eap_sim_build_notification(struct eap_sm *sm, in eap_sim_build_notification() 323 static struct wpabuf * eap_sim_buildReq(struct eap_sm *sm, void *priv, u8 id) in eap_sim_buildReq() 345 static Boolean eap_sim_check(struct eap_sm *sm, void *priv, in eap_sim_check() 412 static void eap_sim_process_start(struct eap_sm *sm, in eap_sim_process_start() [all …]
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
D | eap_tls.c | 59 static void * eap_tls_init(struct eap_sm *sm) in eap_tls_init() 78 static void eap_tls_reset(struct eap_sm *sm, void *priv) in eap_tls_reset() 88 static struct wpabuf * eap_tls_build_start(struct eap_sm *sm, in eap_tls_build_start() 110 static struct wpabuf * eap_tls_buildReq(struct eap_sm *sm, void *priv, u8 id) in eap_tls_buildReq() 152 static Boolean eap_tls_check(struct eap_sm *sm, void *priv, in eap_tls_check() 168 static void eap_tls_process_msg(struct eap_sm *sm, void *priv, in eap_tls_process_msg() 182 static void eap_tls_process(struct eap_sm *sm, void *priv, in eap_tls_process() 193 static Boolean eap_tls_isDone(struct eap_sm *sm, void *priv) in eap_tls_isDone() 200 static u8 * eap_tls_getKey(struct eap_sm *sm, void *priv, size_t *len) in eap_tls_getKey() 223 static u8 * eap_tls_get_emsk(struct eap_sm *sm, void *priv, size_t *len) in eap_tls_get_emsk() [all …]
|
D | eap_identity.c | 27 static void * eap_identity_init(struct eap_sm *sm) in eap_identity_init() 40 static void * eap_identity_initPickUp(struct eap_sm *sm) in eap_identity_initPickUp() 51 static void eap_identity_reset(struct eap_sm *sm, void *priv) in eap_identity_reset() 58 static struct wpabuf * eap_identity_buildReq(struct eap_sm *sm, void *priv, in eap_identity_buildReq() 88 static Boolean eap_identity_check(struct eap_sm *sm, void *priv, in eap_identity_check() 105 static void eap_identity_process(struct eap_sm *sm, void *priv, in eap_identity_process() 142 static Boolean eap_identity_isDone(struct eap_sm *sm, void *priv) in eap_identity_isDone() 149 static Boolean eap_identity_isSuccess(struct eap_sm *sm, void *priv) in eap_identity_isSuccess()
|
D | eap_sim.c | 77 static void * eap_sim_init(struct eap_sm *sm) in eap_sim_init() 95 static void eap_sim_reset(struct eap_sm *sm, void *priv) in eap_sim_reset() 104 static struct wpabuf * eap_sim_build_start(struct eap_sm *sm, in eap_sim_build_start() 134 static int eap_sim_build_encr(struct eap_sm *sm, struct eap_sim_data *data, in eap_sim_build_encr() 198 static struct wpabuf * eap_sim_build_challenge(struct eap_sm *sm, in eap_sim_build_challenge() 228 static struct wpabuf * eap_sim_build_reauth(struct eap_sm *sm, in eap_sim_build_reauth() 265 static struct wpabuf * eap_sim_build_notification(struct eap_sm *sm, in eap_sim_build_notification() 304 static struct wpabuf * eap_sim_buildReq(struct eap_sm *sm, void *priv, u8 id) in eap_sim_buildReq() 326 static Boolean eap_sim_check(struct eap_sm *sm, void *priv, in eap_sim_check() 389 static void eap_sim_process_start(struct eap_sm *sm, in eap_sim_process_start() [all …]
|