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

1234567891011

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/extensions/
H A DMakefile4 # only add extensions here that are either present in the kernel, or whose
17 PF_EXT_SLIB_OPTS:=$(foreach T,$(wildcard extensions/.*-test),$(shell KERNEL_DIR=$(KERNEL_DIR) $(T)))
18 PF6_EXT_SLIB_OPTS:=$(foreach T,$(wildcard extensions/.*-test6),$(shell KERNEL_DIR=$(KERNEL_DIR) $(T)))
20 PF_EXT_ALL_SLIB:=$(patsubst extensions/libipt_%.c, %, $(wildcard extensions/libipt_*.c))
21 PF6_EXT_ALL_SLIB:=$(patsubst extensions/libip6t_%.c, %, $(wildcard extensions/libip6t_*.c))
23 PF_EXT_MAN_ALL_MATCHES:=$(foreach T,$(PF_EXT_ALL_SLIB),$(shell test -f extensions/libipt_$(T).man && grep -q register_match extensions/libipt_$(T).c && echo $(T)))
24 PF_EXT_MAN_ALL_TARGETS:=$(foreach T,$(PF_EXT_ALL_SLIB),$(shell test -f extensions/libipt
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/x509/
H A Dx509_ext.c71 return(X509v3_get_ext_count(x->crl->extensions));
76 return(X509v3_get_ext_by_NID(x->crl->extensions,nid,lastpos));
81 return(X509v3_get_ext_by_OBJ(x->crl->extensions,obj,lastpos));
86 return(X509v3_get_ext_by_critical(x->crl->extensions,crit,lastpos));
91 return(X509v3_get_ext(x->crl->extensions,loc));
96 return(X509v3_delete_ext(x->crl->extensions,loc));
101 return X509V3_get_d2i(x->crl->extensions, nid, crit, idx);
107 return X509V3_add1_i2d(&x->crl->extensions, nid, value, crit, flags);
112 return(X509v3_add_ext(&(x->crl->extensions),ex,loc) != NULL);
117 return(X509v3_get_ext_count(x->cert_info->extensions));
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_ext.c71 return(X509v3_get_ext_count(x->crl->extensions));
76 return(X509v3_get_ext_by_NID(x->crl->extensions,nid,lastpos));
81 return(X509v3_get_ext_by_OBJ(x->crl->extensions,obj,lastpos));
86 return(X509v3_get_ext_by_critical(x->crl->extensions,crit,lastpos));
91 return(X509v3_get_ext(x->crl->extensions,loc));
96 return(X509v3_delete_ext(x->crl->extensions,loc));
101 return X509V3_get_d2i(x->crl->extensions, nid, crit, idx);
107 return X509V3_add1_i2d(&x->crl->extensions, nid, value, crit, flags);
112 return(X509v3_add_ext(&(x->crl->extensions),ex,loc) != NULL);
117 return(X509v3_get_ext_count(x->cert_info->extensions));
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/iptables/
H A DMakefile.am20 xtables_multi_LDADD = ../extensions/libext.a
28 xtables_multi_LDADD += ../libiptc/libip4tc.la ../extensions/libext4.a
34 xtables_multi_LDADD += ../libiptc/libip6tc.la ../extensions/libext6.a
53 iptables.8: ${srcdir}/iptables.8.in ../extensions/matches4.man ../extensions/targets4.man
54 ${AM_VERBOSE_GEN} sed -e 's/@PACKAGE_AND_VERSION@/${PACKAGE} ${PACKAGE_VERSION}/g' -e '/@MATCH@/ r ../extensions/matches4.man' -e '/@TARGET@/ r ../extensions/targets4.man' $< >$@;
56 ip6tables.8: ${srcdir}/ip6tables.8.in ../extensions/matches6.man ../extensions/targets6.man
57 ${AM_VERBOSE_GEN} sed -e 's/@PACKAGE_AND_VERSION@/${PACKAGE} ${PACKAGE_VERSION}/g' -e '/@MATCH@/ r ../extensions/matches
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/include/libavcodec/
H A Dxvmc.h24 #include <X11/extensions/XvMC.h>
155 /** extensions may be placed here */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dxvmc.h24 #include <X11/extensions/XvMC.h>
155 /** extensions may be placed here */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/
H A DMakefile.am6 SUBDIRS = extensions libiptc iptables
25 config.status: extensions/GNUmakefile.in \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/
H A DMakefile111 STATIC_LIBS = extensions/libext.a
112 STATIC6_LIBS = extensions/libext6.a
121 default: print-extensions all
123 .PHONY: print-extensions
124 print-extensions:
214 iptables.8: iptables.8.in extensions/libipt_matches.man extensions/libipt_targets.man
215 sed -e '/@MATCH@/ r extensions/libipt_matches.man' -e '/@TARGET@/ r extensions/libipt_targets.man' iptables.8.in >iptables.8
217 ip6tables.8: ip6tables.8.in extensions/libip6t_matche
[all...]
H A DRules.make7 # Have to handle extensions which no longer exist.
10 rm -f extensions/initext.c extensions/initext6.c
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/x509v3/
H A Dv3conf.c67 /* Test application to add extensions from a config file */
105 sk_pop_free(cert->cert_info->extensions, X509_EXTENSION_free);
106 cert->cert_info->extensions = NULL;
109 fprintf(stderr, "Error adding extensions\n");
115 printf("%d extensions\n", count);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3conf.c67 /* Test application to add extensions from a config file */
105 sk_pop_free(cert->cert_info->extensions, X509_EXTENSION_free);
106 cert->cert_info->extensions = NULL;
109 fprintf(stderr, "Error adding extensions\n");
115 printf("%d extensions\n", count);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dx_crl.c70 ASN1_SEQUENCE_OF_OPT(X509_REVOKED,extensions, X509_EXTENSION)
101 ASN1_EXP_SEQUENCE_OF_OPT(X509_CRL_INFO, extensions, X509_EXTENSION, 0)
H A Dt_crl.c111 X509V3_extensions_print(out, "CRL extensions",
112 x->crl->extensions, 0, 8);
127 X509V3_extensions_print(out, "CRL entry extensions",
128 r->extensions, 0, 8);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/asn1/
H A Dx_crl.c70 ASN1_SEQUENCE_OF_OPT(X509_REVOKED,extensions, X509_EXTENSION)
101 ASN1_EXP_SEQUENCE_OF_OPT(X509_CRL_INFO, extensions, X509_EXTENSION, 0)
H A Dt_crl.c111 X509V3_extensions_print(out, "CRL extensions",
112 x->crl->extensions, 0, 8);
127 X509V3_extensions_print(out, "CRL entry extensions",
128 r->extensions, 0, 8);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dtestss50 $x509cmd -CAcreateserial -in $CAreq -days 30 -req -out $CAcert -signkey $CAkey -extfile $CAconf -extensions v3_ca >err.ss
92 $x509cmd -CAcreateserial -in $Ureq -days 30 -req -out $Ucert -CA $CAcert -CAkey $CAkey -extfile $Uconf -extensions v3_ee >err.ss
113 $x509cmd -CAcreateserial -in $P1req -days 30 -req -out $P1cert -CA $Ucert -CAkey $Ukey -extfile $P1conf -extensions v3_proxy >err.ss
135 $x509cmd -CAcreateserial -in $P2req -days 30 -req -out $P2cert -CA $P1cert -CAkey $P1key -extfile $P2conf -extensions v3_proxy >err.ss
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Ddaud.c77 .extensions = "302",
H A Deacdata.c99 .extensions = "cdata",
H A Dflacdec.c70 .extensions = "flac",
H A Dncdec.c100 .extensions = "v",
H A Draw.c636 .extensions = "aac",
650 .extensions = "ac3",
735 .extensions = "dts",
764 .extensions = "eac3",
793 .extensions = "gsm",
807 .extensions = "h261",
836 // .extensions = "h263", //FIXME remove after writing mpeg4_probe
865 .extensions = "h26l,h264,264", //FIXME remove after writing mpeg4_probe
894 .extensions = "cgi", // FIXME
908 .extensions
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dreq.c185 char *extensions = NULL; local
475 else if (strcmp(*argv,"-extensions") == 0)
478 extensions = *(++argv);
538 BIO_printf(bio_err," -extensions .. specify certificate extension section (override value in config file)\n");
633 if (!extensions)
635 extensions = NCONF_get_string(req_conf, SECTION, V3_EXTENSIONS);
636 if (!extensions)
639 if (extensions) {
644 if(!X509V3_EXT_add_nconf(req_conf, &ctx, extensions, NULL)) {
646 "Error Loading extension section %s\n", extensions);
[all...]
H A Dca.c182 " -extensions .. - Extension section (override value in config file)\n",
279 char *extensions=NULL; local
485 else if (strcmp(*argv,"-extensions") == 0)
488 extensions= *(++argv);
992 BIO_printf(bio_err, "Successfully loaded extensions file %s\n", extfile);
995 if (!extensions && !(extensions = NCONF_get_string(extconf, "default", "extensions")))
996 extensions = "default";
1064 /* no '-extfile' option, so we look for extensions
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A Dreq.c168 char *extensions = NULL; local
407 else if (strcmp(*argv,"-extensions") == 0)
410 extensions = *(++argv);
466 BIO_printf(bio_err," -extensions .. specify certificate extension section (override value in config file)\n");
561 if (!extensions)
563 extensions = NCONF_get_string(req_conf, SECTION, V3_EXTENSIONS);
564 if (!extensions)
567 if (extensions) {
572 if(!X509V3_EXT_add_nconf(req_conf, &ctx, extensions, NULL)) {
574 "Error Loading extension section %s\n", extensions);
[all...]
H A Dca.c175 " -extensions .. - Extension section (override value in config file)\n",
272 char *extensions=NULL; local
466 else if (strcmp(*argv,"-extensions") == 0)
469 extensions= *(++argv);
967 BIO_printf(bio_err, "Successfully loaded extensions file %s\n", extfile);
970 if (!extensions && !(extensions = NCONF_get_string(extconf, "default", "extensions")))
971 extensions = "default";
1039 /* no '-extfile' option, so we look for extensions
[all...]

Completed in 319 milliseconds

1234567891011