Searched defs:pbuf (Results 1 - 25 of 26) sorted by relevance

12

/external/openssl/crypto/asn1/
H A Dasn_pack.c73 const unsigned char *pbuf; local
74 pbuf = buf;
75 if (!(sk = d2i_ASN1_SET(NULL, &pbuf, len, d2i, free_func,
H A Dbio_ndef.c99 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) argument
172 *pbuf = p;
178 *plen = *ndef_aux->boundary - *pbuf;
183 static int ndef_prefix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg) argument
196 *pbuf = NULL;
201 static int ndef_suffix_free(BIO *b, unsigned char **pbuf, in argument
211 ndef_suffix(BIO *b, unsigned char **pbuf, int *plen, void *parg) argument
[all...]
/external/openssl/crypto/ec/
H A Dec_print.c142 unsigned char *buf, *pbuf; local
165 pbuf = buf;
168 int v = (int) *(pbuf++);
/external/openssl/crypto/evp/
H A Dp5_crpt.c83 const unsigned char *pbuf; local
93 pbuf = param->value.sequence->data;
94 if (!(pbe = d2i_PBEPARAM(NULL, &pbuf, param->value.sequence->length))) {
H A Dp5_crpt2.c172 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/openssl/crypto/pkcs12/
H A Dp12_crpt.c75 const unsigned char *pbuf; local
85 pbuf = param->value.sequence->data;
86 if (!(pbe = d2i_PBEPARAM(NULL, &pbuf, param->value.sequence->length))) {
/external/ipsec-tools/src/racoon/
H A Dsecurity.c71 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);
H A Disakmp_agg.c342 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
1379 vchar_t *pbuf = NULL; local
[all...]
H A Disakmp_base.c296 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
819 vchar_t *pbuf = NULL; local
1131 vchar_t *pbuf = NULL; local
[all...]
H A Disakmp_ident.c256 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
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...]
H A Disakmp_quick.c317 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
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...]
H A Dremoteconf.c500 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, "remot
[all...]
H A Disakmp_inf.c129 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
H A Dipsec_doi.c1329 vchar_t *pbuf = NULL; local
1332 pbuf = isakmp_parsewoh(ISAKMP_NPTYPE_P, (struct isakmp_gen *)bp, tlen);
1333 if (pbuf == NULL)
1336 for (pa = (struct isakmp_parse_t *)pbuf->v;
1343 vfree(pbuf);
1356 vfree(pbuf);
1376 vfree(pbuf);
1380 vfree(pbuf);
1381 pbuf = NULL;
1465 vchar_t *pbuf local
[all...]
/external/quake/quake/src/QW/client/
H A Dsnd_mix.c69 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...]
H A Ddraw.c965 byte *pbuf; local
975 pbuf = (byte *)(vid.buffer + vid.rowbytes*y);
981 pbuf[x] = 0;
/external/quake/quake/src/WinQuake/
H A Dsnd_mix.cpp77 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...]
H A Ddraw.cpp847 byte *pbuf; local
857 pbuf = (byte *)(vid.buffer + vid.rowbytes*y);
863 pbuf[x] = 0;
/external/srec/srec/clib/
H A Dsrec_arb.c285 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
[all...]
/external/wpa_supplicant/
H A Dctrl_iface_unix.c200 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/
H A Dctrl_iface_unix.c206 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/ipsec-tools/src/libipsec/
H A Dpfkey_dump.c488 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/
H A Dword_lattice.c153 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/qemu/
H A Dtap-win32.c545 uint8_t **pbuf, int max_size)
552 *pbuf = buffer->buffer;
563 uint8_t *pbuf)
565 tun_buffer_t* buffer = (tun_buffer_t*)pbuf;
544 tap_win32_read(tap_win32_overlapped_t *overlapped, uint8_t **pbuf, int max_size) argument
562 tap_win32_free_buffer(tap_win32_overlapped_t *overlapped, uint8_t *pbuf) argument
/external/openssl/apps/
H A Dca.c2843 char buf[25],*pbuf, *p; local
2846 pbuf=buf;
2848 *(pbuf++)=' ';
2849 *(pbuf++)=':';
2850 *(pbuf++)='\0';

Completed in 243 milliseconds

12