kernel: Bring in safe(4), for SafeNet crypto accelerators.
authorSascha Wildner <saw@online.de>
Sun, 28 Aug 2011 22:39:54 +0000 (00:39 +0200)
committerSascha Wildner <saw@online.de>
Sun, 28 Aug 2011 22:41:06 +0000 (00:41 +0200)
commit25638cf48f33dae2ffd5a6db0c83a0a77909e55f
treed5812dfbd37efb62d31386323b9a3f59713db1bc
parent167a564feae1eef813ae79ff2a50c169ee0a1afc
kernel: Bring in safe(4), for SafeNet crypto accelerators.

Yet untested.

Taken-from: FreeBSD
13 files changed:
share/man/man4/Makefile
share/man/man4/crypto.4
share/man/man4/rndtest.4
share/man/man4/safe.4 [new file with mode: 0644]
sys/conf/files
sys/conf/options
sys/config/LINT
sys/config/LINT64
sys/dev/crypto/Makefile
sys/dev/crypto/safe/Makefile [new file with mode: 0644]
sys/dev/crypto/safe/safe.c [new file with mode: 0644]
sys/dev/crypto/safe/safereg.h [new file with mode: 0644]
sys/dev/crypto/safe/safevar.h [new file with mode: 0644]