opnsense-src/sys/opencrypto
Mark Johnston 4fc60fa929 opencrypto: Make cryptosoft attach silently
cryptosoft is always present and doesn't print any useful information
when it attaches.

Reviewed by:	jhb
MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D29098
2021-03-05 13:11:25 -05:00
..
_cryptodev.h
cbc_mac.c
cbc_mac.h
criov.c
crypto.c
cryptodeflate.c
cryptodev.c
cryptodev.h
cryptodev_if.m
cryptosoft.c opencrypto: Make cryptosoft attach silently 2021-03-05 13:11:25 -05:00
deflate.h
gfmult.c
gfmult.h
gmac.c
gmac.h
ktls_ocf.c ktls: Fix CBC encryption when input and output iov sizes are different 2021-03-04 22:45:40 -05:00
rmd160.c
rmd160.h
xform.c
xform.h
xform_aes_icm.c
xform_aes_xts.c
xform_auth.h Add an implementation of CHACHA20_POLY1305 to cryptosoft. 2021-02-18 09:26:23 -08:00
xform_cbc_mac.c
xform_chacha20_poly1305.c Add an implementation of CHACHA20_POLY1305 to cryptosoft. 2021-02-18 09:26:23 -08:00
xform_cml.c
xform_comp.h
xform_deflate.c
xform_enc.h
xform_gmac.c
xform_null.c
xform_poly1305.c poly1305: Don't export generic Poly1305_* symbols from xform_poly1305.c. 2021-03-05 09:55:11 -08:00
xform_rijndael.c
xform_rmd160.c
xform_sha1.c
xform_sha2.c