Home
last modified time | relevance | path

Searched refs:crypto_devallowsoft (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/opencrypto/
H A Dcrypto.c192 int crypto_devallowsoft = 0; variable
194 &crypto_devallowsoft, 0,
198 &crypto_devallowsoft, 0,
H A Dcryptodev.h641 extern int crypto_devallowsoft; /* only use hardware crypto */
H A Dcryptodev.c316 if (!crypto_devallowsoft) { in checkforsoftware()