Searched refs:buf_out (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/asn1/
H A Da_sign.c134 unsigned char *p,*buf_in=NULL,*buf_out=NULL; local
176 buf_out=(unsigned char *)OPENSSL_malloc((unsigned int)outl);
177 if ((buf_in == NULL) || (buf_out == NULL))
188 if (!EVP_SignFinal(&ctx,(unsigned char *)buf_out,
196 signature->data=buf_out;
197 buf_out=NULL;
208 if (buf_out != NULL)
209 { OPENSSL_cleanse((char *)buf_out,outll); OPENSSL_free(buf_out); }
220 unsigned char *buf_in=NULL,*buf_out local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Da_sign.c134 unsigned char *p,*buf_in=NULL,*buf_out=NULL; local
176 buf_out=(unsigned char *)OPENSSL_malloc((unsigned int)outl);
177 if ((buf_in == NULL) || (buf_out == NULL))
188 if (!EVP_SignFinal(&ctx,(unsigned char *)buf_out,
196 signature->data=buf_out;
197 buf_out=NULL;
208 if (buf_out != NULL)
209 { OPENSSL_cleanse((char *)buf_out,outll); OPENSSL_free(buf_out); }
220 unsigned char *buf_in=NULL,*buf_out local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/tools/
H A Dcws2fws.c25 char buf_in[1024], buf_out[65536]; local
89 zstream.next_out = &buf_out[0];
104 write(fd_out, &buf_out, zstream.total_out-last_out);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cdrom/
H A Doptcd.c1000 static volatile int buf_in = 0, buf_out = NOBUF;
1010 buf_out = NOBUF;
1032 buf_out = NOBUF;
1039 if (buf_out != i) {
1040 buf_out = i;
1042 buf_out = NOBUF;
1191 " buf_out:%d buf_bn:%d",
1194 buf_out,
1235 if (!current_valid() && buf_in == buf_out) {
1275 "buf_out
989 static volatile int buf_in = 0, buf_out = NOBUF; variable
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/ulp/iser/
H A Diser_initiator.c131 struct iser_data_buf *buf_out = &iser_ctask->data[ISER_DIR_OUT]; local
134 buf_out,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dqlogicpti.c949 static unsigned int scsi_rbuf_get(struct scsi_cmnd *cmd, unsigned char **buf_out) argument
965 *buf_out = buf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dlibata-scsi.c1524 * @buf_out: Pointer to mapped area.
1535 static unsigned int ata_scsi_rbuf_get(struct scsi_cmnd *cmd, u8 **buf_out) argument
1551 *buf_out = buf;

Completed in 87 milliseconds