summaryrefslogtreecommitdiff
path: root/sys/conf/files
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-05-13 15:39:28 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-05-13 15:39:28 +0000
commit55c37b576f488eb17df5eff986709ece85ab0de7 (patch)
tree8f19d81ae8338d5ed924bea05d572bef6230c7c4 /sys/conf/files
parentb0c05dd06457f702f762c15cfb37a5563a02e3a5 (diff)
initial cut at /dev/crypto support. takes original mbuf "try, and discard
if we fail" semantics and extends to two varients of data movement: mbuf, or an iovec style block.
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 2358be6264e..abdaaaa8172 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1,4 +1,4 @@
-# $OpenBSD: files,v 1.198 2001/05/11 07:13:14 deraadt Exp $
+# $OpenBSD: files,v 1.199 2001/05/13 15:39:26 deraadt Exp $
# $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@@ -283,6 +283,7 @@ pseudo-device sppp: ifnet
pseudo-device faith: ifnet
pseudo-device gif: ifnet
pseudo-device gre: ifnet
+pseudo-device crypto: ifnet
pseudo-device sequencer
@@ -624,6 +625,8 @@ file crypto/ecb_enc.c (inet & ipsec) | crypto | tcfs
file crypto/set_key.c (inet & ipsec) | crypto | tcfs
file crypto/ecb3_enc.c (inet & ipsec) | crypto | tcfs
file crypto/crypto.c (inet & ipsec) | crypto
+file crypto/cryptodev.c ((inet & ipsec) | crypto) needs-flag
+file crypto/criov.c (inet & ipsec) | crypto
file crypto/cryptosoft.c (inet & ipsec) | crypto
file crypto/mbuf.c (inet & ipsec) | crypto
file crypto/xform.c (inet & ipsec) | crypto