No empty .Rs/.Re
[netbsd-mini2440.git] / sys / opencrypto / files.opencrypto
blobc8c1770aae621bc42357efa4e5136314107f8a13
1 #       $NetBSD: files.opencrypto,v 1.19 2008/02/04 00:35:35 tls Exp $
5 # Opencrypto framework.
6 # Devices that provide crypto transforms via opencrypto, or subsystems
7 # that use the opencrypto framework, should list opencrypto as a dependency
8 # to pull in the framework.
10 define  opencrypto
11 file    opencrypto/criov.c              opencrypto
12 file    opencrypto/xform.c              opencrypto
13 file    opencrypto/crypto.c             opencrypto
15 # Pseudo-device that provides software implementations of various cryptographic
16 # algorithms.
17 defpseudo swcrypto: opencrypto,
18                 blowfish, des, cast128, rijndael, skipjack
19 file    opencrypto/cryptosoft.c         swcrypto
20 file    opencrypto/deflate.c            swcrypto        # wrapper around zlib
22 # Pseudo-device for userspace access to opencrypto
23 # (and thus crypto hardware accelerators).
24 defpseudo crypto: opencrypto
25 file    opencrypto/cryptodev.c          crypto
26 file    opencrypto/ocryptodev.c         crypto
28 defflag opt_ocf.h       CRYPTO_DEBUG CRYPTO_TIMING