Searched refs:CRIOGET (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/tools/tools/crypto/
H A Dcryptokeytest.c132 if (crypto_fd == -1 && ioctl(devcrypto(), CRIOGET, &crypto_fd) == -1)
133 err(1, "CRIOGET");
H A Dcryptotest.c228 if (ioctl(devcrypto(), CRIOGET, &fd) == -1)
229 err(1, "ioctl(CRIOGET)");
/freebsd-11.0-release/tests/sys/opencrypto/
H A Dcryptodev.py106 CRIOGET = 3221513060 variable
120 ioctl(fd, CRIOGET, buf, 1)
/freebsd-11.0-release/crypto/openssl/crypto/evp/
H A Dopenbsd_hw.c105 if (ioctl(cryptodev_fd, CRIOGET, &fd) == -1) {
106 err("CRIOGET failed");
/freebsd-11.0-release/sys/opencrypto/
H A Dcryptodev.h306 #define CRIOGET _IOWR('c', 100, u_int32_t) macro
H A Dcryptodev.c1303 case CRIOGET:
/freebsd-11.0-release/crypto/openssl/crypto/engine/
H A Deng_cryptodev.c250 if (ioctl(fd, CRIOGET, &retfd) == -1)

Completed in 75 milliseconds