Searched refs:crypto_devallowsoft (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/opencrypto/
H A Dcrypto.c165 int crypto_devallowsoft = 0; /* only use hardware crypto for asym */ variable
167 &crypto_devallowsoft, 0,
935 (!crypto_devallowsoft &&
943 if (!crypto_devallowsoft) /* NB: disallow s/w drivers */
1206 !crypto_devallowsoft) {
H A Dcryptodev.h410 extern int crypto_devallowsoft; /* only use hardware crypto */

Completed in 105 milliseconds