HomeSort by relevance Sort by last modified time
    Searched defs:pbuf (Results 1 - 25 of 46) 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/av/media/libstagefright/codecs/amrnb/dec/src/
ec_gains.h 101 Word16 pbuf[5]; member in struct:__anon17892
  /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
95 pbuf = param->value.sequence->data;
96 if (!(pbe = d2i_PBEPARAM(NULL, &pbuf, param->value.sequence->length))) {
p5_crpt2.c 198 const unsigned char *pbuf; local
211 pbuf = param->value.sequence->data;
213 if(!(pbe2 = d2i_PBE2PARAM(NULL, &pbuf, plen))) {
257 const unsigned char *pbuf; local
281 pbuf = param->value.sequence->data;
284 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 342 vchar_t *pbuf = NULL; local
375 pbuf = isakmp_parse(msg);
376 if (pbuf == NULL)
378 pa = (struct isakmp_parse_t *)pbuf->v;
584 if (pbuf)
585 vfree(pbuf);
782 vchar_t *pbuf = NULL; local
797 pbuf = isakmp_parse(msg);
798 if (pbuf == NULL)
800 pa = (struct isakmp_parse_t *)pbuf->v
1322 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;
391 if (pbuf)
392 vfree(pbuf);
588 vchar_t *pbuf = NULL; local
605 pbuf = isakmp_parse(msg);
606 if (pbuf == NULL)
609 for (pa = (struct isakmp_parse_t *)pbuf->v
792 vchar_t *pbuf = NULL; local
1077 vchar_t *pbuf = NULL; local
    [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;
335 if (pbuf)
336 vfree(pbuf);
427 vchar_t *pbuf = NULL; local
446 pbuf = isakmp_parse(msg);
447 if (pbuf == NULL)
450 for (pa = (struct isakmp_parse_t *)pbuf->v
671 vchar_t *pbuf = NULL; local
861 vchar_t *pbuf = NULL; local
1123 vchar_t *pbuf = NULL; local
1343 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...]
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_inf.c 129 vchar_t *pbuf = NULL;
281 if (!(pbuf = isakmp_parse(msg))) {
287 for (pa = (struct isakmp_parse_t *)pbuf->v; pa->type; pa++) {
322 if (pbuf != NULL)
323 vfree(pbuf);
338 vchar_t *pbuf;
455 vchar_t *pbuf;
128 vchar_t *pbuf = NULL; local
337 vchar_t *pbuf; local
454 vchar_t *pbuf; local
    [all...]
  /hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 150 char *pbuf; local
166 pbuf = buf;
167 pbuf += sprintf(pbuf, "%s %d", _cmd, cmd_arr[i].cmd);
168 *pbuf++ = '\0';
172 os_memcpy(pbuf, wpabuf_head(ap_wps_p2p_ie), wpabuf_len(ap_wps_p2p_ie));
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
vmw_screen_svga.c 114 struct pb_buffer *pbuf = vmw_pb_buffer(buf); local
116 pb_reference(&pbuf, NULL);
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx_pbuffer.c 74 struct apple_glx_pbuffer *pbuf = &d->types.pbuffer; local
79 cglerr = apple_cgl.set_pbuffer(ac->context_obj, pbuf->buffer_obj, 0, 0, 0);
87 apple_glapi_oglfw_viewport_scissor(0, 0, pbuf->width, pbuf->height);
99 struct apple_glx_pbuffer *pbuf = &d->types.pbuffer; local
106 apple_cgl.destroy_pbuffer(pbuf->buffer_obj);
107 XFreePixmap(dpy, pbuf->xid);
112 apple_glx_pbuffer_destroy(Display * dpy, GLXPbuffer pbuf)
114 return !apple_glx_drawable_destroy_by_type(dpy, pbuf,
125 struct apple_glx_pbuffer *pbuf = NULL local
265 struct apple_glx_pbuffer *pbuf; local
    [all...]
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_screen_svga.c 114 struct pb_buffer *pbuf = vmw_pb_buffer(buf); local
116 pb_reference(&pbuf, NULL);
  /external/mesa3d/src/glx/apple/
apple_glx_pbuffer.c 74 struct apple_glx_pbuffer *pbuf = &d->types.pbuffer; local
79 cglerr = apple_cgl.set_pbuffer(ac->context_obj, pbuf->buffer_obj, 0, 0, 0);
87 apple_glapi_oglfw_viewport_scissor(0, 0, pbuf->width, pbuf->height);
99 struct apple_glx_pbuffer *pbuf = &d->types.pbuffer; local
106 apple_cgl.destroy_pbuffer(pbuf->buffer_obj);
107 XFreePixmap(dpy, pbuf->xid);
112 apple_glx_pbuffer_destroy(Display * dpy, GLXPbuffer pbuf)
114 return !apple_glx_drawable_destroy_by_type(dpy, pbuf,
125 struct apple_glx_pbuffer *pbuf = NULL local
265 struct apple_glx_pbuffer *pbuf; local
    [all...]
  /frameworks/av/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...]
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 170 char *pbuf; local
198 pbuf = buf;
199 pbuf += snprintf(pbuf, buf_len - wpabuf_len(ap_wps_p2p_ie),
201 *pbuf++ = '\0';
202 os_memcpy(pbuf, wpabuf_head(ap_wps_p2p_ie), wpabuf_len(ap_wps_p2p_ie));
  /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_8/wpa_supplicant/
ctrl_iface_unix.c 247 char *pbuf, *dir = NULL; local
253 pbuf = os_strdup(wpa_s->conf->ctrl_interface);
254 if (pbuf == NULL)
256 if (os_strncmp(pbuf, "DIR=", 4) == 0) {
258 dir = pbuf + 4;
263 dir = pbuf;
268 os_free(pbuf);
274 os_free(pbuf);
290 os_free(pbuf);
  /bionic/libc/upstream-netbsd/lib/libc/regex/
engine.c 1168 static char pbuf[10]; local
1171 (void)snprintf(pbuf, sizeof pbuf, "%c", ch);
1173 (void)snprintf(pbuf, sizeof pbuf, "\\%o", ch);
1174 return(pbuf);
  /external/chromium_org/third_party/skia/src/utils/win/
SkWGL_win.cpp 429 HPBUFFER pbuf = extensions.createPbuffer(parentDC, pixelFormatsToTry[f], 1, 1, NULL); local
430 if (0 != pbuf) {
431 HDC dc = extensions.getPbufferDC(pbuf);
435 return SkNEW_ARGS(SkWGLPbufferContext, (pbuf, dc, glrc));
437 extensions.releasePbufferDC(pbuf, dc);
439 extensions.destroyPbuffer(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);

Completed in 1146 milliseconds

1 2