Searched refs:CIOCGSESSION (Results 1 – 9 of 9) sorted by relevance
| /dragonfly/lib/libtcplay/ |
| HD | crypto-dev.c | 121 if (ioctl(fd, CIOCGSESSION, &session) == -1) { in syscrypt()
|
| /dragonfly/test/testcases/crypto/aesxts/ |
| HD | aes_xts.c | 60 if (ioctl(fd, CIOCGSESSION, &session) == -1) { in syscrypt()
|
| /dragonfly/test/testcases/crypto/aesctr/ |
| HD | aesctr.c | 153 if (ioctl(fd, CIOCGSESSION, &session) == -1) { in syscrypt()
|
| /dragonfly/sys/opencrypto/ |
| HD | cryptodev.h | 259 #define CIOCGSESSION _IOWR('c', 101, struct session_op) macro
|
| HD | cryptodev.c | 167 case CIOCGSESSION: in cryptof_ioctl()
|
| /dragonfly/test/testcases/crypto/aes/ |
| HD | aestest.c | 74 if (ioctl(fd, CIOCGSESSION, &session) == -1) { in syscrypt()
|
| /dragonfly/test/testcases/crypto/twofish/ |
| HD | twofish_test.c | 73 if (ioctl(fd, CIOCGSESSION, &session) == -1) { in syscrypt()
|
| /dragonfly/test/testcases/crypto/serpent/ |
| HD | serpent_test.c | 73 if (ioctl(fd, CIOCGSESSION, &session) == -1) { in syscrypt()
|
| /dragonfly/tools/tools/crypto/ |
| HD | cryptotest.c | 275 if (cmd == CIOCGSESSION || cmd == CIOCGSESSION2) { in runtest()
|