Home
last modified time | relevance | path

Searched refs:in_buf (Results 1 – 15 of 15) sorted by relevance

/external/wpa_supplicant_8/src/eap_peer/
Deap_tnc.c20 struct wpabuf *in_buf; member
63 wpabuf_free(data->in_buf); in eap_tnc_deinit()
152 if (len > wpabuf_tailroom(data->in_buf)) { in eap_tnc_process_cont()
158 wpabuf_put_data(data->in_buf, buf, len); in eap_tnc_process_cont()
161 (unsigned long) wpabuf_tailroom(data->in_buf)); in eap_tnc_process_cont()
174 if (data->in_buf == NULL && !(flags & EAP_TNC_FLAGS_LENGTH_INCLUDED)) { in eap_tnc_process_fragment()
181 if (data->in_buf == NULL) { in eap_tnc_process_fragment()
183 data->in_buf = wpabuf_alloc(message_length); in eap_tnc_process_fragment()
184 if (data->in_buf == NULL) { in eap_tnc_process_fragment()
190 wpabuf_put_data(data->in_buf, buf, len); in eap_tnc_process_fragment()
[all …]
Deap_ikev2.c20 struct wpabuf *in_buf; member
113 wpabuf_free(data->in_buf); in eap_ikev2_deinit()
273 if (len > wpabuf_tailroom(data->in_buf)) { in eap_ikev2_process_cont()
279 wpabuf_put_data(data->in_buf, buf, len); in eap_ikev2_process_cont()
282 (unsigned long) wpabuf_tailroom(data->in_buf)); in eap_ikev2_process_cont()
295 if (data->in_buf == NULL && !(flags & IKEV2_FLAGS_LENGTH_INCLUDED)) { in eap_ikev2_process_fragment()
302 if (data->in_buf == NULL) { in eap_ikev2_process_fragment()
311 data->in_buf = wpabuf_alloc(message_length); in eap_ikev2_process_fragment()
312 if (data->in_buf == NULL) { in eap_ikev2_process_fragment()
318 wpabuf_put_data(data->in_buf, buf, len); in eap_ikev2_process_fragment()
[all …]
Deap_wsc.c22 struct wpabuf *in_buf; member
288 wpabuf_free(data->in_buf); in eap_wsc_deinit()
375 if (len > wpabuf_tailroom(data->in_buf)) { in eap_wsc_process_cont()
381 wpabuf_put_data(data->in_buf, buf, len); in eap_wsc_process_cont()
384 (unsigned long) wpabuf_tailroom(data->in_buf)); in eap_wsc_process_cont()
397 if (data->in_buf == NULL && !(flags & WSC_FLAGS_LF)) { in eap_wsc_process_fragment()
404 if (data->in_buf == NULL) { in eap_wsc_process_fragment()
406 data->in_buf = wpabuf_alloc(message_length); in eap_wsc_process_fragment()
407 if (data->in_buf == NULL) { in eap_wsc_process_fragment()
414 wpabuf_put_data(data->in_buf, buf, len); in eap_wsc_process_fragment()
[all …]
/external/wpa_supplicant_8/src/eap_server/
Deap_server_wsc.c22 struct wpabuf *in_buf; member
158 wpabuf_free(data->in_buf); in eap_wsc_reset()
302 if (len > wpabuf_tailroom(data->in_buf)) { in eap_wsc_process_cont()
308 wpabuf_put_data(data->in_buf, buf, len); in eap_wsc_process_cont()
311 (unsigned long) wpabuf_tailroom(data->in_buf)); in eap_wsc_process_cont()
322 if (data->in_buf == NULL && !(flags & WSC_FLAGS_LF)) { in eap_wsc_process_fragment()
328 if (data->in_buf == NULL) { in eap_wsc_process_fragment()
330 data->in_buf = wpabuf_alloc(message_length); in eap_wsc_process_fragment()
331 if (data->in_buf == NULL) { in eap_wsc_process_fragment()
337 wpabuf_put_data(data->in_buf, buf, len); in eap_wsc_process_fragment()
[all …]
Deap_server_tnc.c23 struct wpabuf *in_buf; member
97 wpabuf_free(data->in_buf); in eap_tnc_reset()
401 if (len > wpabuf_tailroom(data->in_buf)) { in eap_tnc_process_cont()
407 wpabuf_put_data(data->in_buf, buf, len); in eap_tnc_process_cont()
410 (unsigned long) wpabuf_tailroom(data->in_buf)); in eap_tnc_process_cont()
421 if (data->in_buf == NULL && !(flags & EAP_TNC_FLAGS_LENGTH_INCLUDED)) { in eap_tnc_process_fragment()
427 if (data->in_buf == NULL) { in eap_tnc_process_fragment()
429 data->in_buf = wpabuf_alloc(message_length); in eap_tnc_process_fragment()
430 if (data->in_buf == NULL) { in eap_tnc_process_fragment()
435 wpabuf_put_data(data->in_buf, buf, len); in eap_tnc_process_fragment()
[all …]
Deap_server_ikev2.c20 struct wpabuf *in_buf; member
127 wpabuf_free(data->in_buf); in eap_ikev2_reset()
284 if (len > wpabuf_tailroom(data->in_buf)) { in eap_ikev2_process_cont()
290 wpabuf_put_data(data->in_buf, buf, len); in eap_ikev2_process_cont()
293 (unsigned long) wpabuf_tailroom(data->in_buf)); in eap_ikev2_process_cont()
304 if (data->in_buf == NULL && !(flags & IKEV2_FLAGS_LENGTH_INCLUDED)) { in eap_ikev2_process_fragment()
310 if (data->in_buf == NULL) { in eap_ikev2_process_fragment()
318 data->in_buf = wpabuf_alloc(message_length); in eap_ikev2_process_fragment()
319 if (data->in_buf == NULL) { in eap_ikev2_process_fragment()
324 wpabuf_put_data(data->in_buf, buf, len); in eap_ikev2_process_fragment()
[all …]
Deap_server_ttls.c1004 struct wpabuf *in_buf) in eap_ttls_process_phase2() argument
1010 " Phase 2", (unsigned long) wpabuf_len(in_buf)); in eap_ttls_process_phase2()
1024 in_buf); in eap_ttls_process_phase2()
Deap_server_peap.c1057 struct wpabuf *in_buf) in eap_peap_process_phase2() argument
1064 " Phase 2", (unsigned long) wpabuf_len(in_buf)); in eap_peap_process_phase2()
1077 in_buf); in eap_peap_process_phase2()
Deap_server_fast.c1385 struct wpabuf *in_buf) in eap_fast_process_phase2() argument
1390 " Phase 2", (unsigned long) wpabuf_len(in_buf)); in eap_fast_process_phase2()
1403 in_buf); in eap_fast_process_phase2()
/external/webrtc/webrtc/modules/audio_processing/beamformer/
Dnonlinear_beamformer_test.cc61 ChannelBuffer<float> in_buf( in main() local
68 std::vector<float> interleaved(in_buf.size()); in main()
72 Deinterleave(&interleaved[0], in_buf.num_frames(), in main()
73 in_buf.num_channels(), in_buf.channels()); in main()
75 bf.ProcessChunk(in_buf, &out_buf); in main()
/external/e2fsprogs/e2fsck/
Dargv_parse.c45 int argv_parse(char *in_buf, int *ret_argc, char ***ret_argv) in argv_parse() argument
52 buf = malloc(strlen(in_buf)+1); in argv_parse()
58 for (cp = in_buf; (ch = *cp); cp++) { in argv_parse()
Dargv_parse.h42 extern int argv_parse(char *in_buf, int *ret_argc, char ***ret_argv);
/external/llvm/test/CodeGen/Hexagon/
DbugAsmHWloop.ll10 define i32 @q6zip_uncompress(i8* %out_buf, i32* %out_buf_size, i8* %in_buf, i32 %in_buf_size, i8* n…
12 %0 = bitcast i8* %in_buf to i32*
13 %incdec.ptr = getelementptr inbounds i8, i8* %in_buf, i32 4
/external/kernel-headers/original/uapi/linux/
Dndctl.h49 __u8 in_buf[0]; member
55 __u8 in_buf[0]; member
/external/f2fs-tools/lib/
Dlibf2fs.c26 void ASCIIToUNICODE(u_int16_t *out_buf, u_int8_t *in_buf) in ASCIIToUNICODE() argument
28 u_int8_t *pchTempPtr = in_buf; in ASCIIToUNICODE()