Searched refs:inbuf (Results 26 - 50 of 53) sorted by relevance

123

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_schannel.c318 SecBufferDesc inbuf, outbuf; local
349 inbuf.cBuffers = 2;
350 inbuf.pBuffers = inbufs;
351 inbuf.ulVersion = SECBUFFER_VERSION;
365 SECURITY_NATIVE_DREP, &inbuf, 0, NULL,
370 SECURITY_NATIVE_DREP, &inbuf, 0, NULL,
/external/wpa_supplicant_8/src/crypto/
H A Dtls_schannel.c318 SecBufferDesc inbuf, outbuf; local
349 inbuf.cBuffers = 2;
350 inbuf.pBuffers = inbufs;
351 inbuf.ulVersion = SECBUFFER_VERSION;
365 SECURITY_NATIVE_DREP, &inbuf, 0, NULL,
370 SECURITY_NATIVE_DREP, &inbuf, 0, NULL,
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_schannel.c318 SecBufferDesc inbuf, outbuf; local
349 inbuf.cBuffers = 2;
350 inbuf.pBuffers = inbufs;
351 inbuf.ulVersion = SECBUFFER_VERSION;
365 SECURITY_NATIVE_DREP, &inbuf, 0, NULL,
370 SECURITY_NATIVE_DREP, &inbuf, 0, NULL,
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_pwd.c31 struct wpabuf *inbuf; member in struct:eap_pwd_data
125 data->inbuf = data->outbuf = NULL;
896 data->inbuf = wpabuf_alloc(tot_len);
897 if (data->inbuf == NULL) {
909 if ((data->in_frag_pos + len) > wpabuf_size(data->inbuf)) {
913 (int) wpabuf_size(data->inbuf));
917 wpabuf_put_data(data->inbuf, pos, len);
928 wpabuf_put_data(data->inbuf, pos, len);
930 pos = wpabuf_head_u8(data->inbuf);
951 wpabuf_free(data->inbuf);
[all...]
H A Deap_server_tnc.c360 static void tncs_process(struct eap_tnc_data *data, struct wpabuf *inbuf) argument
364 res = tncs_process_if_tnccs(data->tncs, wpabuf_head(inbuf),
365 wpabuf_len(inbuf));
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_pwd.c31 struct wpabuf *inbuf; member in struct:eap_pwd_data
125 data->inbuf = data->outbuf = NULL;
896 data->inbuf = wpabuf_alloc(tot_len);
897 if (data->inbuf == NULL) {
909 if ((data->in_frag_pos + len) > wpabuf_size(data->inbuf)) {
913 (int) wpabuf_size(data->inbuf));
917 wpabuf_put_data(data->inbuf, pos, len);
928 wpabuf_put_data(data->inbuf, pos, len);
930 pos = wpabuf_head_u8(data->inbuf);
951 wpabuf_free(data->inbuf);
[all...]
H A Deap_server_tnc.c360 static void tncs_process(struct eap_tnc_data *data, struct wpabuf *inbuf) argument
364 res = tncs_process_if_tnccs(data->tncs, wpabuf_head(inbuf),
365 wpabuf_len(inbuf));
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_pwd.c31 struct wpabuf *inbuf; member in struct:eap_pwd_data
125 data->inbuf = data->outbuf = NULL;
896 data->inbuf = wpabuf_alloc(tot_len);
897 if (data->inbuf == NULL) {
909 if ((data->in_frag_pos + len) > wpabuf_size(data->inbuf)) {
913 (int) wpabuf_size(data->inbuf));
917 wpabuf_put_data(data->inbuf, pos, len);
928 wpabuf_put_data(data->inbuf, pos, len);
930 pos = wpabuf_head_u8(data->inbuf);
951 wpabuf_free(data->inbuf);
[all...]
H A Deap_server_tnc.c360 static void tncs_process(struct eap_tnc_data *data, struct wpabuf *inbuf) argument
364 res = tncs_process_if_tnccs(data->tncs, wpabuf_head(inbuf),
365 wpabuf_len(inbuf));
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
H A Deap_tnc.c321 static void tncs_process(struct eap_tnc_data *data, struct wpabuf *inbuf) argument
325 res = tncs_process_if_tnccs(data->tncs, wpabuf_head(inbuf),
326 wpabuf_len(inbuf));
/external/e2fsprogs/intl/
H A Ddcigettext.c885 const unsigned char *inbuf; local
894 inbuf = (const unsigned char *) result;
909 &inbuf, inbuf + resultlen,
923 inbuf = result;
926 const char *inptr = (const char *) inbuf;
/external/openssl/apps/
H A Docsp.c1214 char inbuf[1024]; local
1229 len = BIO_gets(cbio, inbuf, sizeof inbuf);
1235 if(strncmp(inbuf, "POST", 4))
1243 if ((inbuf[0] == '\r') || (inbuf[0] == '\n'))
/external/libpng/contrib/gregbook/
H A Drpng2-win.c159 static uch inbuf[INBUFSIZE]; variable
471 incount = fread(inbuf, 1, INBUFSIZE, infile);
472 if (incount < 8 || !readpng2_check_sig(inbuf, 8)) {
554 if (readpng2_decode_data(&rpng2_info, inbuf, incount))
578 incount = fread(inbuf, 1, INBUFSIZE, infile);
H A Drpng2-x.c190 static uch inbuf[INBUFSIZE]; variable
518 incount = fread(inbuf, 1, INBUFSIZE, infile);
519 if (incount < 8 || !readpng2_check_sig(inbuf, 8)) {
599 if (readpng2_decode_data(&rpng2_info, inbuf, incount))
623 incount = fread(inbuf, 1, INBUFSIZE, infile);
/external/grub/stage2/
H A Dgunzip.c488 static uch inbuf[INBUFSIZ]; variable
497 grub_read (inbuf, INBUFSIZ);
500 return inbuf[bufloc++];
/external/chromium/base/
H A Dmd5.cc162 void MD5Update(MD5Context *pCtx, const void *inbuf, size_t len){ argument
164 const unsigned char* buf = (const unsigned char*)inbuf;
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_stdinc.h605 extern DECLSPEC size_t SDLCALL SDL_iconv(SDL_iconv_t cd, const char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft);
609 extern DECLSPEC char * SDLCALL SDL_iconv_string(const char *tocode, const char *fromcode, const char *inbuf, size_t inbytesleft);
/external/svox/pico/lib/
H A Dpicodata.c474 pico_status_t picodata_copy_item(const picoos_uint8 *inbuf, argument
478 if (picodata_is_valid_item(inbuf, inlenmax)) {
479 *numb = PICODATA_ITEM_HEADSIZE + inbuf[PICODATA_ITEMIND_LEN];
487 outbuf[i] = inbuf[i];
496 PICODBG_WARN(("item problem in inbuf"));
H A Dpicodata.h387 /* copies the item in inbuf to outbuf after first checking if there is
388 a valid item in inbuf; inlenmax and outlenmax are the max length
394 PICO_ERR_OTHER <- no valid item in inbuf
396 pico_status_t picodata_copy_item(const picoos_uint8 *inbuf,
/external/libxml2/
H A Dxmlreader.c809 xmlBufferPtr inbuf; local
818 inbuf = reader->input->buffer;
821 if (inbuf->use < reader->cur + CHUNK_SIZE) {
828 (inbuf->alloc == XML_BUFFER_ALLOC_IMMUTABLE)) {
829 if (inbuf->use == reader->cur) {
852 if (inbuf->use >= reader->cur + CHUNK_SIZE) {
854 (const char *) &inbuf->content[reader->cur],
860 s = inbuf->use - reader->cur;
862 (const char *) &inbuf->content[reader->cur],
875 if (inbuf
[all...]
/external/speex/libspeex/
H A Dpreprocess.c228 spx_word16_t *inbuf; /**< Input buffer (overlapped analysis) */ member in struct:SpeexPreprocessState_
470 st->inbuf = (spx_word16_t*)speex_alloc(N3*sizeof(spx_word16_t));
499 st->inbuf[i]=0;
559 speex_free(st->inbuf);
628 st->frame[i]=st->inbuf[i];
632 /* Update inbuf */
634 st->inbuf[i]=x[N4+i];
/external/valgrind/main/mpi/
H A Dlibmpiwrap.c1794 must be readable: (inbuf,incount,datatype)
1802 int WRAPPER_FOR(PMPI_Pack)( void* inbuf, int incount, MPI_Datatype datatype, argument
1814 check_mem_is_defined(inbuf, incount, datatype);
1826 CALL_FN_W_7W(err, fn, inbuf,incount,datatype, outbuf,outsize,position, comm);
1849 inbuf[old *position .. new *position]
1851 int WRAPPER_FOR(PMPI_Unpack)( void* inbuf, int insize, int* position, argument
1865 check_mem_is_addressable_untyped(inbuf, insize);
1870 ((char*)inbuf) + position_ORIG, szB
1875 CALL_FN_W_7W(err, fn, inbuf,insize,position, outbuf,outcount,datatype, comm);
1881 ((char*)inbuf)
[all...]
/external/ppp/pppd/plugins/rp-pppoe/
H A Dif.c149 char inbuf[8192]; local
156 ifc.ifc_len = sizeof(inbuf);
157 ifc.ifc_buf = inbuf;
/external/libpng/
H A Dpngtest.c716 char inbuf[256], outbuf[256]; local
1390 READFILE(fpin, inbuf, 1, num_in);
1417 if (png_memcmp(inbuf, outbuf, num_in))
/external/ppp/pppd/
H A Dsys-linux.c207 static unsigned char inbuf[512]; /* buffer for chars read from loopback */ variable
1141 while ((n = read(master_fd, inbuf, sizeof(inbuf))) > 0)
1142 if (loop_chars(inbuf, n))

Completed in 863 milliseconds

123