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.c971 u8 next_type = EAP_TYPE_NONE; in eap_fast_process_phase2_response() local
997 next_type = eap_fast_req_failure(sm, data); in eap_fast_process_phase2_response()
998 eap_fast_phase2_init(sm, data, next_type); in eap_fast_process_phase2_response()
1006 next_type = sm->user->methods[ in eap_fast_process_phase2_response()
1009 next_type); in eap_fast_process_phase2_response()
1011 next_type = eap_fast_req_failure(sm, data); in eap_fast_process_phase2_response()
1013 eap_fast_phase2_init(sm, data, next_type); in eap_fast_process_phase2_response()
1033 next_type = eap_fast_req_failure(sm, data); in eap_fast_process_phase2_response()
1034 eap_fast_phase2_init(sm, data, next_type); in eap_fast_process_phase2_response()
1045 next_type = eap_fast_req_failure(sm, data); in eap_fast_process_phase2_response()
[all …]
Deap_server_peap.c739 u32 next_type; in eap_peap_process_phase2_soh() local
852 next_type = sm->user->methods[0].method; in eap_peap_process_phase2_soh()
855 sm->user->methods[0].vendor, next_type); in eap_peap_process_phase2_soh()
856 eap_peap_phase2_init(sm, data, sm->user->methods[0].vendor, next_type); in eap_peap_process_phase2_soh()
866 u32 next_type = EAP_TYPE_NONE; in eap_peap_process_phase2_response() local
904 next_type = sm->user->methods[ in eap_peap_process_phase2_response()
908 next_vendor, next_type); in eap_peap_process_phase2_response()
912 next_type = EAP_TYPE_NONE; in eap_peap_process_phase2_response()
914 eap_peap_phase2_init(sm, data, next_vendor, next_type); in eap_peap_process_phase2_response()
940 next_type = EAP_TYPE_NONE; in eap_peap_process_phase2_response()
[all …]
Deap_server_ttls.c818 u8 next_type = EAP_TYPE_NONE; in eap_ttls_process_phase2_eap_response() local
843 next_type = sm->user->methods[ in eap_ttls_process_phase2_eap_response()
846 next_type); in eap_ttls_process_phase2_eap_response()
847 if (eap_ttls_phase2_eap_init(sm, data, next_type)) { in eap_ttls_process_phase2_eap_response()
850 next_type); in eap_ttls_process_phase2_eap_response()
898 next_type = sm->user->methods[0].method; in eap_ttls_process_phase2_eap_response()
900 wpa_printf(MSG_DEBUG, "EAP-TTLS: try EAP type %d", next_type); in eap_ttls_process_phase2_eap_response()
901 if (eap_ttls_phase2_eap_init(sm, data, next_type)) { in eap_ttls_process_phase2_eap_response()
903 "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/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