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

1 2

  /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.h 101 Word16 pbuf[5]; member in struct:__anon15118
  /external/openssl/crypto/asn1/
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/ec/
ec_print.c 142 unsigned char *buf, *pbuf; local
165 pbuf = buf;
168 int v = (int) *(pbuf++);
  /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/ipsec-tools/src/racoon/
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 327 vchar_t *pbuf = NULL; local
359 pbuf = isakmp_parse(msg);
360 if (pbuf == NULL)
362 pa = (struct isakmp_parse_t *)pbuf->v;
569 if (pbuf)
570 vfree(pbuf);
764 vchar_t *pbuf = NULL; local
779 pbuf = isakmp_parse(msg);
780 if (pbuf == NULL)
782 pa = (struct isakmp_parse_t *)pbuf->v
1287 vchar_t *pbuf = NULL; local
    [all...]
isakmp_base.c 296 vchar_t *pbuf = NULL; local
313 pbuf = isakmp_parse(msg);
314 if (pbuf == NULL)
316 pa = (struct isakmp_parse_t *)pbuf->v;
390 if (pbuf)
391 vfree(pbuf);
586 vchar_t *pbuf = NULL; local
602 pbuf = isakmp_parse(msg);
603 if (pbuf == NULL)
606 for (pa = (struct isakmp_parse_t *)pbuf->v
786 vchar_t *pbuf = NULL; local
1067 vchar_t *pbuf = NULL; local
    [all...]
isakmp_ident.c 257 vchar_t *pbuf = NULL; local
279 pbuf = isakmp_parse(msg);
280 if (pbuf == NULL)
282 pa = (struct isakmp_parse_t *)pbuf->v;
335 if (pbuf)
336 vfree(pbuf);
426 vchar_t *pbuf = NULL; local
445 pbuf = isakmp_parse(msg);
446 if (pbuf == NULL)
449 for (pa = (struct isakmp_parse_t *)pbuf->v
668 vchar_t *pbuf = NULL; local
855 vchar_t *pbuf = NULL; local
1114 vchar_t *pbuf = NULL; local
1333 vchar_t *pbuf = NULL; local
    [all...]
isakmp_inf.c 128 vchar_t *pbuf = NULL;
283 if (!(pbuf = isakmp_parse(msg))) {
289 for (pa = (struct isakmp_parse_t *)pbuf->v; pa->type; pa++) {
324 if (pbuf != NULL)
325 vfree(pbuf);
457 vchar_t *pbuf;
127 vchar_t *pbuf = NULL; local
456 vchar_t *pbuf; local
    [all...]
isakmp_quick.c 405 vchar_t *pbuf = NULL; /* for payload parsing */
439 pbuf = isakmp_parse(msg);
440 if (pbuf == NULL)
442 pa = (struct isakmp_parse_t *)pbuf->v;
751 if (pbuf)
752 vfree(pbuf);
929 vchar_t *pbuf = NULL; /* for payload parsing */
953 pbuf = isakmp_parse(msg);
954 if (pbuf == NULL)
957 for (pa = (struct isakmp_parse_t *)pbuf->v
404 vchar_t *pbuf = NULL; \/* for payload parsing *\/ local
928 vchar_t *pbuf = NULL; \/* for payload parsing *\/ local
1072 vchar_t *pbuf = NULL; \/* for payload parsing *\/ local
1729 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/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...]
draw.c 965 byte *pbuf; local
975 pbuf = (byte *)(vid.buffer + vid.rowbytes*y);
981 pbuf[x] = 0;
  /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...]
draw.cpp 847 byte *pbuf; local
857 pbuf = (byte *)(vid.buffer + vid.rowbytes*y);
863 pbuf[x] = 0;
  /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/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);
  /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/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_unix.c 198 char *pbuf, *dir = NULL, *gid_str = NULL; local
204 pbuf = os_strdup(wpa_s->conf->ctrl_interface);
205 if (pbuf == NULL)
207 if (os_strncmp(pbuf, "DIR=", 4) == 0) {
208 dir = pbuf + 4;
215 dir = pbuf;
220 os_free(pbuf);
226 os_free(pbuf);
242 os_free(pbuf);
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 332 char *pbuf; local
348 pbuf = buf;
349 pbuf += sprintf(pbuf, "%s %d", _cmd, cmd_arr[i].cmd);
350 *pbuf++ = '\0';
354 os_memcpy(pbuf, wpabuf_head(ap_wps_p2p_ie), wpabuf_len(ap_wps_p2p_ie));
  /bionic/libc/regex/
engine.c 1001 static char pbuf[10]; local
1004 (void)snprintf(pbuf, sizeof pbuf, "%c", ch);
1006 (void)snprintf(pbuf, sizeof pbuf, "\\%o", ch);
1007 return(pbuf);
  /external/ipsec-tools/src/libipsec/
pfkey_dump.c 488 char pbuf[NI_MAXSERV]; local
540 0, pbuf, sizeof(pbuf), NI_NUMERICSERV) != 0)
543 sport = atoi(pbuf);
561 0, pbuf, sizeof(pbuf), NI_NUMERICSERV) != 0)
564 dport = atoi(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;

Completed in 2084 milliseconds

1 2