Home
last modified time | relevance | path

Searched refs:next_type (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/eap_server/
Deap_server_fast.c969 u8 next_type = EAP_TYPE_NONE; in eap_fast_process_phase2_response() local
995 next_type = eap_fast_req_failure(sm, data); in eap_fast_process_phase2_response()
996 eap_fast_phase2_init(sm, data, next_type); in eap_fast_process_phase2_response()
1004 next_type = sm->user->methods[ in eap_fast_process_phase2_response()
1007 next_type); in eap_fast_process_phase2_response()
1009 next_type = eap_fast_req_failure(sm, data); in eap_fast_process_phase2_response()
1011 eap_fast_phase2_init(sm, data, next_type); in eap_fast_process_phase2_response()
1020 next_type = eap_fast_req_failure(sm, data); in eap_fast_process_phase2_response()
1031 next_type = eap_fast_req_failure(sm, data); in eap_fast_process_phase2_response()
1032 eap_fast_phase2_init(sm, data, next_type); in eap_fast_process_phase2_response()
[all …]
Deap_server_peap.c738 u8 next_type; in eap_peap_process_phase2_soh() local
851 next_type = sm->user->methods[0].method; in eap_peap_process_phase2_soh()
853 wpa_printf(MSG_DEBUG, "EAP-PEAP: try EAP type %d", next_type); in eap_peap_process_phase2_soh()
854 eap_peap_phase2_init(sm, data, next_type); in eap_peap_process_phase2_soh()
863 u8 next_type = EAP_TYPE_NONE; in eap_peap_process_phase2_response() local
897 next_type = sm->user->methods[ in eap_peap_process_phase2_response()
900 next_type); in eap_peap_process_phase2_response()
903 next_type = EAP_TYPE_NONE; in eap_peap_process_phase2_response()
905 eap_peap_phase2_init(sm, data, next_type); in eap_peap_process_phase2_response()
930 next_type = EAP_TYPE_NONE; in eap_peap_process_phase2_response()
[all …]
Deap_server_ttls.c800 u8 next_type = EAP_TYPE_NONE; in eap_ttls_process_phase2_eap_response() local
825 next_type = sm->user->methods[ in eap_ttls_process_phase2_eap_response()
828 next_type); in eap_ttls_process_phase2_eap_response()
829 if (eap_ttls_phase2_eap_init(sm, data, next_type)) { in eap_ttls_process_phase2_eap_response()
832 next_type); in eap_ttls_process_phase2_eap_response()
880 next_type = sm->user->methods[0].method; in eap_ttls_process_phase2_eap_response()
882 wpa_printf(MSG_DEBUG, "EAP-TTLS: try EAP type %d", next_type); in eap_ttls_process_phase2_eap_response()
883 if (eap_ttls_phase2_eap_init(sm, data, next_type)) { in eap_ttls_process_phase2_eap_response()
885 "EAP type %d", next_type); in eap_ttls_process_phase2_eap_response()
/external/libpng/contrib/tools/
Dpngfix.c2779 png_uint_32 next_type) in process_chunk() argument
2860 file->type = next_type; in process_chunk()
2921 assert(next_type == png_IDAT); in process_chunk()
2940 file->type = next_type; in process_chunk()
3028 png_uint_32 next_type = get32(buffer, nused+4); in sync_stream() local
3030 if (chunk_type_valid(next_type)) in sync_stream()
3033 process_chunk(file, file_crc, next_length, next_type); in sync_stream()
3125 png_uint_32 next_type; in read_chunk() local
3127 nread += read_4(file, &next_type); in read_chunk()
3129 if (nread == 12 && chunk_type_valid(next_type)) in read_chunk()
[all …]
/external/chromium_org/v8/src/
Dobjects-inl.h2402 type_iter = next_type(type_iter)) { in first_index()
2475 type = next_type(type); in get_type()
Dobjects.h2803 type = next_type(type)) { in OffsetOfElementAt()
2862 inline static Type next_type(Type type) { in next_type() function