Searched refs:apps (Results 1 – 25 of 100) sorted by relevance
1234
| /freebsd-14-stable/crypto/openssl/test/ |
| HD | build.info | 1 # TODO: use ../apps/libapps.a instead of direct ../apps/lib source. 4 # Most of all, ../apps/lib/apps.c needs to be divided in smaller pieces to 7 # Auxiliary program source (copied from ../apps/build.info) 10 $AUXLIBAPPSSRC=../apps/lib/win32_init.c 13 $AUXLIBAPPSSRC=../apps/lib/vms_term_sock.c ../apps/lib/vms_decc_argv.c 20 $LIBAPPSSRC=../apps/lib/opt.c $AUXLIBAPPSSRC 30 INCLUDE[libtestutil.a]=../include ../apps/include .. 71 INCLUDE[confdump]=../include ../apps/include 75 INCLUDE[versions]=../include ../apps/include 79 INCLUDE[aborttest]=../include ../apps/include [all …]
|
| /freebsd-14-stable/crypto/openssl/demos/certs/apps/ |
| HD | mkacerts.sh | 8 CN="OpenSSL Test Root CA" $OPENSSL req -config apps.cnf -x509 -nodes \ 11 CN="OpenSSL Test Intermediate CA" $OPENSSL req -config apps.cnf -nodes \ 15 -extfile apps.cnf -extensions v3_ca -CAcreateserial -out intca.pem 17 CN="Test Client Cert" $OPENSSL req -config apps.cnf -nodes \ 21 -extfile apps.cnf -extensions usr_cert -CAcreateserial | \ 24 CN="Test Server Cert" $OPENSSL req -config apps.cnf -nodes \ 28 -extfile apps.cnf -extensions usr_cert -CAcreateserial | \ 31 CN="Test Server Cert #2" $OPENSSL req -config apps.cnf -nodes \ 35 -extfile apps.cnf -extensions usr_cert -CAcreateserial | \
|
| HD | mkxcerts.sh | 5 OPENSSL=../../../apps/openssl 7 -config apps.cnf -extensions usr_cert -x509 -nodes \ 10 -config apps.cnf -extensions usr_cert -x509 -nodes \ 13 -config apps.cnf -extensions usr_cert -x509 -nodes \ 22 -config apps.cnf -extensions ec_cert -x509 -nodes \ 27 -config apps.cnf -extensions ec_cert -x509 -nodes \
|
| HD | apps.cnf | 2 # OpenSSL configuration file to create apps directory certificates
|
| /freebsd-14-stable/contrib/unbound/contrib/ios/ |
| HD | openssl.patch | 1 --- apps/speed.c 2 +++ apps/speed.c 25 --- apps/ocsp.c 26 +++ apps/ocsp.c
|
| /freebsd-14-stable/crypto/openssl/Configurations/ |
| HD | README-design.md | 53 composed of the program `apps/openssl`, the libraries `libssl` and 69 # apps/build.info 75 This is the `build.info` file in `apps/`, one may notice that all file 78 called `apps/openss` (the file name extension will depend on the 80 built from one source file, `apps/openssl.c`, and building it requires 82 from the point of view of the `apps/` directory), and that the program 153 PROGRAMS=apps/openssl 154 SOURCE[apps/openssl]=apps/openssl.c 155 INCLUDE[apps/openssl]=. include 156 DEPEND[apps/openssl]=libssl [all …]
|
| HD | windows-makefile.tmpl | 184 catfile("apps","openssl") -}" 463 "$(PERL)" -e "map { m/(.*)\.dll$$/; unlink glob """{.,apps,test,fuzz}/$$1.*"""; } @ARGV" $(SHLIBS) 478 -del /Q /S /F apps\*.lib apps\*.rc apps\*.res apps\*.exp 531 @"$(PERL)" "$(SRCDIR)\util\copy.pl" "$(SRCDIR)\apps\openssl.cnf" \ 534 "$(PERL)" "$(SRCDIR)\util\copy.pl" "$(SRCDIR)\apps\openssl.cnf" \ 539 @"$(PERL)" "$(SRCDIR)\util\copy.pl" "$(SRCDIR)\apps\ct_log_list.cnf" \ 542 "$(PERL)" "$(SRCDIR)\util\copy.pl" "$(SRCDIR)\apps\ct_log_list.cnf" \ 647 copy-utils: $(BLDDIR)\apps\openssl.cnf 649 $(BLDDIR)\apps\openssl.cnf: makefile 650 @if NOT EXIST "$(BLDDIR)\apps" mkdir "$(BLDDIR)\apps" [all …]
|
| HD | unix-Makefile.tmpl | 269 catfile("apps","openssl") -}" 561 $(RM) apps/$$s1; \ 675 @$(ECHO) "install $(SRCDIR)/apps/openssl.cnf -> $(DESTDIR)$(OPENSSLDIR)/openssl.cnf.dist" 676 @cp $(SRCDIR)/apps/openssl.cnf "$(DESTDIR)$(OPENSSLDIR)/openssl.cnf.new" 680 $(ECHO) "install $(SRCDIR)/apps/openssl.cnf -> $(DESTDIR)$(OPENSSLDIR)/openssl.cnf"; \ 681 cp $(SRCDIR)/apps/openssl.cnf "$(DESTDIR)$(OPENSSLDIR)/openssl.cnf"; \ 684 @$(ECHO) "install $(SRCDIR)/apps/ct_log_list.cnf -> $(DESTDIR)$(OPENSSLDIR)/ct_log_list.cnf.dist" 685 @cp $(SRCDIR)/apps/ct_log_list.cnf "$(DESTDIR)$(OPENSSLDIR)/ct_log_list.cnf.new" 689 $(ECHO) "install $(SRCDIR)/apps/ct_log_list.cnf -> $(DESTDIR)$(OPENSSLDIR)/ct_log_list.cnf"; \ 690 cp $(SRCDIR)/apps/ct_log_list.cnf "$(DESTDIR)$(OPENSSLDIR)/ct_log_list.cnf"; \ [all …]
|
| /freebsd-14-stable/crypto/openssl/demos/certs/ |
| HD | ocsprun.sh | 5 OPENSSL=../../apps/openssl 6 OPENSSL_CONF=../../apps/openssl.cnf
|
| HD | ocspquery.sh | 4 OPENSSL=../../apps/openssl 5 OPENSSL_CONF=../../apps/openssl.cnf
|
| HD | mkcerts.sh | 3 OPENSSL=../../apps/openssl 4 OPENSSL_CONF=../../apps/openssl.cnf
|
| /freebsd-14-stable/secure/usr.bin/openssl/ |
| HD | Makefile | 14 CFLAGS+= -I${LCRYPTO_SRC}/apps/include 27 SRCS+= lib/apps.c lib/apps_ui.c lib/opt.c lib/fmt.c lib/s_cb.c lib/s_socket.c 35 .PATH: ${LCRYPTO_SRC}/apps \
|
| /freebsd-14-stable/crypto/openssl/apps/lib/ |
| HD | build.info | 11 $LIBAPPSSRC=apps.c apps_ui.c opt.c fmt.c s_cb.c s_socket.c app_rand.c \ 15 IF[{- !$disabled{apps} -}]
|
| /freebsd-14-stable/crypto/openssl/tools/ |
| HD | build.info | 4 IF[{- !$disabled{apps} -}]
|
| /freebsd-14-stable/sys/contrib/device-tree/Bindings/soc/qcom/ |
| D | qcom,smsm.txt | 79 wireless processor, defined from the 8974 apps processor's point-of-view. It 91 apps_smsm: apps@0 {
|
| /freebsd-14-stable/crypto/openssl/test/recipes/95-test_external_pyca_data/ |
| HD | cryptography.sh | 17 O_EXE=`pwd`/$BLDTOP/apps
|
| /freebsd-14-stable/crypto/openssl/doc/ |
| HD | README.md | 29 Formatted versions of the manpages (apps,ssl,crypto) can be found at
|
| /freebsd-14-stable/crypto/openssl/doc/HOWTO/ |
| HD | certificates.txt | 14 Certificate authorities should read https://www.openssl.org/docs/apps/ca.html. 19 openssl.cnf and is described at https://www.openssl.org/docs/apps/config.html. 80 https://www.openssl.org/docs/apps/ca.html.
|
| /freebsd-14-stable/sys/dev/ice/ |
| HD | ice_rdma.h | 206 struct ice_qos_app_priority_table apps[ICE_QOS_MAX_APPS]; member
|
| HD | ice_rdma.c | 402 qos_info->apps[j].priority = dcbx_cfg->app[j].priority; in ice_rdma_cp_qos_info() 403 qos_info->apps[j].prot_id = dcbx_cfg->app[j].prot_id; in ice_rdma_cp_qos_info() 404 qos_info->apps[j].selector = dcbx_cfg->app[j].selector; in ice_rdma_cp_qos_info()
|
| /freebsd-14-stable/tools/tools/net80211/scripts/ |
| HD | config | 59 # applications (may want ../ for wlan test apps)
|
| /freebsd-14-stable/crypto/openssl/doc/man3/ |
| HD | OPENSSL_ia32cap.pod | 74 C<env OPENSSL_ia32cap=0x16980010 apps/openssl>, or better yet 75 C<env OPENSSL_ia32cap=~0x1000000 apps/openssl> would achieve the desired
|
| /freebsd-14-stable/sys/contrib/device-tree/Bindings/reset/ |
| D | fsl,imx7-src.txt | 45 reset-names = "pciephy", "apps";
|
| /freebsd-14-stable/sys/contrib/device-tree/Bindings/misc/ |
| D | qcom,fastrpc.txt | 71 qcom,smd-channels = "fastrpcsmd-apps-dsp";
|
| /freebsd-14-stable/sys/contrib/device-tree/src/arm64/qcom/ |
| HD | ipq5332.dtsi | 305 compatible = "qcom,ipq5332-apcs-apps-global", 306 "qcom,ipq6018-apcs-apps-global";
|
1234