Searched refs:sim_get_username (Results 1 – 4 of 4) sorted by relevance
93 char * sim_get_username(const u8 *identity, size_t identity_len);
139 username = sim_get_username(sm->identity, sm->identity_len); in eap_aka_check_identity()739 username = sim_get_username(sm->identity, sm->identity_len); in eap_aka_determine_identity()
470 username = sim_get_username(sm->identity, sm->identity_len); in eap_sim_process_start()
1550 char * sim_get_username(const u8 *identity, size_t identity_len) in sim_get_username() function