driesm
Developer
When issuing
When loading cryptodev with
Does anyone have experience as to what engine is the best to use?
Is it good practice to load cryptodev? Will it be slower?
I'm just wondering if someone has taken a shot at this.
openssl engine
I get the following output:
Code:
root@vados:~ # openssl engine
(rdrand) Intel RDRAND engine
(dynamic) Dynamic engine loading support
When loading cryptodev with
kldload cryptodev
and issuing above command again:
Code:
root@vados:~ # kldload cryptodev
root@vados:~ # openssl engine
(cryptodev) BSD cryptodev engine
(rdrand) Intel RDRAND engine
(dynamic) Dynamic engine loading support
Does anyone have experience as to what engine is the best to use?
Is it good practice to load cryptodev? Will it be slower?
I'm just wondering if someone has taken a shot at this.