Home
last modified time | relevance | path

Searched refs:devcrypto (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/tools/tools/crypto/
H A Dcryptokeytest.c29 devcrypto(void) in devcrypto() function
50 if (ioctl(devcrypto(), CIOCFINDDEV, &find) == -1) in crlookup()
62 if (ioctl(devcrypto(), CIOCFINDDEV, &find) == -1) in crfind()
116 int crypto_fd = devcrypto(); in UB_mod_exp()
H A Dcryptotest.c196 devcrypto(void) in devcrypto() function
220 if (ioctl(devcrypto(), CIOCFINDDEV, &find) == -1) in crlookup()
232 if (ioctl(devcrypto(), CIOCFINDDEV, &find) == -1) in crfind()
250 int i, fd = devcrypto(); in runtest()
H A Dcryptocheck.c313 devcrypto(void) in devcrypto() function
363 if (ioctl(devcrypto(), CIOCFINDDEV, &find) == -1) in crlookup()
380 if (ioctl(devcrypto(), CIOCFINDDEV, &find) == -1) in crfind()
452 fd = devcrypto(); in ocf_init_session()
/freebsd-13.1/crypto/openssl/
H A DNEWS151 o Rewrite of devcrypto engine
H A DCHANGES987 *) Add devcrypto engine. This has been implemented against cryptodev-linux,