Searched refs:inbuf (Results 126 - 150 of 211) sorted by relevance

123456789

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dcast5.c54 static void encrypt_block (void *c, byte *outbuf, const byte *inbuf);
55 static void decrypt_block (void *c, byte *outbuf, const byte *inbuf);
355 do_encrypt_block( CAST5_context *c, byte *outbuf, const byte *inbuf )
368 l = inbuf[0] << 24 | inbuf[1] << 16 | inbuf[2] << 8 | inbuf[3];
369 r = inbuf[4] << 24 | inbuf[5] << 16 | inbuf[
409 encrypt_block(void *context , byte *outbuf, const byte *inbuf) argument
459 decrypt_block(void *context, byte *outbuf, const byte *inbuf) argument
[all...]
H A Dmd5.c221 const unsigned char *inbuf = inbuf_arg; local
231 if( !inbuf )
237 hd->buf[hd->count++] = *inbuf++;
246 transform( hd, inbuf );
250 inbuf += 64;
253 hd->buf[hd->count++] = *inbuf++;
H A Dsha1.c239 const unsigned char *inbuf = inbuf_arg; local
250 if (!inbuf)
256 hd->buf[hd->count++] = *inbuf++;
265 TRANSFORM (hd, inbuf, nblocks);
269 inbuf += nblocks * 64;
275 hd->buf[hd->count++] = *inbuf++;
H A Dsha256.c268 const unsigned char *inbuf = inbuf_arg; local
278 if (!inbuf)
283 hd->buf[hd->count++] = *inbuf++;
291 transform (hd, inbuf);
295 inbuf += 64;
299 hd->buf[hd->count++] = *inbuf++;
H A Dsha512.c309 const unsigned char *inbuf = inbuf_arg; local
319 if (!inbuf)
324 hd->buf[hd->count++] = *inbuf++;
332 transform (hd, inbuf);
336 inbuf += 128;
340 hd->buf[hd->count++] = *inbuf++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/gigaset/
H A Dusb-gigaset.c317 struct inbuf_t *inbuf = urb->context; local
318 struct cardstate *cs = inbuf->cs;
334 src = inbuf->rcvbuf;
341 if (gigaset_fill_inbuf(inbuf, src, numbytes)) {
343 gigaset_schedule_event(inbuf->cs);
729 cs->inbuf[0].rcvbuf = kmalloc(buffer_size, GFP_KERNEL);
730 if (!cs->inbuf[0].rcvbuf) {
739 cs->inbuf[0].rcvbuf, buffer_size,
741 cs->inbuf + 0, endpoint->bInterval);
764 kfree(cs->inbuf[
[all...]
H A Dser-gigaset.c706 struct inbuf_t *inbuf; local
710 if (!(inbuf = cs->inbuf)) {
711 dev_err(cs->dev, "%s: no inbuf\n", __func__);
716 tail = atomic_read(&inbuf->tail);
717 head = atomic_read(&inbuf->head);
724 memcpy(inbuf->data + tail, buf, n);
735 "inbuf overflow, discarding %d bytes\n",
739 memcpy(inbuf->data + tail, buf, count);
744 atomic_set(&inbuf
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Dcon3215.c86 char *inbuf; /* pointer to input buffer */ member in struct:raw3215_info
171 ccw->cda = (__u32) __pa(raw->inbuf);
408 memset(raw->inbuf, 0, RAW3215_INBUF_SIZE);
432 slen = strnlen(raw->inbuf, RAW3215_INBUF_SIZE);
436 EBCASC(raw->inbuf, count);
437 cchar = ctrlchar_handle(raw->inbuf, count, tty);
449 (strncmp(raw->inbuf+count-2, "\252n", 2) &&
450 strncmp(raw->inbuf+count-2, "^n", 2)) ) {
452 raw->inbuf[count] = '\n';
456 tty_insert_flip_string(tty, raw->inbuf, coun
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dlzwenc.c216 * @param inbuf Input buffer
220 int ff_lzw_encode(LZWEncodeState * s, const uint8_t * inbuf, int insize) argument
232 uint8_t c = *inbuf++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/tests/
H A Dtable-from.c50 const char* inbuf = (const char*) buf; local
56 result = iconv(cd,(ICONV_CONST char**)&inbuf,&inbytesleft,&outbuf,&outbytesleft);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A DMakefile.am21 inbuf.py \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dclient.h104 char *inbuf; member in struct:cli_state
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/sbus/char/
H A Ductrl.c92 u8 *inbuf; member in struct:uctrl_txn
291 byte = (txn->inbuf[bytecnt] << 8);
320 txn.inbuf = NULL;
341 txn.inbuf = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/sunrpc/
H A Dgss_api.h56 struct xdr_buf *inbuf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dcliprint.c197 memset(cli->inbuf,'\0',smb_size);
234 return SVAL(cli->inbuf,smb_vwv2);
244 memset(cli->inbuf,'\0',smb_size);
H A Dclilist.c380 memset(cli->inbuf,'\0',smb_size);
411 received = SVAL(cli->inbuf,smb_vwv0);
425 p = smb_buf(cli->inbuf) + 3;
439 memset(cli->inbuf,'\0',smb_size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/boot/compressed/
H A Dmisc.c124 static uch *inbuf; /* input buffer */ variable
127 static unsigned insize; /* valid bytes in inbuf */
128 static unsigned inptr; /* index of next byte to be processed in inbuf */
140 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf())
357 inbuf = input_data; /* Input buffer */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/boot/compressed/
H A Dmisc.c50 static uch *inbuf; /* input buffer */ variable
53 unsigned inptr = 0; /* index of next byte to be processed in inbuf
69 #define get_byte() inbuf[inptr++]
288 inbuf = input_data;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/compressed/
H A Dmisc.c124 static uch *inbuf; /* input buffer */ variable
127 static unsigned insize; /* valid bytes in inbuf */
128 static unsigned inptr; /* index of next byte to be processed in inbuf */
140 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf())
361 inbuf = input_data; /* Input buffer */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dutil_sid.c462 BOOL sid_parse(const char *inbuf, size_t len, DOM_SID *sid) argument
470 sid->sid_rev_num = CVAL(inbuf, 0);
471 sid->num_auths = CVAL(inbuf, 1);
472 memcpy(sid->id_auth, inbuf+2, 6);
476 sid->sub_auths[i] = IVAL(inbuf, 8+i*4);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/examples/
H A Dgun.c79 unsigned char *inbuf; member in struct:ind
92 next = me->inbuf;
157 unsigned char inbuf[SIZE]; /* input buffer */ variable
384 ind.inbuf = inbuf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dgun.c79 unsigned char *inbuf; member in struct:ind
92 next = me->inbuf;
157 unsigned char inbuf[SIZE]; /* input buffer */ variable
384 ind.inbuf = inbuf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dfipsdrv.c804 unsigned char inbuf[4]; local
811 inbuf[idx++] = *p;
814 outbuf[0] = bintoasc[(*inbuf>>2)&077];
815 outbuf[1] = bintoasc[(((*inbuf<<4)&060)
816 |((inbuf[1] >> 4)&017))&077];
817 outbuf[2] = bintoasc[(((inbuf[1]<<2)&074)
818 |((inbuf[2]>>6)&03))&077];
819 outbuf[3] = bintoasc[inbuf[2]&077];
833 outbuf[0] = bintoasc[(*inbuf>>2)&077];
836 outbuf[1] = bintoasc[((*inbuf<<
1060 void *inbuf; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dhmac256.c387 const unsigned char *inbuf = buffer;
399 if (!inbuf)
404 hd->buf[hd->count++] = *inbuf++;
413 transform (hd, inbuf);
417 inbuf += 64;
420 hd->buf[hd->count++] = *inbuf++;
386 const unsigned char *inbuf = buffer; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dunarchive.h104 int start_bunzip(bunzip_data **bdp, int in_fd, const unsigned char *inbuf, int len);

Completed in 324 milliseconds

123456789