HomeSort by relevance Sort by last modified time
    Searched refs:next_type (Results 1 - 9 of 9) sorted by null

  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 977 u8 next_type = EAP_TYPE_NONE; local
1003 next_type = eap_fast_req_failure(sm, data);
1004 eap_fast_phase2_init(sm, data, next_type);
1012 next_type = sm->user->methods[
1015 next_type);
1017 next_type = eap_fast_req_failure(sm, data);
1019 eap_fast_phase2_init(sm, data, next_type);
1039 next_type = eap_fast_req_failure(sm, data);
1040 eap_fast_phase2_init(sm, data, next_type);
1051 next_type = eap_fast_req_failure(sm, data)
1478 u8 next_type; local
    [all...]
eap_server_peap.c 783 u32 next_type; local
896 next_type = sm->user->methods[0].method;
899 sm->user->methods[0].vendor, next_type);
900 eap_peap_phase2_init(sm, data, sm->user->methods[0].vendor, next_type);
910 u32 next_type = EAP_TYPE_NONE; local
948 next_type = sm->user->methods[
952 next_vendor, next_type);
956 next_type = EAP_TYPE_NONE;
958 eap_peap_phase2_init(sm, data, next_vendor, next_type);
984 next_type = EAP_TYPE_NONE
    [all...]
eap_server_ttls.c 851 u8 next_type = EAP_TYPE_NONE; local
876 next_type = sm->user->methods[
879 next_type);
880 if (eap_ttls_phase2_eap_init(sm, data, next_type)) {
883 next_type);
931 next_type = sm->user->methods[0].method;
933 wpa_printf(MSG_DEBUG, "EAP-TTLS: try EAP type %d", next_type);
934 if (eap_ttls_phase2_eap_init(sm, data, next_type)) {
936 "EAP type %d", next_type);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
stream.h 76 enum isl_token_type next_type; member in struct:isl_stream
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
stream.h 76 enum isl_token_type next_type; member in struct:isl_stream
  /hardware/intel/common/libva/test/encode/
mpeg2enc.c 117 VAEncPictureType next_type; member in struct:mpeg2enc_context
920 ctx->next_type = VAEncPictureTypeIntra;
    [all...]
mpeg2vaenc.c 117 VAEncPictureType next_type; member in struct:mpeg2enc_context
920 ctx->next_type = VAEncPictureTypeIntra;
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 3035 png_uint_32 next_type = get32(buffer, nused+4); local
3132 png_uint_32 next_type; local
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 183 Type *next_type(Type *Ty, Value *Idx) { function in namespace:__anon25814
373 PtrTy = next_type(PtrTy, Op);
    [all...]

Completed in 144 milliseconds