Home
last modified time | relevance | path

Searched refs:SRCS (Results 1 – 25 of 961) sorted by relevance

12345678910>>...39

/openbsd/src/lib/libcrypto/
DMakefile60 SRCS+= crypto_err.c
61 SRCS+= crypto_ex_data.c
62 SRCS+= crypto_init.c
63 SRCS+= crypto_legacy.c
64 SRCS+= crypto_lock.c
65 SRCS+= crypto_memory.c
68 SRCS+= aes.c
69 SRCS+= aes_core.c
70 SRCS+= aes_ige.c
73 SRCS+= a_bitstr.c
[all …]
/openbsd/src/usr.sbin/smtpd/smtpd/
DMakefile7 SRCS= aliases.c macro
8 SRCS+= bounce.c
9 SRCS+= ca.c
10 SRCS+= compress_backend.c
11 SRCS+= config.c
12 SRCS+= control.c
13 SRCS+= crypto.c
14 SRCS+= dict.c
15 SRCS+= dns.c
16 SRCS+= unpack_dns.c
[all …]
/openbsd/src/usr.sbin/smtpd/smtpctl/
DMakefile25 SRCS= enqueue.c macro
26 SRCS+= parser.c
27 SRCS+= log.c
28 SRCS+= envelope.c
29 SRCS+= crypto.c
30 SRCS+= queue_backend.c
31 SRCS+= queue_fs.c
32 SRCS+= smtpctl.c
33 SRCS+= util.c
34 SRCS+= compress_backend.c
[all …]
/openbsd/src/usr.sbin/lpd/
DMakefile5 SRCS+= control.c
6 SRCS+= engine.c
7 SRCS+= engine_lpr.c
8 SRCS+= frontend.c
9 SRCS+= frontend_lpr.c
10 SRCS+= iobuf.c
11 SRCS+= io.c
12 SRCS+= log.c
13 SRCS+= logmsg.c
14 SRCS+= lp.c
[all …]
/openbsd/src/regress/usr.bin/ssh/unittests/misc/
DMakefile4 SRCS=tests.c macro
5 SRCS+= test_convtime.c
6 SRCS+= test_expand.c
7 SRCS+= test_parse.c
8 SRCS+= test_argv.c
9 SRCS+= test_strdelim.c
10 SRCS+= test_hpdelim.c
11 SRCS+= test_ptimeout.c
14 SRCS+= sshbuf.c
15 SRCS+= sshbuf-getput-basic.c
[all …]
/openbsd/src/regress/usr.bin/ssh/unittests/kex/
DMakefile4 SRCS=tests.c test_kex.c test_proposal.c macro
7 SRCS+=sshbuf-getput-basic.c sshbuf-getput-crypto.c sshbuf-misc.c sshbuf.c
8 SRCS+=sshbuf-io.c atomicio.c sshkey.c authfile.c cipher.c log.c ssh-rsa.c
9 SRCS+=ssh-dss.c ssh-ecdsa.c ssh-ed25519.c mac.c umac.c umac128.c hmac.c misc.c
10 SRCS+=ssherr.c uidswap.c cleanup.c xmalloc.c match.c krl.c fatal.c
11 SRCS+=addr.c addrmatch.c bitmap.c packet.c dispatch.c canohost.c ssh_api.c
12 SRCS+=compat.c ed25519.c hash.c
13 SRCS+=cipher-chachapoly.c chacha.c poly1305.c ssh-ecdsa-sk.c ssh-sk.c
14 SRCS+=ssh-ed25519-sk.c sk-usbhid.c
16 SRCS+= kex.c
[all …]
/openbsd/src/lib/libcrypto/arch/amd64/
DMakefile.inc8 SRCS += crypto_cpu_caps.c
28 SRCS += bn_arch.c
29 SRCS += bignum_add.S
30 SRCS += bignum_cmadd.S
31 SRCS += bignum_cmul.S
32 SRCS += bignum_mul.S
33 SRCS += bignum_mul_4_8_alt.S
34 SRCS += bignum_mul_8_16_alt.S
35 SRCS += bignum_sqr.S
36 SRCS += bignum_sqr_4_8_alt.S
[all …]
/openbsd/src/usr.sbin/installboot/
DMakefile4 SRCS= installboot.c util.c macro
15 SRCS += i386_installboot.c
16 SRCS += i386_nlist.c
17 SRCS += i386_softraid.c
21 SRCS += efi_softraid.c
23 SRCS += efi_installboot.c
26 SRCS += hppa_installboot.c
28 SRCS += landisk_installboot.c
30 SRCS += loongson_installboot.c
32 SRCS += macppc_installboot.c
[all …]
/openbsd/src/distrib/special/installboot/
DMakefile6 SRCS= installboot.c util.c macro
14 SRCS += i386_installboot.c
15 SRCS += i386_nlist.c
16 SRCS += i386_softraid.c
20 SRCS += efi_softraid.c
22 SRCS += efi_installboot.c
25 SRCS += hppa_installboot.c
27 SRCS += landisk_installboot.c
29 SRCS += loongson_installboot.c
31 SRCS += macppc_installboot.c
[all …]
/openbsd/src/sys/arch/luna88k/stand/boot/
DMakefile29 SRCS= locore.S macro
30 SRCS+= init_main.c
31 SRCS+= fault.c setjmp.S
32 SRCS+= devopen.c
33 SRCS+= conf.c
34 SRCS+= exec.c
35 SRCS+= sio.c
36 SRCS+= bmc.c bmd.c font.c kbd.c
37 SRCS+= sc.c sd.c
38 SRCS+= ufs_disksubr.c
[all …]
/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/go/
Dbuildgo.sh5 SRCS="
45 SRCS="
46 $SRCS
80 SRCS="$SRCS ../../sanitizer_common/sanitizer_linux_s390.cpp"
93 SRCS="
94 $SRCS
114 SRCS="
115 $SRCS
130 SRCS="
131 $SRCS
[all …]
/openbsd/src/regress/usr.bin/ssh/unittests/sshbuf/
DMakefile4 SRCS=tests.c macro
5 SRCS+=test_sshbuf.c
6 SRCS+=test_sshbuf_getput_basic.c
7 SRCS+=test_sshbuf_getput_crypto.c
8 SRCS+=test_sshbuf_misc.c
9 SRCS+=test_sshbuf_fuzz.c
10 SRCS+=test_sshbuf_getput_fuzz.c
11 SRCS+=test_sshbuf_fixed.c
14 SRCS+=sshbuf-getput-basic.c sshbuf-getput-crypto.c sshbuf-misc.c sshbuf.c
15 SRCS+=sshbuf-io.c atomicio.c misc.c xmalloc.c log.c fatal.c ssherr.c cleanup.c
[all …]
/openbsd/src/regress/usr.bin/ssh/unittests/authopt/
DMakefile4 SRCS=tests.c macro
6 SRCS+=auth-options.c
9 SRCS+=sshbuf-getput-basic.c sshbuf-getput-crypto.c sshbuf-misc.c sshbuf.c
10 SRCS+=sshbuf-io.c atomicio.c sshkey.c authfile.c cipher.c log.c ssh-rsa.c
11 SRCS+=ssh-dss.c ssh-ecdsa.c ssh-ed25519.c mac.c umac.c umac128.c hmac.c misc.c
12 SRCS+=ssherr.c uidswap.c cleanup.c xmalloc.c match.c krl.c fatal.c
13 SRCS+=addr.c addrmatch.c bitmap.c
14 SRCS+=ed25519.c hash.c
15 SRCS+=cipher-chachapoly.c chacha.c poly1305.c ssh-ecdsa-sk.c ssh-sk.c
16 SRCS+=ssh-ed25519-sk.c sk-usbhid.c
[all …]
/openbsd/src/regress/lib/libexpat/runtestspp/
DMakefile3 SRCS= runtestspp.cpp macro
4 SRCS+= acc_tests.c alloc_tests.c
5 SRCS+= basic_tests.c
6 SRCS+= chardata.c common.c
7 SRCS+= dummy.c
8 SRCS+= handlers.c
9 SRCS+= memcheck.c minicheck.c misc_tests.c
10 SRCS+= ns_tests.c nsalloc_tests.c
11 SRCS+= structdata.c
/openbsd/src/regress/lib/libexpat/runtests/
DMakefile3 SRCS= runtests.c macro
4 SRCS+= acc_tests.c alloc_tests.c
5 SRCS+= basic_tests.c
6 SRCS+= chardata.c common.c
7 SRCS+= dummy.c
8 SRCS+= handlers.c
9 SRCS+= memcheck.c minicheck.c misc_tests.c
10 SRCS+= ns_tests.c nsalloc_tests.c
11 SRCS+= structdata.c
/openbsd/src/sys/arch/i386/stand/boot/
DMakefile22 SRCS= srt0.S conf.c macro
26 SRCS+= boot.c bootarg.c cmd.c vars.c
29 SRCS+= debug_i386.S
30 SRCS+= gidt.S pslid.S mdrandom.c
31 SRCS+= apmprobe.c debug.c pciprobe.c ps2probe.c
32 SRCS+= cmd_i386.c dev_i386.c exec_i386.c gateA20.c machdep.c
33 SRCS+= bioscons.c biosdev.c diskprobe.c memprobe.c time.c
35 SRCS+= softraid_i386.c
39 SRCS+= alloc.c ctime.c exit.c getchar.c hexdump.c \
43 SRCS+= close.c closeall.c cons.c cread.c dev.c disklabel.c dkcksum.c fchmod.c \
[all …]
/openbsd/src/lib/libc/arch/riscv64/gen/
DMakefile.inc2 SRCS+= ldexp.c
3 SRCS+= infinity.c modf.c nan.c
4 SRCS+= flt_rounds.c
5 SRCS+= fpclassifyl.c
6 SRCS+= fpgetmask.c fpgetround.c fpgetsticky.c
7 SRCS+= fpsetmask.c fpsetround.c fpsetsticky.c
8 SRCS+= fabs.c usertc.c
9 SRCS+= setjmp.S _setjmp.S sigsetjmp.S
10 SRCS+= isnanl.c signbitl.c isfinitel.c isinfl.c isnormall.c
/openbsd/src/lib/libc/arch/aarch64/gen/
DMakefile.inc4 SRCS+= fabs.c flt_rounds.c infinity.c
5 SRCS+= ldexp.c modf.c nan.c
6 SRCS+= setjmp.S _setjmp.S sigsetjmp.S
7 SRCS+= clz_tab.c
8 SRCS+= fpgetmask.c fpgetround.c fpgetsticky.c
9 SRCS+= fpsetmask.c fpsetround.c fpsetsticky.c
10 SRCS+= fpclassifyl.c
11 SRCS+= isfinitel.c isinfl.c isnanl.c isnormall.c
12 SRCS+= signbitl.c usertc.c
/openbsd/src/regress/usr.bin/ssh/unittests/sshsig/
DMakefile4 SRCS=tests.c macro
7 SRCS+=sshbuf-getput-basic.c sshbuf-getput-crypto.c sshbuf-misc.c sshbuf.c
8 SRCS+=sshbuf-io.c atomicio.c sshkey.c authfile.c cipher.c log.c ssh-rsa.c
9 SRCS+=ssh-dss.c ssh-ecdsa.c ssh-ed25519.c mac.c umac.c umac128.c hmac.c misc.c
10 SRCS+=ssherr.c uidswap.c cleanup.c xmalloc.c match.c krl.c fatal.c
11 SRCS+=addr.c addrmatch.c bitmap.c sshsig.c
12 SRCS+=ed25519.c hash.c
13 SRCS+=cipher-chachapoly.c chacha.c poly1305.c ssh-ecdsa-sk.c ssh-sk.c
14 SRCS+=ssh-ed25519-sk.c sk-usbhid.c
16 SRCS+=digest-openssl.c
[all …]
/openbsd/src/regress/usr.bin/ssh/unittests/hostkeys/
DMakefile4 SRCS=tests.c test_iterate.c macro
7 SRCS+=sshbuf-getput-basic.c sshbuf-getput-crypto.c sshbuf-misc.c sshbuf.c
8 SRCS+=sshbuf-io.c atomicio.c sshkey.c authfile.c cipher.c log.c ssh-rsa.c
9 SRCS+=ssh-dss.c ssh-ecdsa.c ssh-ed25519.c mac.c umac.c umac128.c hmac.c misc.c
10 SRCS+=ssherr.c uidswap.c cleanup.c xmalloc.c match.c krl.c fatal.c
11 SRCS+=addr.c addrmatch.c bitmap.c hostfile.c
12 SRCS+=ed25519.c hash.c
13 SRCS+=cipher-chachapoly.c chacha.c poly1305.c ssh-ecdsa-sk.c ssh-sk.c
14 SRCS+=ssh-ed25519-sk.c sk-usbhid.c
16 SRCS+=digest-openssl.c
[all …]
/openbsd/src/regress/usr.bin/ssh/unittests/sshkey/
DMakefile4 SRCS=tests.c test_sshkey.c test_file.c test_fuzz.c common.c macro
7 SRCS+=sshbuf-getput-basic.c sshbuf-getput-crypto.c sshbuf-misc.c sshbuf.c
8 SRCS+=sshbuf-io.c atomicio.c sshkey.c authfile.c cipher.c log.c ssh-rsa.c
9 SRCS+=ssh-dss.c ssh-ecdsa.c ssh-ed25519.c mac.c umac.c umac128.c hmac.c misc.c
10 SRCS+=ssherr.c uidswap.c cleanup.c xmalloc.c match.c krl.c fatal.c
11 SRCS+=addr.c addrmatch.c bitmap.c
12 SRCS+=ed25519.c hash.c
13 SRCS+=cipher-chachapoly.c chacha.c poly1305.c ssh-ecdsa-sk.c ssh-sk.c
14 SRCS+=ssh-ed25519-sk.c sk-usbhid.c
16 SRCS+=digest-openssl.c
[all …]
/openbsd/src/sys/arch/i386/stand/pxeboot/
DMakefile10 SRCS= srt0.S conf.c devopen.c open.c macro
20 SRCS+= debug_i386.S gidt.S pslid.S mdrandom.c
21 SRCS+= cmd_i386.c exec_i386.c gateA20.c machdep.c
22 SRCS+= apmprobe.c bioscons.c biosdev.c debug.c diskprobe.c memprobe.c \
24 SRCS+= pxe_call.S pxe.c pxe_net.c pxe_udp.c
25 SRCS+= softraid_i386.c
28 SRCS+= boot.c cmd.c vars.c bootarg.c
31 SRCS+= alloc.c ctime.c exit.c getchar.c globals.c hexdump.c \
35 SRCS+= close.c closeall.c cons.c cread.c dev.c disklabel.c dkcksum.c fchmod.c \
37 SRCS+= elf32.c elf64.c loadfile.c arc4.c
[all …]
/openbsd/src/sys/arch/amd64/stand/pxeboot/
DMakefile10 SRCS= srt0.S conf.c devopen.c open.c macro
21 SRCS+= machdep.c exec_i386.c cmd_i386.c run_amd64.S
22 SRCS+= gidt.S mdrandom.c biosdev.c bioscons.c gateA20.c \
24 SRCS+= pxe.c pxe_call.S pxe_net.c pxe_udp.c
25 SRCS+= softraid_amd64.c
28 SRCS+= boot.c cmd.c vars.c bootarg.c
31 SRCS+= alloc.c exit.c getchar.c getfile.c getln.c globals.c hexdump.c \
36 SRCS+= aes_xts.c bcrypt_pbkdf.c blowfish.c explicit_bzero.c hmac_sha1.c \
39 SRCS+= close.c closeall.c dev.c disklabel.c dkcksum.c fchmod.c fstat.c \
42 SRCS+= ether.c net.c netif.c rpc.c
[all …]
/openbsd/src/sys/arch/amd64/stand/boot/
DMakefile17 SRCS= srt0.S conf.c macro
25 SRCS+= boot.c bootarg.c cmd.c vars.c
28 SRCS+= gidt.S mdrandom.c run_amd64.S
29 SRCS+= cmd_i386.c dev_i386.c exec_i386.c gateA20.c machdep.c
30 SRCS+= bioscons.c biosdev.c diskprobe.c memprobe.c time.c
32 SRCS+= softraid_amd64.c
36 SRCS+= alloc.c ctime.c exit.c getchar.c hexdump.c \
40 SRCS+= close.c closeall.c cons.c cread.c dev.c disklabel.c dkcksum.c fchmod.c \
42 SRCS+= elf32.c elf64.c loadfile.c arc4.c
43 SRCS+= ufs.c
[all …]
/openbsd/src/sys/arch/i386/stand/cdboot/
DMakefile10 SRCS= srt0.S boot.c conf.c macro
20 SRCS+= debug_i386.S gidt.S pslid.S mdrandom.c
21 SRCS+= cmd_i386.c dev_i386.c exec_i386.c gateA20.c machdep.c
22 SRCS+= apmprobe.c bioscons.c biosdev.c debug.c diskprobe.c memprobe.c \
24 SRCS+= softraid_i386.c
27 SRCS+= bootarg.c cmd.c vars.c
30 SRCS+= alloc.c ctime.c exit.c getchar.c hexdump.c \
34 SRCS+= close.c closeall.c cons.c cread.c dev.c disklabel.c dkcksum.c fchmod.c \
36 SRCS+= elf32.c elf64.c loadfile.c arc4.c
37 SRCS+= cd9660.c ufs.c ufs2.c
[all …]

12345678910>>...39