HomeSort by relevance Sort by last modified time
    Searched refs:pbuf (Results 1 - 25 of 49) sorted by null

1 2

  /external/openssl/crypto/asn1/
bio_ndef.c 99 static int ndef_prefix(BIO *b, unsigned char **pbuf, int *plen, void *parg);
100 static int ndef_prefix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg);
101 static int ndef_suffix(BIO *b, unsigned char **pbuf, int *plen, void *parg);
102 static int ndef_suffix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg);
158 static int ndef_prefix(BIO *b, unsigned char **pbuf, int *plen, void *parg)
172 *pbuf = p;
178 *plen = *ndef_aux->boundary - *pbuf;
183 static int ndef_prefix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg)
196 *pbuf = NULL;
201 static int ndef_suffix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg
    [all...]
asn_pack.c 73 const unsigned char *pbuf; local
74 pbuf = buf;
75 if (!(sk = d2i_ASN1_SET(NULL, &pbuf, len, d2i, free_func,
  /external/openssl/crypto/pkcs12/
p12_crpt.c 75 const unsigned char *pbuf; local
85 pbuf = param->value.sequence->data;
86 if (!(pbe = d2i_PBEPARAM(NULL, &pbuf, param->value.sequence->length))) {
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
ec_gains.cpp 545 tmp = gmed_n (st->pbuf, 5);
593 tmp = gmed_n(st->pbuf, 5);
657 state->pbuf[i] = 1640;
697 state->pbuf[i] = 1640;
779 st->pbuf[i - 1] = st->pbuf[i];
781 st->pbuf[4] = st->past_gain_pit;
837 st->pbuf[i - 1] = st->pbuf[i];
839 st->pbuf[4] = st->past_gain_pit
    [all...]
ec_gains.h 101 Word16 pbuf[5]; member in struct:__anon9339
  /external/quake/quake/src/QW/client/
snd_mix.c 69 DWORD *pbuf; local
87 while ((hresult = pDSBuf->lpVtbl->Lock(pDSBuf, 0, gSndBufSize, &pbuf, &dwSize,
110 pbuf = (DWORD *)shm->buffer;
118 snd_out = (short *) pbuf + (lpos<<1);
135 pDSBuf->lpVtbl->Unlock(pDSBuf, pbuf, dwSize, NULL, 0);
148 DWORD *pbuf; local
174 while ((hresult = pDSBuf->lpVtbl->Lock(pDSBuf, 0, gSndBufSize, &pbuf, &dwSize,
197 pbuf = (DWORD *)shm->buffer;
202 short *out = (short *) pbuf;
217 unsigned char *out = (unsigned char *) pbuf;
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_newg.c 89 vchar_t *pbuf = NULL;
92 if ((pbuf = isakmp_parse(msg)) == NULL)
95 for (pa = (struct isakmp_parse_t *)pbuf->v;
106 vfree(pbuf);
117 vfree(pbuf);
131 vfree(pbuf);
135 vfree(pbuf);
remoteconf.c 500 char buf[1024], *pbuf; local
501 pbuf = buf;
502 pbuf += sprintf (pbuf, "\tpeers_identifier %s",
505 pbuf += sprintf (pbuf, " \"%s\"", id->id->v);
515 char buf[1024], *pbuf; local
517 pbuf = buf;
518 pbuf += sprintf(pbuf, "remote %s", saddr2str(p->remote))
    [all...]
isakmp_ident.c 256 vchar_t *pbuf = NULL; local
279 pbuf = isakmp_parse(msg);
280 if (pbuf == NULL)
282 pa = (struct isakmp_parse_t *)pbuf->v;
359 if (pbuf)
360 vfree(pbuf);
451 vchar_t *pbuf = NULL; local
470 pbuf = isakmp_parse(msg);
471 if (pbuf == NULL)
474 for (pa = (struct isakmp_parse_t *)pbuf->v
695 vchar_t *pbuf = NULL; local
885 vchar_t *pbuf = NULL; local
1171 vchar_t *pbuf = NULL; local
1391 vchar_t *pbuf = NULL; local
    [all...]
isakmp_base.c 296 vchar_t *pbuf = NULL; local
314 pbuf = isakmp_parse(msg);
315 if (pbuf == NULL)
317 pa = (struct isakmp_parse_t *)pbuf->v;
418 if (pbuf)
419 vfree(pbuf);
615 vchar_t *pbuf = NULL; local
632 pbuf = isakmp_parse(msg);
633 if (pbuf == NULL)
636 for (pa = (struct isakmp_parse_t *)pbuf->v
819 vchar_t *pbuf = NULL; local
1131 vchar_t *pbuf = NULL; local
    [all...]
security.c 71 vchar_t *pbuf = NULL; local
90 pbuf = isakmp_parsewoh(ISAKMP_NPTYPE_P, (struct isakmp_gen *)bp, len);
91 if (pbuf == NULL)
94 pa = (struct isakmp_parse_t *)pbuf->v;
99 vfree(pbuf);
106 vfree(pbuf);
isakmp_agg.c 342 vchar_t *pbuf = NULL; local
375 pbuf = isakmp_parse(msg);
376 if (pbuf == NULL)
378 pa = (struct isakmp_parse_t *)pbuf->v;
611 if (pbuf)
612 vfree(pbuf);
809 vchar_t *pbuf = NULL; local
824 pbuf = isakmp_parse(msg);
825 if (pbuf == NULL)
827 pa = (struct isakmp_parse_t *)pbuf->v
1379 vchar_t *pbuf = NULL; local
    [all...]
isakmp_quick.c 317 vchar_t *pbuf = NULL; /* for payload parsing */
350 pbuf = isakmp_parse(msg);
351 if (pbuf == NULL)
353 pa = (struct isakmp_parse_t *)pbuf->v;
532 if (pbuf)
533 vfree(pbuf);
697 vchar_t *pbuf = NULL; /* for payload parsing */
721 pbuf = isakmp_parse(msg);
722 if (pbuf == NULL)
725 for (pa = (struct isakmp_parse_t *)pbuf->v
316 vchar_t *pbuf = NULL; \/* for payload parsing *\/ local
696 vchar_t *pbuf = NULL; \/* for payload parsing *\/ local
840 vchar_t *pbuf = NULL; \/* for payload parsing *\/ local
1388 vchar_t *pbuf = NULL; \/* for payload parsing *\/ local
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
dec_gain2_amr_wb.cpp 156 /* next 5 pbuf[] */
185 int16 *past_gain_pit, *past_gain_code, *past_qua_en, *gbuf, *pbuf, *prev_gc; local
196 pbuf = mem + 7;
219 tmp = median5(&pbuf[2]);
284 pbuf[i - 1] = pbuf[i];
287 pbuf[4] = *past_gain_pit;
360 tmp1 = pbuf[1];
365 pbuf[i - 1] = tmp1;
368 tmp1 = pbuf[i]
    [all...]
  /external/srec/srec/clib/
srec_arb.c 285 char* pbuf; local
304 pbuf = buffer;
326 pbuf += sizeof(*allotree) / BYTES_PER_ATOM;
327 pbuf -= sizeof(void*); // PCPinfo
329 ASSERT(pftell(fp) == pbuf - buffer);
332 PLogMessage("read allotree done %d\n", (int)(pbuf - buffer));
335 allotree->questions = (srec_question *)pbuf;
336 read_questions(&allotree->questions, allotree->num_questions, &pbuf, fp);
338 PLogMessage("read_questions done %d\n", (int)(pbuf - buffer));
340 ASSERT(pftell(fp) == pbuf - buffer)
    [all...]
  /external/openssl/crypto/evp/
p5_crpt.c 83 const unsigned char *pbuf; local
93 pbuf = param->value.sequence->data;
94 if (!(pbe = d2i_PBEPARAM(NULL, &pbuf, param->value.sequence->length))) {
p5_crpt2.c 172 const unsigned char *pbuf; local
187 pbuf = param->value.sequence->data;
189 if(!(pbe2 = d2i_PBE2PARAM(NULL, &pbuf, plen))) {
232 pbuf = pbe2->keyfunc->parameter->value.sequence->data;
234 if(!(kdf = d2i_PBKDF2PARAM(NULL, &pbuf, plen)) ) {
  /external/quake/quake/src/WinQuake/
snd_mix.cpp 77 DWORD *pbuf; local
95 while ((hresult = pDSBuf->lpVtbl->Lock(pDSBuf, 0, gSndBufSize, &pbuf, &dwSize,
118 pbuf = (DWORD *)shm->buffer;
126 snd_out = (short *) pbuf + (lpos<<1);
143 pDSBuf->lpVtbl->Unlock(pDSBuf, pbuf, dwSize, NULL, 0);
156 DWORD *pbuf; local
182 while ((hresult = pDSBuf->lpVtbl->Lock(pDSBuf, 0, gSndBufSize, &pbuf, &dwSize,
205 pbuf = (DWORD *)shm->buffer;
210 short *out = (short *) pbuf;
225 unsigned char *out = (unsigned char *) pbuf;
    [all...]
  /external/ipsec-tools/src/libipsec/
policy_parse.y 100 static u_int8_t *pbuf = NULL; /* sadb_x_policy buffer */
101 static int tlen = 0; /* total length of pbuf */
102 static int offset = 0; /* offset of pbuf */
476 if (pbuf) {
477 free(pbuf);
480 pbuf = malloc(sizeof(struct sadb_x_policy));
481 if (pbuf == NULL) {
487 memset(pbuf, 0, tlen);
488 p = (struct sadb_x_policy *)pbuf;
525 n = realloc(pbuf, tlen)
    [all...]
  /external/openssl/crypto/ec/
ec_print.c 142 unsigned char *buf, *pbuf; local
165 pbuf = buf;
168 int v = (int) *(pbuf++);
  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/Export_Inc/
HwInit_api.h 69 TI_STATUS hwInit_SetNvsImage (TI_HANDLE hHwInit, TI_UINT8 *pbuf, TI_UINT32 length);
  /system/wlan/ti/wilink_6_1/TWD/FW_Transfer/Export_Inc/
HwInit_api.h 68 TI_STATUS hwInit_SetNvsImage (TI_HANDLE hHwInit, TI_UINT8 *pbuf, TI_UINT32 length);
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_unix.c 206 char *pbuf, *dir = NULL, *gid_str = NULL; local
212 pbuf = os_strdup(wpa_s->conf->ctrl_interface);
213 if (pbuf == NULL)
215 if (os_strncmp(pbuf, "DIR=", 4) == 0) {
216 dir = pbuf + 4;
223 dir = pbuf;
228 os_free(pbuf);
234 os_free(pbuf);
250 os_free(pbuf);
  /external/srec/srec/crec/
word_lattice.c 153 char *pbuf = buf; local
154 *pbuf = 0;
162 ASSERT(pbuf + strlen(p) + 1 < buf + buflen);
163 pbuf += sprintf(pbuf, "%s ", p);
168 if (pbuf > buf && *(pbuf - 1) == ' ') *(pbuf - 1) = 0;
  /external/wpa_supplicant/
ctrl_iface_unix.c 200 char *pbuf, *dir = NULL, *gid_str = NULL; local
205 pbuf = os_strdup(wpa_s->conf->ctrl_interface);
206 if (pbuf == NULL)
208 if (os_strncmp(pbuf, "DIR=", 4) == 0) {
209 dir = pbuf + 4;
216 dir = pbuf;
221 os_free(pbuf);
238 os_free(pbuf);

Completed in 317 milliseconds

1 2