01c51dab61
clients, and a pseudo-device for userspace access. The attribute is named `opencrypto'. The pseudo-device is renamed to "crypto", which has a dependency on "opencrypto". The sys/conf/majors entry and pseudo-device attach entrypoint are updated to match the new pseudo-device name. Fast IPsec (sys/netipsec/files.ipsec) now lists a dependency on the "opencrypto" attribute. Drivers for crypto accelerators (ubsec, hifn775x) also pull in opencrypto, as providers of opencrypto transforms.
28 lines
753 B
Plaintext
28 lines
753 B
Plaintext
# $NetBSD: files.opencrypto,v 1.14 2003/12/31 16:44:26 jonathan Exp $
|
|
#
|
|
#
|
|
|
|
# Opencrypto framework.
|
|
# Devices that provide crypto transforms via opencrypto, or subsystems
|
|
# that use the opencrypto framework, should list opencrypto as a dependency
|
|
# to pull in the framework.
|
|
|
|
define opencrypto: blowfish, des, cast128, rijndael, ripemd160, sha2, skipjack
|
|
|
|
|
|
file opencrypto/criov.c opencrypto needs-flag
|
|
file opencrypto/cryptosoft.c opencrypto
|
|
file opencrypto/xform.c opencrypto
|
|
file opencrypto/crypto.c opencrypto
|
|
|
|
# wrapper around zlib functions
|
|
file opencrypto/deflate.c opencrypto
|
|
|
|
|
|
# Pseudo-device for userspace access to opencrypto
|
|
# (and thus crypto hardware accelerators).
|
|
|
|
defpseudo crypto: opencrypto
|
|
|
|
file opencrypto/cryptodev.c crypto
|