Home
last modified time | relevance | path

Searched refs:apps (Results 1 – 25 of 152) sorted by relevance

1234567

/netbsd-src/crypto/external/bsd/openssl.old/dist/demos/certs/apps/
H A Dmkacerts.sh8 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 | \
H A Dmkxcerts.sh5 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 \
/netbsd-src/crypto/external/bsd/openssl/dist/demos/certs/apps/
H A Dmkacerts.sh8 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 | \
H A Dmkxcerts.sh5 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 \
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
H A Dicons_png.qrc3 <file alias="wpa_gui.png">icons/hicolor/16x16/apps/wpa_gui.png</file>
4 <file alias="ap.png">icons/hicolor/32x32/apps/ap.png</file>
5 <file alias="laptop.png">icons/hicolor/32x32/apps/laptop.png</file>
6 <file alias="group.png">icons/hicolor/32x32/apps/group.png</file>
7 <file alias="invitation.png">icons/hicolor/32x32/apps/invitation.png</file>
/netbsd-src/external/bsd/unbound/dist/contrib/ios/
H A Dopenssl.patch1 --- apps/speed.c
2 +++ apps/speed.c
25 --- apps/ocsp.c
26 +++ apps/ocsp.c
/netbsd-src/crypto/external/bsd/openssl/lib/libapps/
H A Dapps_lib.inc3 .PATH: ${OPENSSLSRC}/apps/lib
11 apps.c \
28 CPPFLAGS.${commonsrc} += -I${OPENSSLSRC}/apps/lib ${APPS_LIBCPPFLAGS}
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/
H A Dnouveau_nvkm_subdev_fb_gp102.c79 nvkm_falcon_load_imem(falcon, scrub_data + lhdr->apps[0], in gp102_fb_vpr_scrub()
80 ALIGN(lhdr->apps[0], 0x100), in gp102_fb_vpr_scrub()
81 lhdr->apps[1], in gp102_fb_vpr_scrub()
82 lhdr->apps[0] >> 8, 0, true); in gp102_fb_vpr_scrub()
/netbsd-src/crypto/external/bsd/openssl/dist/Configurations/
H A DREADME-design.md53 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 …]
H A Dwindows-makefile.tmpl184 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 …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/
H A Dautogen.sh12 if test -f $d/share/apps/kdelibs/admin/cvs.sh; then
22 cp -a $kdedir/share/apps/kdelibs/admin .
23 …sed -e s/AC_FOREACH/INCOMPATIBLE_FOREACH/g < $kdedir/share/apps/kdelibs/admin/acinclude.m4.in > ad…
/netbsd-src/crypto/external/bsd/openssl.old/dist/Configurations/
H A DREADME.design53 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/openssl' (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
156 PROGRAMS=apps/openssl
157 SOURCE[apps/openssl]=apps/openssl.c
158 INCLUDE[apps/openssl]=. include
159 DEPEND[apps/openssl]=libssl
[all …]
H A Dwindows-makefile.tmpl104 {- output_off() if $disabled{apps}; "" -}
106 MISC_SCRIPTS="$(BLDDIR)\apps\CA.pl" "$(BLDDIR)\apps\tsget.pl"
107 {- output_on() if $disabled{apps}; "" -}
110 "\"".catfile("apps","openssl")."\"" -}
361 "$(PERL)" -e "map { m/(.*)\.dll$$/; unlink glob """{.,apps,test,fuzz}/$$1.*"""; } @ARGV" $(SHLIBS)
372 -del /Q /S /F apps\*.lib apps\*.rc apps\*.res apps\*.exp
399 @"$(PERL)" "$(SRCDIR)\util\copy.pl" "$(SRCDIR)\apps\openssl.cnf" \
402 "$(PERL)" "$(SRCDIR)\util\copy.pl" "$(SRCDIR)\apps\openssl.cnf" \
406 @"$(PERL)" "$(SRCDIR)\util\copy.pl" "$(SRCDIR)\apps\ct_log_list.cnf" \
409 "$(PERL)" "$(SRCDIR)\util\copy.pl" "$(SRCDIR)\apps\ct_log_list.cnf" \
[all …]
/netbsd-src/crypto/external/bsd/openssl/bin/
H A DMakefile69 CPPFLAGS+= -I${OPENSSLSRC}/include -I${OPENSSLSRC}/apps/include
72 PROGDPLIBS+= apps ${OPENSSLSRC}/../lib/libapps
81 .PATH: ${OPENSSLSRC}/apps
/netbsd-src/crypto/external/bsd/openssl/dist/demos/certs/
H A Docsprun.sh5 OPENSSL=../../apps/openssl
6 OPENSSL_CONF=../../apps/openssl.cnf
H A Docspquery.sh4 OPENSSL=../../apps/openssl
5 OPENSSL_CONF=../../apps/openssl.cnf
/netbsd-src/crypto/external/bsd/openssl.old/dist/demos/certs/
H A Docsprun.sh5 OPENSSL=../../apps/openssl
6 OPENSSL_CONF=../../apps/openssl.cnf
H A Docspquery.sh4 OPENSSL=../../apps/openssl
5 OPENSSL_CONF=../../apps/openssl.cnf
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/nvfw/
H A Dnouveau_nvkm_nvfw_hs.c63 hdr->apps[(i * 2) + 0], hdr->apps[(i * 2) + 1]); in nvfw_hs_load_header()
/netbsd-src/crypto/external/bsd/openssl/lib/libcryptotest/
H A DMakefile12 .PATH: ${OPENSSLSRC}/test/testutil ${OPENSSLSRC}/apps/lib
15 CPPFLAGS+= -I${OPENSSLSRC}/apps/include
/netbsd-src/doc/roadmaps/
H A Dsecurity37 browsers, and entirely unsuitable for 3rd-party "apps" such as found
41 per-application basis and allows imposing restrictions on what apps
42 may do, what data apps may read, and also supports policies like
53 models also do not provide for lying to apps that demand access you
/netbsd-src/crypto/external/bsd/openssl/dist/apps/lib/
H A Dbuild.info11 $LIBAPPSSRC=apps.c apps_ui.c opt.c fmt.c s_cb.c s_socket.c app_rand.c \
15 IF[{- !$disabled{apps} -}]
/netbsd-src/external/gpl2/xcvs/dist/m4/
H A Dunlocked-io.m424 Unlocked I/O can improve performance in unithreaded apps,
25 but it is not safe for multithreaded apps.])
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-m4/
H A Dunlocked-io.m422 Unlocked I/O can improve performance in unithreaded apps,
23 but it is not safe for multithreaded apps.])
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-m4/
H A Dunlocked-io.m422 Unlocked I/O can improve performance in unithreaded apps,
23 but it is not safe for multithreaded apps.])

1234567