Searched refs:apps (Results 51 - 75 of 308) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/test/
H A Dtrsa3 if ../util/shlib_wrap.sh ../apps/openssl no-rsa; then
8 cmd='../util/shlib_wrap.sh ../apps/openssl rsa'
H A Dtestssl.com11 $ exe_dir = "sys$disk:[-.''__arch'.exe.apps]"
15 $ key="[-.apps]server.pem"
21 $ cert="[-.apps]server.pem"
188 $ mcr 'texe_dir'ssltest -v -bio_pair -tls1 -cert [-.apps]server2.pem -no_dhe -num 10 -f -time
196 $ mcr 'texe_dir'ssltest -v -bio_pair -tls1 -cert [-.apps]server2.pem -dhe1024dsa -num 10 -f -time
H A DMakefile142 tests: exe apps $(TESTS)
144 apps:
145 @(cd ..; $(MAKE) DIRS=apps all)
215 test_enc: ../apps/openssl$(EXE_EXT) testenc
218 test_x509: ../apps/openssl$(EXE_EXT) tx509 testx509.pem v3-cert1.pem v3-cert2.pem
226 test_rsa: $(RSATEST)$(EXE_EXT) ../apps/openssl$(EXE_EXT) trsa testrsa.pem
230 test_crl: ../apps/openssl$(EXE_EXT) tcrl testcrl.pem
233 test_sid: ../apps/openssl$(EXE_EXT) tsid testsid.pem
236 test_req: ../apps/openssl$(EXE_EXT) treq testreq.pem testreq2.pem
240 test_pkcs7: ../apps/openss
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/project/gpl/l7filter/
H A Dl7_filter_main.c192 int apps, priority, i; local
194 /* Set default apps priority */
203 sscanf(temp, "%d:%d", &apps, &priority);
206 if (apps >= 1 && apps <= L7_ENUM_TOTAL &&
209 printk("L7 apps %d, priority %d\n", apps, priority);
210 qos_l7_apps_priority[apps] = priority;
259 static int modify_dscp(struct sk_buff *skb, int apps) argument
266 l7_prio = qos_l7_apps_priority[apps];
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/md4/
H A DMakefile47 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
74 rm -f ../../include/openssl/$(EXHEADER) ../../test/$(TEST) ../../apps/$(APPS)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/md4/
H A DMakefile47 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
74 rm -f ../../include/openssl/$(EXHEADER) ../../test/$(TEST) ../../apps/$(APPS)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/ssltest-ecc/
H A DECCcertgen.sh3 # For a list of supported curves, use "apps/openssl ecparam -list_curves".
8 OPENSSL_CMD=$OPENSSL_DIR/apps/openssl
10 OPENSSL_CNF="-config $OPENSSL_DIR/apps/openssl.cnf"
69 -extfile $OPENSSL_DIR/apps/openssl.cnf \
H A DRSAcertgen.sh3 # For a list of supported curves, use "apps/openssl ecparam -list_curves".
8 OPENSSL_CMD=$OPENSSL_DIR/apps/openssl
10 OPENSSL_CNF="-config $OPENSSL_DIR/apps/openssl.cnf"
56 -extfile $OPENSSL_DIR/apps/openssl.cnf \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/ssltest-ecc/
H A DECCcertgen.sh3 # For a list of supported curves, use "apps/openssl ecparam -list_curves".
8 OPENSSL_CMD=$OPENSSL_DIR/apps/openssl
10 OPENSSL_CNF="-config $OPENSSL_DIR/apps/openssl.cnf"
69 -extfile $OPENSSL_DIR/apps/openssl.cnf \
H A DRSAcertgen.sh3 # For a list of supported curves, use "apps/openssl ecparam -list_curves".
8 OPENSSL_CMD=$OPENSSL_DIR/apps/openssl
10 OPENSSL_CNF="-config $OPENSSL_DIR/apps/openssl.cnf"
56 -extfile $OPENSSL_DIR/apps/openssl.cnf \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dtreq.com5 $ exe_dir := sys$disk:[-.'__arch'.exe.apps]
7 $ cmd := mcr 'exe_dir'openssl req -config [-.apps]openssl-vms.cnf
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/ssltest-ecc/
H A DECCcertgen.sh3 # For a list of supported curves, use "apps/openssl ecparam -list_curves".
8 OPENSSL_CMD=$OPENSSL_DIR/apps/openssl
10 OPENSSL_CNF="-config $OPENSSL_DIR/apps/openssl.cnf"
69 -extfile $OPENSSL_DIR/apps/openssl.cnf \
H A DRSAcertgen.sh3 # For a list of supported curves, use "apps/openssl ecparam -list_curves".
8 OPENSSL_CMD=$OPENSSL_DIR/apps/openssl
10 OPENSSL_CNF="-config $OPENSSL_DIR/apps/openssl.cnf"
56 -extfile $OPENSSL_DIR/apps/openssl.cnf \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/l7filter/
H A Dl7_filter_main.c190 int apps, priority, i; local
192 /* Set default apps priority */
201 sscanf(temp, "%d:%d", &apps, &priority);
204 if (apps >= 1 && apps <= L7_ENUM_TOTAL &&
207 qos_l7_apps_priority[apps] = priority;
256 static int modify_dscp(struct sk_buff *skb, int apps) argument
263 l7_prio = qos_l7_apps_priority[apps];
265 //printk("#### Got L7apps %d, orig prio %d, l7 prio %d\n", apps, pkt_prio, l7_prio);
294 // printk("!!!!!! Promote L7apps %d prio from %d to %d\n", apps, pkt_pri
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/
H A DMakefile.bak142 DIRS= crypto ssl engines apps test tools
292 @dir=apps; target=all; $(BUILD_ONE_CMD)
449 rehash.time: certs apps
452 [ -x "apps/openssl.exe" ] && OPENSSL="apps/openssl.exe" || :; \
463 $(CLEARENV) && $(MAKE) -e $(BUILDENV) TOP=.. TESTS='$(TESTS)' OPENSSL_DEBUG_MEMORY=on OPENSSL_CONF=../apps/openssl.cnf tests );
464 OPENSSL_CONF=apps/openssl.cnf util/opensslwrap.sh version -a
623 for subdir in apps crypto ssl; do \
630 | pod2html --podroot=doc --htmlroot=.. --podpath=apps:crypto:ssl \
654 set -e; for i in doc/apps/*
[all...]
H A DMakefile.org139 DIRS= crypto ssl engines apps test tools
289 @dir=apps; target=all; $(BUILD_ONE_CMD)
446 rehash.time: certs apps
449 [ -x "apps/openssl.exe" ] && OPENSSL="apps/openssl.exe" || :; \
460 $(CLEARENV) && $(MAKE) -e $(BUILDENV) TOP=.. TESTS='$(TESTS)' OPENSSL_DEBUG_MEMORY=on OPENSSL_CONF=../apps/openssl.cnf tests );
461 OPENSSL_CONF=apps/openssl.cnf util/opensslwrap.sh version -a
620 for subdir in apps crypto ssl; do \
627 | pod2html --podroot=doc --htmlroot=.. --podpath=apps:crypto:ssl \
651 set -e; for i in doc/apps/*
[all...]
H A DMakefile142 DIRS= crypto ssl engines apps test tools
292 @dir=apps; target=all; $(BUILD_ONE_CMD)
449 rehash.time: certs apps
452 [ -x "apps/openssl.exe" ] && OPENSSL="apps/openssl.exe" || :; \
463 $(CLEARENV) && $(MAKE) -e $(BUILDENV) TOP=.. TESTS='$(TESTS)' OPENSSL_DEBUG_MEMORY=on OPENSSL_CONF=../apps/openssl.cnf tests );
464 OPENSSL_CONF=apps/openssl.cnf util/opensslwrap.sh version -a
623 for subdir in apps crypto ssl; do \
630 | pod2html --podroot=doc --htmlroot=.. --podpath=apps:crypto:ssl \
654 set -e; for i in doc/apps/*
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/test/
H A Dtestssl.com11 $ exe_dir = "sys$disk:[-.''__arch'.exe.apps]"
15 $ key="[-.apps]server.pem"
21 $ cert="[-.apps]server.pem"
188 $ mcr 'texe_dir'ssltest -v -bio_pair -tls1 -cert [-.apps]server2.pem -no_dhe -num 10 -f -time
196 $ mcr 'texe_dir'ssltest -v -bio_pair -tls1 -cert [-.apps]server2.pem -dhe1024dsa -num 10 -f -time
H A DMakefile142 tests: exe apps $(TESTS)
144 apps:
145 @(cd ..; $(MAKE) DIRS=apps all)
215 test_enc: ../apps/openssl$(EXE_EXT) testenc
218 test_x509: ../apps/openssl$(EXE_EXT) tx509 testx509.pem v3-cert1.pem v3-cert2.pem
226 test_rsa: $(RSATEST)$(EXE_EXT) ../apps/openssl$(EXE_EXT) trsa testrsa.pem
230 test_crl: ../apps/openssl$(EXE_EXT) tcrl testcrl.pem
233 test_sid: ../apps/openssl$(EXE_EXT) tsid testsid.pem
236 test_req: ../apps/openssl$(EXE_EXT) treq testreq.pem testreq2.pem
240 test_pkcs7: ../apps/openss
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/
H A DMakefile.bak142 DIRS= crypto ssl engines apps test tools
292 @dir=apps; target=all; $(BUILD_ONE_CMD)
449 rehash.time: certs apps
452 [ -x "apps/openssl.exe" ] && OPENSSL="apps/openssl.exe" || :; \
463 $(CLEARENV) && $(MAKE) -e $(BUILDENV) TOP=.. TESTS='$(TESTS)' OPENSSL_DEBUG_MEMORY=on OPENSSL_CONF=../apps/openssl.cnf tests );
464 OPENSSL_CONF=apps/openssl.cnf util/opensslwrap.sh version -a
623 for subdir in apps crypto ssl; do \
630 | pod2html --podroot=doc --htmlroot=.. --podpath=apps:crypto:ssl \
654 set -e; for i in doc/apps/*
[all...]
H A DMakefile.org139 DIRS= crypto ssl engines apps test tools
289 @dir=apps; target=all; $(BUILD_ONE_CMD)
446 rehash.time: certs apps
449 [ -x "apps/openssl.exe" ] && OPENSSL="apps/openssl.exe" || :; \
460 $(CLEARENV) && $(MAKE) -e $(BUILDENV) TOP=.. TESTS='$(TESTS)' OPENSSL_DEBUG_MEMORY=on OPENSSL_CONF=../apps/openssl.cnf tests );
461 OPENSSL_CONF=apps/openssl.cnf util/opensslwrap.sh version -a
620 for subdir in apps crypto ssl; do \
627 | pod2html --podroot=doc --htmlroot=.. --podpath=apps:crypto:ssl \
651 set -e; for i in doc/apps/*
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/
H A DMakefile.org107 DIRS= crypto ssl apps
237 @dir=apps; target=all; $(BUILD_ONE_CMD)
428 apps/openssl-vms.cnf: apps/openssl.cnf
429 $(PERL) VMS/VMSify-conf.pl < apps/openssl.cnf > apps/openssl-vms.cnf
439 update: errors stacks util/libeay.num util/ssleay.num crypto/objects/obj_dat.h apps/openssl-vms.cnf crypto/bn/bn_prime.h TABLE depend
553 set -e; for i in doc/apps/*.pod; do \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/krb5/
H A DMakefile47 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/krb5/
H A DMakefile47 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/krb5/
H A DMakefile47 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)

Completed in 195 milliseconds

1234567891011>>