xref: /netbsd-src/sys/opencrypto/files.opencrypto (revision 23c8222edbfb0f0932d88a8351d3a0cf817dfb9e)
1#	$NetBSD: files.opencrypto,v 1.14 2003/12/31 16:44:26 jonathan 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: blowfish, des, cast128, rijndael, ripemd160, sha2, skipjack
11
12
13file	opencrypto/criov.c		opencrypto	needs-flag
14file	opencrypto/cryptosoft.c		opencrypto
15file	opencrypto/xform.c		opencrypto
16file	opencrypto/crypto.c		opencrypto
17
18# wrapper around zlib functions
19file	opencrypto/deflate.c		opencrypto
20
21
22# Pseudo-device for userspace access to opencrypto
23# (and thus crypto hardware accelerators).
24
25defpseudo crypto:  opencrypto
26
27file	opencrypto/cryptodev.c		crypto
28