summaryrefslogtreecommitdiff
path: root/sys/opencrypto/files.opencrypto
blob: 4d386e7093b28057b0cef8ed40d3415da270d014 (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
28
#	$NetBSD: files.opencrypto,v 1.20 2009/03/25 01:26:13 darran 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
file	opencrypto/criov.c		opencrypto
file	opencrypto/xform.c		opencrypto
file	opencrypto/crypto.c		opencrypto

# Pseudo-device that provides software implementations of various cryptographic
# algorithms.
defpseudo swcrypto: opencrypto,
		blowfish, des, cast128, rijndael, skipjack
file	opencrypto/cryptosoft.c		swcrypto
file	opencrypto/deflate.c		swcrypto	# wrapper around zlib

# Pseudo-device for userspace access to opencrypto
# (and thus crypto hardware accelerators).
defpseudo crypto: opencrypto
file	opencrypto/cryptodev.c		crypto
file	opencrypto/ocryptodev.c		crypto

defflag opt_ocf.h	CRYPTO_DEBUG CRYPTO_TIMING