xref: /netbsd-src/sys/opencrypto/files.opencrypto (revision aa73cae19608873cc4d1f712c4a0f8f8435f1ffa)
1#	$NetBSD: files.opencrypto,v 1.15 2005/02/26 22:39:52 perry 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