summaryrefslogtreecommitdiff
path: root/sys/opencrypto/files.opencrypto
blob: 7e2ffcc2837b16c63c4dfb752c9b5665219e624e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#	$NetBSD: files.opencrypto,v 1.14 2003/12/31 16:44:26 jonathan Exp $
#
#

# 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.

define	opencrypto: blowfish, des, cast128, rijndael, ripemd160, sha2, skipjack


file	opencrypto/criov.c		opencrypto	needs-flag
file	opencrypto/cryptosoft.c		opencrypto
file	opencrypto/xform.c		opencrypto
file	opencrypto/crypto.c		opencrypto

# wrapper around zlib functions
file	opencrypto/deflate.c		opencrypto


# Pseudo-device for userspace access to opencrypto
# (and thus crypto hardware accelerators).

defpseudo crypto:  opencrypto

file	opencrypto/cryptodev.c		crypto