Searched refs:detached (Results 1 - 25 of 25) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/pkcs7/
H A Dverify.c80 BIO *data,*detached=NULL,*p7bio=NULL; local
114 detached=BIO_new(BIO_s_file());
115 if (!BIO_read_filename(detached,argv[1]))
146 if ((PKCS7_get_detached(p7) || detached))
148 if (detached == NULL)
154 p7bio=PKCS7_dataInit(p7,detached);
H A Ddec.c83 BIO *data,*detached=NULL,*p7bio=NULL; local
108 detached=BIO_new(BIO_s_file());
109 if (!BIO_read_filename(detached,argv[1]))
151 /* We cannot support detached encryption */
152 p7bio=PKCS7_dataDecode(p7,pkey,detached,x509);
H A Dpk7_lib.c76 ret=p7->detached=(int)larg;
98 p7->detached = ret;
H A Dpkcs7.h187 int detached; member in struct:pkcs7_st
H A Dpk7_doit.c548 /* If detached data then the content is excluded */
549 if(PKCS7_type_is_data(p7->d.sign->contents) && p7->detached) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Dverify.c80 BIO *data,*detached=NULL,*p7bio=NULL; local
114 detached=BIO_new(BIO_s_file());
115 if (!BIO_read_filename(detached,argv[1]))
146 if ((PKCS7_get_detached(p7) || detached))
148 if (detached == NULL)
154 p7bio=PKCS7_dataInit(p7,detached);
H A Ddec.c83 BIO *data,*detached=NULL,*p7bio=NULL; local
108 detached=BIO_new(BIO_s_file());
109 if (!BIO_read_filename(detached,argv[1]))
151 /* We cannot support detached encryption */
152 p7bio=PKCS7_dataDecode(p7,pkey,detached,x509);
H A Dpk7_lib.c76 ret=p7->detached=(int)larg;
98 p7->detached = ret;
H A Dpkcs7.h187 int detached; member in struct:pkcs7_st
H A Dpk7_doit.c638 /* If detached data then the content is excluded */
639 if(PKCS7_type_is_data(p7->d.sign->contents) && p7->detached) {
647 /* If detached data then the content is excluded */
648 if(PKCS7_type_is_data(p7->d.digest->contents) && p7->detached)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/plugins/pppoe/
H A Dpppoed.c13 int detached=1; variable
29 if (!detached)
138 detached=0;
H A Dpppoe.h175 int detached; member in struct:session
H A Dutils.c47 static int detached = 0;
602 if (ses->detached)
608 ses->detached = 1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dsg.c166 volatile char detached; /* 0->attached, 1->detached pending removal */ member in struct:sg_device
237 if (sdp->detached)
282 if (sdp->detached) {
319 if (!sdp->detached) {
376 if (sdp->detached) {
387 (sdp->detached ||
390 if (sdp->detached) {
535 if (sdp->detached)
721 if (sdp->detached) {
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppoecd/
H A Dpppoe.h176 int detached; member in struct:session
H A Dpppoe.mod.h176 int detached; member in struct:session
H A Dmain.c84 int detached; /* have detached from terminal */ variable
717 if (detached)
732 detached = 1;
H A Dpppd.h199 extern int detached; /* Have detached from controlling tty */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dmain.c92 int detached; /* have detached from terminal */ variable
814 if (detached)
830 detached = 1;
H A Dpppd.h199 extern int detached; /* Have detached from controlling tty */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dmain.c147 int detached; /* have detached from terminal */ variable
839 if (detached)
862 detached = 1;
H A Dpppd.h229 extern int detached; /* Have detached from controlling tty */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dpkcs7.h187 int detached; member in struct:pkcs7_st
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dpkcs7.h187 int detached; member in struct:pkcs7_st
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Ddcache.c597 unsigned detached = 0; local
662 detached++;
692 dentry_stat.nr_dentry -= detached;
700 * - the superblock is detached from all mountings and open files, so the

Completed in 296 milliseconds