xref: /netbsd-src/sys/opencrypto/files.opencrypto (revision b7ae68fde0d8ef1c03714e8bbb1ee7c6118ea93b)
1#	$NetBSD: files.opencrypto,v 1.17 2005/11/25 16:41:31 thorpej Exp $
2#
3#
4
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.
9
10define	opencrypto
11file	opencrypto/criov.c		opencrypto
12file	opencrypto/xform.c		opencrypto
13file	opencrypto/crypto.c		opencrypto
14
15# Pseudo-device that provides software implementations of various cryptographic
16# algorithms.
17defpseudo swcrypto: opencrypto,
18		blowfish, des, cast128, rijndael, ripemd160, sha2, skipjack
19file	opencrypto/cryptosoft.c		swcrypto
20file	opencrypto/deflate.c		swcrypto	# wrapper around zlib
21
22# Pseudo-device for userspace access to opencrypto
23# (and thus crypto hardware accelerators).
24defpseudo crypto: opencrypto
25file	opencrypto/cryptodev.c		crypto
26