Home
last modified time | relevance | path

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

/freebsd-12.1/tools/tools/crypto/
H A Dcryptokeytest.c27 devcrypto(void) in devcrypto() function
48 if (ioctl(devcrypto(), CIOCFINDDEV, &find) == -1) in crlookup()
60 if (ioctl(devcrypto(), CIOCFINDDEV, &find) == -1) in crfind()
132 if (crypto_fd == -1 && ioctl(devcrypto(), CRIOGET, &crypto_fd) == -1) 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(), CRIOFINDDEV, &find) == -1) in crfind()
242 if (ioctl(devcrypto(), CRIOGET, &fd) == -1) in crget()
H A Dcryptocheck.c266 devcrypto(void) in devcrypto() function
288 if (ioctl(devcrypto(), CIOCFINDDEV, &find) == -1) in crlookup()
305 if (ioctl(devcrypto(), CRIOFINDDEV, &find) == -1) in crfind()
315 if (ioctl(devcrypto(), CRIOGET, &fd) == -1) in crget()
/freebsd-12.1/crypto/openssl/
H A DNEWS87 o Rewrite of devcrypto engine
H A DCHANGES597 *) Add devcrypto engine. This has been implemented against cryptodev-linux,