2003-12-31 19:44:26 +03:00
|
|
|
# $NetBSD: files.opencrypto,v 1.14 2003/12/31 16:44:26 jonathan Exp $
|
2003-07-26 01:12:39 +04:00
|
|
|
#
|
|
|
|
#
|
|
|
|
|
2003-12-31 19:44:26 +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.
|
2003-08-24 23:21:11 +04:00
|
|
|
|
2003-12-31 19:44:26 +03:00
|
|
|
define opencrypto: blowfish, des, cast128, rijndael, ripemd160, sha2, skipjack
|
|
|
|
|
|
|
|
|
|
|
|
file opencrypto/criov.c opencrypto needs-flag
|
2003-07-26 01:12:39 +04:00
|
|
|
file opencrypto/cryptosoft.c opencrypto
|
|
|
|
file opencrypto/xform.c opencrypto
|
2003-12-31 19:44:26 +03:00
|
|
|
file opencrypto/crypto.c opencrypto
|
2003-07-27 07:34:39 +04:00
|
|
|
|
2003-11-16 15:07:50 +03:00
|
|
|
# wrapper around zlib functions
|
2003-07-26 01:12:39 +04:00
|
|
|
file opencrypto/deflate.c opencrypto
|
2003-12-31 19:44:26 +03:00
|
|
|
|
|
|
|
|
|
|
|
# Pseudo-device for userspace access to opencrypto
|
|
|
|
# (and thus crypto hardware accelerators).
|
|
|
|
|
|
|
|
defpseudo crypto: opencrypto
|
|
|
|
|
|
|
|
file opencrypto/cryptodev.c crypto
|