Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eap_server/
Deap_server_fast.c977 u8 next_type = EAP_TYPE_NONE; in eap_fast_process_phase2_response() local
1003 next_type = eap_fast_req_failure(sm, data); in eap_fast_process_phase2_response()
1004 eap_fast_phase2_init(sm, data, next_type); in eap_fast_process_phase2_response()
1012 next_type = sm->user->methods[ in eap_fast_process_phase2_response()
1015 next_type); in eap_fast_process_phase2_response()
1017 next_type = eap_fast_req_failure(sm, data); in eap_fast_process_phase2_response()
1019 eap_fast_phase2_init(sm, data, next_type); in eap_fast_process_phase2_response()
1039 next_type = eap_fast_req_failure(sm, data); in eap_fast_process_phase2_response()
1040 eap_fast_phase2_init(sm, data, next_type); in eap_fast_process_phase2_response()
1051 next_type = eap_fast_req_failure(sm, data); in eap_fast_process_phase2_response()
[all …]
Deap_server_peap.c783 u32 next_type; in eap_peap_process_phase2_soh() local
896 next_type = sm->user->methods[0].method; in eap_peap_process_phase2_soh()
899 sm->user->methods[0].vendor, next_type); in eap_peap_process_phase2_soh()
900 eap_peap_phase2_init(sm, data, sm->user->methods[0].vendor, next_type); in eap_peap_process_phase2_soh()
910 u32 next_type = EAP_TYPE_NONE; in eap_peap_process_phase2_response() local
948 next_type = sm->user->methods[ in eap_peap_process_phase2_response()
952 next_vendor, next_type); in eap_peap_process_phase2_response()
956 next_type = EAP_TYPE_NONE; in eap_peap_process_phase2_response()
958 eap_peap_phase2_init(sm, data, next_vendor, next_type); in eap_peap_process_phase2_response()
984 next_type = EAP_TYPE_NONE; in eap_peap_process_phase2_response()
[all …]
Deap_server_ttls.c851 u8 next_type = EAP_TYPE_NONE; in eap_ttls_process_phase2_eap_response() local
876 next_type = sm->user->methods[ in eap_ttls_process_phase2_eap_response()
879 next_type); in eap_ttls_process_phase2_eap_response()
880 if (eap_ttls_phase2_eap_init(sm, data, next_type)) { in eap_ttls_process_phase2_eap_response()
883 next_type); in eap_ttls_process_phase2_eap_response()
931 next_type = sm->user->methods[0].method; in eap_ttls_process_phase2_eap_response()
933 wpa_printf(MSG_DEBUG, "EAP-TTLS: try EAP type %d", next_type); in eap_ttls_process_phase2_eap_response()
934 if (eap_ttls_phase2_eap_init(sm, data, next_type)) { in eap_ttls_process_phase2_eap_response()
936 "EAP type %d", next_type); in eap_ttls_process_phase2_eap_response()
/external/libpng/contrib/tools/
Dpngfix.c2786 png_uint_32 next_type) in process_chunk() argument
2867 file->type = next_type; in process_chunk()
2928 assert(next_type == png_IDAT); in process_chunk()
2947 file->type = next_type; in process_chunk()
3035 png_uint_32 next_type = get32(buffer, nused+4); in sync_stream() local
3037 if (chunk_type_valid(next_type)) in sync_stream()
3040 process_chunk(file, file_crc, next_length, next_type); in sync_stream()
3132 png_uint_32 next_type; in read_chunk() local
3134 nread += read_4(file, &next_type); in read_chunk()
3136 if (nread == 12 && chunk_type_valid(next_type)) in read_chunk()
[all …]
/external/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp183 Type *next_type(Type *Ty, Value *Idx) { in next_type() function
373 PtrTy = next_type(PtrTy, Op); in processGepInst()
1114 Type *NextTy = next_type(N->PTy, N->Idx); in fabricateGEP()