Lines Matching defs:sm

71 static void * eap_ttls_init(struct eap_sm *sm)  in eap_ttls_init()
169 static void eap_ttls_phase2_eap_deinit(struct eap_sm *sm, in eap_ttls_phase2_eap_deinit()
189 static void eap_ttls_deinit(struct eap_sm *sm, void *priv) in eap_ttls_deinit()
268 static int eap_ttls_v0_derive_key(struct eap_sm *sm, in eap_ttls_v0_derive_key()
304 static u8 * eap_ttls_implicit_challenge(struct eap_sm *sm, in eap_ttls_implicit_challenge()
335 static int eap_ttls_phase2_eap_process(struct eap_sm *sm, in eap_ttls_phase2_eap_process()
361 static int eap_ttls_phase2_request_eap_method(struct eap_sm *sm, in eap_ttls_phase2_request_eap_method()
433 static int eap_ttls_phase2_request_eap(struct eap_sm *sm, in eap_ttls_phase2_request_eap()
476 static int eap_ttls_phase2_request_mschapv2(struct eap_sm *sm, in eap_ttls_phase2_request_mschapv2()
571 static int eap_ttls_phase2_request_mschap(struct eap_sm *sm, in eap_ttls_phase2_request_mschap()
674 static int eap_ttls_phase2_request_pap(struct eap_sm *sm, in eap_ttls_phase2_request_pap()
728 static int eap_ttls_phase2_request_chap(struct eap_sm *sm, in eap_ttls_phase2_request_chap()
809 static int eap_ttls_phase2_request(struct eap_sm *sm, in eap_ttls_phase2_request()
1063 static int eap_ttls_encrypt_response(struct eap_sm *sm, in eap_ttls_encrypt_response()
1087 static int eap_ttls_process_phase2_eap(struct eap_sm *sm, in eap_ttls_process_phase2_eap()
1143 static int eap_ttls_process_phase2_mschapv2(struct eap_sm *sm, in eap_ttls_process_phase2_mschapv2()
1205 static int eap_ttls_process_tnc_start(struct eap_sm *sm, in eap_ttls_process_tnc_start()
1236 static int eap_ttls_process_decrypted(struct eap_sm *sm, in eap_ttls_process_decrypted()
1310 static int eap_ttls_implicit_identity_request(struct eap_sm *sm, in eap_ttls_implicit_identity_request()
1364 static int eap_ttls_phase2_start(struct eap_sm *sm, struct eap_ttls_data *data, in eap_ttls_phase2_start()
1394 static int eap_ttls_decrypt(struct eap_sm *sm, struct eap_ttls_data *data, in eap_ttls_decrypt()
1466 static int eap_ttls_process_handshake(struct eap_sm *sm, in eap_ttls_process_handshake()
1559 static void eap_ttls_check_auth_status(struct eap_sm *sm, in eap_ttls_check_auth_status()
1604 static struct wpabuf * eap_ttls_process(struct eap_sm *sm, void *priv, in eap_ttls_process()
1659 static Boolean eap_ttls_has_reauth_data(struct eap_sm *sm, void *priv) in eap_ttls_has_reauth_data()
1667 static void eap_ttls_deinit_for_reauth(struct eap_sm *sm, void *priv) in eap_ttls_deinit_for_reauth()
1686 static void * eap_ttls_init_for_reauth(struct eap_sm *sm, void *priv) in eap_ttls_init_for_reauth()
1707 static int eap_ttls_get_status(struct eap_sm *sm, void *priv, char *buf, in eap_ttls_get_status()
1750 static Boolean eap_ttls_isKeyAvailable(struct eap_sm *sm, void *priv) in eap_ttls_isKeyAvailable()
1757 static u8 * eap_ttls_getKey(struct eap_sm *sm, void *priv, size_t *len) in eap_ttls_getKey()
1775 static u8 * eap_ttls_get_session_id(struct eap_sm *sm, void *priv, size_t *len) in eap_ttls_get_session_id()
1793 static u8 * eap_ttls_get_emsk(struct eap_sm *sm, void *priv, size_t *len) in eap_ttls_get_emsk()