cryptodev - Allow software crypto
authorAlex Hornung <ahornung@gmail.com>
Sat, 21 Aug 2010 11:35:19 +0000 (12:35 +0100)
committerAlex Hornung <ahornung@gmail.com>
Sat, 21 Aug 2010 13:13:02 +0000 (14:13 +0100)
commit7764fa66cb3e89045376b1447336e68d260b8a81
treee34934b5fd9719b0d5673930cff4209263b6c08c
parentda41e4e5bd39d3b1ea3e536618fe9d062e0eeabd
cryptodev - Allow software crypto

* Allow using software crypto via cryptodev if the sysctl
  kern.cryptodevallowsoft is set to 1.

* This allows to run a bunch of crypto tests and verify test vectors
  without having hardware acceleration.
sys/opencrypto/cryptodev.c