NetBSD/sys/opencrypto/files.opencrypto

26 lines
847 B
Plaintext
Raw Normal View History

2005-11-25 19:41:31 +03:00
# $NetBSD: files.opencrypto,v 1.17 2005/11/25 16:41:31 thorpej Exp $
#
#
2005-02-27 01:31:44 +03:00
# 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
file opencrypto/criov.c opencrypto
file opencrypto/xform.c opencrypto
file opencrypto/crypto.c opencrypto
# Pseudo-device that provides software implementations of various cryptographic
# algorithms.
2005-11-25 19:41:31 +03:00
defpseudo swcrypto: opencrypto,
blowfish, des, cast128, rijndael, ripemd160, sha2, skipjack
2005-11-25 19:41:31 +03:00
file opencrypto/cryptosoft.c swcrypto
file opencrypto/deflate.c swcrypto # wrapper around zlib
# Pseudo-device for userspace access to opencrypto
# (and thus crypto hardware accelerators).
defpseudo crypto: opencrypto
file opencrypto/cryptodev.c crypto