Home
last modified time | relevance | path

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

/netbsd-src/sys/opencrypto/
H A Dcrypto.c384 int crypto_devallowsoft = 1; /* only use hardware crypto */ variable
411 NULL, 0, &crypto_devallowsoft, 0, in sysctl_opencrypto_setup()
1457 crypto_devallowsoft == 0) { in crypto_kinvoke()
1774 crypto_devallowsoft == 0) in crypto_getfeat()
H A Dcryptodev.h645 extern int crypto_devallowsoft; /* only use hardware crypto */
H A Dcryptodev.c1655 error = crypto_newsession(&sid, crihead, crypto_devallowsoft); in cryptodev_session()