Lines Matching refs:identifier
453 *resp = eap_sm_buildIdentity(sm, hdr->identifier, 1); in eap_fast_phase2_request()
1150 u8 identifier, struct wpabuf **out_data) in eap_fast_encrypt_response() argument
1158 data->fast_version, identifier, in eap_fast_encrypt_response()
1190 u8 identifier, in eap_fast_process_decrypted() argument
1202 identifier, out_data); in eap_fast_process_decrypted()
1207 identifier, out_data); in eap_fast_process_decrypted()
1213 identifier, out_data); in eap_fast_process_decrypted()
1295 return eap_fast_encrypt_response(sm, data, resp, identifier, in eap_fast_process_decrypted()
1301 struct eap_method_ret *ret, u8 identifier, in eap_fast_decrypt() argument
1326 identifier, NULL, out_data); in eap_fast_decrypt()
1345 res = eap_fast_process_decrypted(sm, data, ret, identifier, in eap_fast_decrypt()
1556 id = req->identifier; in eap_fast_process()