Lines Matching defs:sm

92 static void * eap_ttls_init(struct eap_sm *sm)  in eap_ttls_init()
194 static void eap_ttls_phase2_eap_deinit(struct eap_sm *sm, in eap_ttls_phase2_eap_deinit()
214 static void eap_ttls_deinit(struct eap_sm *sm, void *priv) in eap_ttls_deinit()
293 static int eap_ttls_v0_derive_key(struct eap_sm *sm, in eap_ttls_v0_derive_key()
341 static u8 * eap_ttls_implicit_challenge(struct eap_sm *sm, in eap_ttls_implicit_challenge()
372 static int eap_ttls_phase2_eap_process(struct eap_sm *sm, in eap_ttls_phase2_eap_process()
398 static int eap_ttls_phase2_request_eap_method(struct eap_sm *sm, in eap_ttls_phase2_request_eap_method()
473 static int eap_ttls_phase2_request_eap(struct eap_sm *sm, in eap_ttls_phase2_request_eap()
530 static int eap_ttls_phase2_request_mschapv2(struct eap_sm *sm, in eap_ttls_phase2_request_mschapv2()
625 static int eap_ttls_phase2_request_mschap(struct eap_sm *sm, in eap_ttls_phase2_request_mschap()
728 static int eap_ttls_phase2_request_pap(struct eap_sm *sm, in eap_ttls_phase2_request_pap()
782 static int eap_ttls_phase2_request_chap(struct eap_sm *sm, in eap_ttls_phase2_request_chap()
863 static int eap_ttls_phase2_request(struct eap_sm *sm, in eap_ttls_phase2_request()
1117 static int eap_ttls_encrypt_response(struct eap_sm *sm, in eap_ttls_encrypt_response()
1141 static int eap_ttls_process_phase2_eap(struct eap_sm *sm, in eap_ttls_process_phase2_eap()
1197 static int eap_ttls_process_phase2_mschapv2(struct eap_sm *sm, in eap_ttls_process_phase2_mschapv2()
1259 static int eap_ttls_process_tnc_start(struct eap_sm *sm, in eap_ttls_process_tnc_start()
1290 static int eap_ttls_process_decrypted(struct eap_sm *sm, in eap_ttls_process_decrypted()
1364 static int eap_ttls_implicit_identity_request(struct eap_sm *sm, in eap_ttls_implicit_identity_request()
1418 static int eap_ttls_phase2_start(struct eap_sm *sm, struct eap_ttls_data *data, in eap_ttls_phase2_start()
1448 static int eap_ttls_decrypt(struct eap_sm *sm, struct eap_ttls_data *data, in eap_ttls_decrypt()
1535 static int eap_ttls_process_handshake(struct eap_sm *sm, in eap_ttls_process_handshake()
1628 static void eap_ttls_check_auth_status(struct eap_sm *sm, in eap_ttls_check_auth_status()
1673 static struct wpabuf * eap_ttls_process(struct eap_sm *sm, void *priv, in eap_ttls_process()
1728 static bool eap_ttls_has_reauth_data(struct eap_sm *sm, void *priv) in eap_ttls_has_reauth_data()
1737 static void eap_ttls_deinit_for_reauth(struct eap_sm *sm, void *priv) in eap_ttls_deinit_for_reauth()
1756 static void * eap_ttls_init_for_reauth(struct eap_sm *sm, void *priv) in eap_ttls_init_for_reauth()
1777 static int eap_ttls_get_status(struct eap_sm *sm, void *priv, char *buf, in eap_ttls_get_status()
1820 static bool eap_ttls_isKeyAvailable(struct eap_sm *sm, void *priv) in eap_ttls_isKeyAvailable()
1827 static u8 * eap_ttls_getKey(struct eap_sm *sm, void *priv, size_t *len) in eap_ttls_getKey()
1845 static u8 * eap_ttls_get_session_id(struct eap_sm *sm, void *priv, size_t *len) in eap_ttls_get_session_id()
1863 static u8 * eap_ttls_get_emsk(struct eap_sm *sm, void *priv, size_t *len) in eap_ttls_get_emsk()