Searched refs:devcrypto (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/tools/tools/crypto/
H A Dcryptokeytest.c27 devcrypto(void) function
36 err(1, "fcntl(F_SETFD) (devcrypto)");
48 if (ioctl(devcrypto(), CIOCFINDDEV, &find) == -1)
60 if (ioctl(devcrypto(), CIOCFINDDEV, &find) == -1)
132 if (crypto_fd == -1 && ioctl(devcrypto(), CRIOGET, &crypto_fd) == -1)
H A Dcryptotest.c187 devcrypto(void) function
196 err(1, "fcntl(F_SETFD) (devcrypto)");
211 if (ioctl(devcrypto(), CIOCFINDDEV, &find) == -1)
223 if (ioctl(devcrypto(), CRIOFINDDEV, &find) == -1)
233 if (ioctl(devcrypto(), CRIOGET, &fd) == -1)
H A Dcryptocheck.c233 devcrypto(void) function
255 if (ioctl(devcrypto(), CIOCFINDDEV, &find) == -1)
272 if (ioctl(devcrypto(), CRIOFINDDEV, &find) == -1)
282 if (ioctl(devcrypto(), CRIOGET, &fd) == -1)

Completed in 66 milliseconds