files.opencrypto revision 1.17
11.17Sthorpej#	$NetBSD: files.opencrypto,v 1.17 2005/11/25 16:41:31 thorpej Exp $
21.1Sjonathan#
31.1Sjonathan#
41.6Sthorpej
51.15Sperry# Opencrypto framework.
61.14Sjonathan# Devices that provide crypto transforms via opencrypto, or subsystems
71.14Sjonathan# that use the opencrypto framework, should list opencrypto as a dependency
81.14Sjonathan# to pull in the framework.
91.1Sjonathan
101.16Sthorpejdefine	opencrypto
111.16Sthorpejfile	opencrypto/criov.c		opencrypto
121.1Sjonathanfile	opencrypto/xform.c		opencrypto
131.14Sjonathanfile	opencrypto/crypto.c		opencrypto
141.1Sjonathan
151.16Sthorpej# Pseudo-device that provides software implementations of various cryptographic
161.16Sthorpej# algorithms.
171.17Sthorpejdefpseudo swcrypto: opencrypto,
181.16Sthorpej		blowfish, des, cast128, rijndael, ripemd160, sha2, skipjack
191.17Sthorpejfile	opencrypto/cryptosoft.c		swcrypto
201.17Sthorpejfile	opencrypto/deflate.c		swcrypto	# wrapper around zlib
211.14Sjonathan
221.14Sjonathan# Pseudo-device for userspace access to opencrypto
231.14Sjonathan# (and thus crypto hardware accelerators).
241.16Sthorpejdefpseudo crypto: opencrypto
251.14Sjonathanfile	opencrypto/cryptodev.c		crypto
26