diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2022-01-24 23:27:40 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2022-01-24 23:27:40 +0000 |
| commit | 16cf646a6fe6d55dd372e544692c4bd9836af5c4 (patch) | |
| tree | ed52fd5aa474ac92bfb72460daec0ac58f36e1de /sys/modules/crypto | |
| parent | faf470ffdc3b9d2fe0e8d8691e2654a98bb58076 (diff) | |
Diffstat (limited to 'sys/modules/crypto')
| -rw-r--r-- | sys/modules/crypto/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/modules/crypto/Makefile b/sys/modules/crypto/Makefile index f0ceeacbd536..63bc81fad99d 100644 --- a/sys/modules/crypto/Makefile +++ b/sys/modules/crypto/Makefile @@ -26,7 +26,10 @@ LIBSODIUM=${SRCTOP}/sys/contrib/libsodium/src/libsodium KMOD = crypto SRCS = crypto.c cryptodev_if.c -SRCS += criov.c cryptosoft.c xform.c +SRCS += criov.c cryptosoft.c +SRCS += xform_aes_cbc.c xform_aes_icm.c xform_aes_xts.c xform_cml.c +SRCS += xform_deflate.c xform_gmac.c xform_null.c xform_rmd160.c +SRCS += xform_sha1.c xform_sha2.c SRCS += cryptodeflate.c rmd160.c rijndael-alg-fst.c rijndael-api.c rijndael-api-fst.c SRCS += camellia.c camellia-api.c SRCS += des_ecb.c des_enc.c des_setkey.c |
