Home
last modified time | relevance | path

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

/netbsd-src/sys/opencrypto/
H A Dcryptodev.h643 extern int crypto_usercrypto; /* userland may do crypto requests */
H A Dcrypto.c370 int crypto_usercrypto = 1; /* userland may open /dev/crypto */ variable
397 NULL, 0, &crypto_usercrypto, 0, in sysctl_opencrypto_setup()
H A Dcryptodev.c1014 if (crypto_usercrypto == 0) in cryptoopen()