Searched refs:CIOCCRYPT (Results 1 – 9 of 9) sorted by relevance
| /dragonfly/tools/tools/crypto/ |
| HD | cryptotest.c | 328 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/ |
| HD | crypto-dev.c | 134 if (ioctl(fd, CIOCCRYPT, &cryp) == -1) { in syscrypt()
|
| /dragonfly/test/testcases/crypto/aesxts/ |
| HD | aes_xts.c | 73 if (ioctl(fd, CIOCCRYPT, &cryp) == -1) { in syscrypt()
|
| /dragonfly/test/testcases/crypto/aesctr/ |
| HD | aesctr.c | 166 if (ioctl(fd, CIOCCRYPT, &cryp) == -1) { in syscrypt()
|
| /dragonfly/sys/opencrypto/ |
| HD | cryptodev.h | 261 #define CIOCCRYPT _IOWR('c', 103, struct crypt_op) macro
|
| HD | cryptodev.c | 349 case CIOCCRYPT: in cryptof_ioctl()
|
| /dragonfly/test/testcases/crypto/aes/ |
| HD | aestest.c | 87 if (ioctl(fd, CIOCCRYPT, &cryp) == -1) { in syscrypt()
|
| /dragonfly/test/testcases/crypto/twofish/ |
| HD | twofish_test.c | 86 if (ioctl(fd, CIOCCRYPT, &cryp) == -1) { in syscrypt()
|
| /dragonfly/test/testcases/crypto/serpent/ |
| HD | serpent_test.c | 86 if (ioctl(fd, CIOCCRYPT, &cryp) == -1) { in syscrypt()
|