Home
last modified time | relevance | path

Searched refs:CIOCCRYPT (Results 1 – 9 of 9) sorted by relevance

/dragonfly/tools/tools/crypto/
HDcryptotest.c328 if (ioctl(fd, CIOCCRYPT, &cop) < 0) in runtest()
346 if (ioctl(fd, CIOCCRYPT, &cop) < 0) in runtest()
368 if (ioctl(fd, CIOCCRYPT, &cop) < 0) in runtest()
/dragonfly/lib/libtcplay/
HDcrypto-dev.c134 if (ioctl(fd, CIOCCRYPT, &cryp) == -1) { in syscrypt()
/dragonfly/test/testcases/crypto/aesxts/
HDaes_xts.c73 if (ioctl(fd, CIOCCRYPT, &cryp) == -1) { in syscrypt()
/dragonfly/test/testcases/crypto/aesctr/
HDaesctr.c166 if (ioctl(fd, CIOCCRYPT, &cryp) == -1) { in syscrypt()
/dragonfly/sys/opencrypto/
HDcryptodev.h261 #define CIOCCRYPT _IOWR('c', 103, struct crypt_op) macro
HDcryptodev.c349 case CIOCCRYPT: in cryptof_ioctl()
/dragonfly/test/testcases/crypto/aes/
HDaestest.c87 if (ioctl(fd, CIOCCRYPT, &cryp) == -1) { in syscrypt()
/dragonfly/test/testcases/crypto/twofish/
HDtwofish_test.c86 if (ioctl(fd, CIOCCRYPT, &cryp) == -1) { in syscrypt()
/dragonfly/test/testcases/crypto/serpent/
HDserpent_test.c86 if (ioctl(fd, CIOCCRYPT, &cryp) == -1) { in syscrypt()