Searched refs:devcrypto (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/tools/tools/crypto/ |
| H A D | cryptokeytest.c | 27 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 D | cryptotest.c | 196 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 D | cryptocheck.c | 266 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 D | NEWS | 87 o Rewrite of devcrypto engine
|
| H A D | CHANGES | 597 *) Add devcrypto engine. This has been implemented against cryptodev-linux,
|