Lines Matching refs:identity
61 u8 *identity; /* from PAC-Opaque */ member
131 u8 *identity = NULL; in eap_fast_session_ticket_cb() local
218 identity = pos; in eap_fast_session_ticket_cb()
234 if (identity) { in eap_fast_session_ticket_cb()
236 "PAC-Opaque", identity, identity_len); in eap_fast_session_ticket_cb()
237 os_free(data->identity); in eap_fast_session_ticket_cb()
238 data->identity = os_malloc(identity_len); in eap_fast_session_ticket_cb()
239 if (data->identity) { in eap_fast_session_ticket_cb()
240 os_memcpy(data->identity, identity, identity_len); in eap_fast_session_ticket_cb()
509 os_free(data->identity); in eap_fast_reset()
711 if (sm->identity) { in eap_fast_build_pac()
714 os_memcpy(pos, sm->identity, sm->identity_len); in eap_fast_build_pac()
785 if (sm->identity) { in eap_fast_build_pac()
786 eap_fast_put_tlv(buf, PAC_TYPE_I_ID, sm->identity, in eap_fast_build_pac()
1043 if (eap_user_get(sm, sm->identity, sm->identity_len, 1) != 0) { in eap_fast_process_phase2_response()
1047 sm->identity, sm->identity_len); in eap_fast_process_phase2_response()
1484 if (data->identity) { in eap_fast_process_phase2_start()
1485 os_free(sm->identity); in eap_fast_process_phase2_start()
1486 sm->identity = data->identity; in eap_fast_process_phase2_start()
1487 data->identity = NULL; in eap_fast_process_phase2_start()
1491 if (eap_user_get(sm, sm->identity, sm->identity_len, 1) != 0) { in eap_fast_process_phase2_start()
1495 sm->identity, sm->identity_len); in eap_fast_process_phase2_start()