Searched refs:CIOCFSESSION (Results 1 – 9 of 9) sorted by relevance
| /dragonfly/lib/libtcplay/ |
| HD | crypto-dev.c | 138 if (ioctl(fd, CIOCFSESSION, &session.ses) == -1) { in syscrypt()
|
| /dragonfly/test/testcases/crypto/aesxts/ |
| HD | aes_xts.c | 77 if (ioctl(fd, CIOCFSESSION, &session.ses) == -1) { in syscrypt()
|
| /dragonfly/test/testcases/crypto/aesctr/ |
| HD | aesctr.c | 170 if (ioctl(fd, CIOCFSESSION, &session.ses) == -1) { in syscrypt()
|
| /dragonfly/sys/opencrypto/ |
| HD | cryptodev.h | 260 #define CIOCFSESSION _IOW('c', 102, u_int32_t) macro
|
| HD | cryptodev.c | 339 case CIOCFSESSION: in cryptof_ioctl()
|
| /dragonfly/test/testcases/crypto/aes/ |
| HD | aestest.c | 91 if (ioctl(fd, CIOCFSESSION, &session.ses) == -1) { in syscrypt()
|
| /dragonfly/test/testcases/crypto/twofish/ |
| HD | twofish_test.c | 90 if (ioctl(fd, CIOCFSESSION, &session.ses) == -1) { in syscrypt()
|
| /dragonfly/test/testcases/crypto/serpent/ |
| HD | serpent_test.c | 90 if (ioctl(fd, CIOCFSESSION, &session.ses) == -1) { in syscrypt()
|
| /dragonfly/tools/tools/crypto/ |
| HD | cryptotest.c | 374 if (ioctl(fd, CIOCFSESSION, &sop.ses) < 0) in runtest()
|