Symbol: CIOCCRYPT
sys/opencrypto/cryptodev.c
428
case CIOCCRYPT:
tests/crypto/opencrypto/h_aescbc.c
149
res = ioctl(fd, CIOCCRYPT, &co);
tests/crypto/opencrypto/h_aesctr1.c
235
res = ioctl(fd, CIOCCRYPT, &co);
tests/crypto/opencrypto/h_aesctr2.c
78
res = ioctl(fd, CIOCCRYPT, &co);
tests/crypto/opencrypto/h_aesctr2.c
89
res = ioctl(fd, CIOCCRYPT, &co);
tests/crypto/opencrypto/h_arc4.c
72
res = ioctl(fd, CIOCCRYPT, &co);
tests/crypto/opencrypto/h_camellia.c
79
res = ioctl(fd, CIOCCRYPT, &co);
tests/crypto/opencrypto/h_cbc3des.c
79
res = ioctl(fd, CIOCCRYPT, &co);
tests/crypto/opencrypto/h_cbc3des.c
95
res = ioctl(fd, CIOCCRYPT, &co2);
tests/crypto/opencrypto/h_cbcdes.c
74
res = ioctl(fd, CIOCCRYPT, &co);
tests/crypto/opencrypto/h_comp.c
66
res = ioctl(fd, CIOCCRYPT, &co1);
tests/crypto/opencrypto/h_comp.c
82
res = ioctl(fd, CIOCCRYPT, &co2);
tests/crypto/opencrypto/h_comp_zlib.c
67
res = ioctl(fd, CIOCCRYPT, &co1);
tests/crypto/opencrypto/h_comp_zlib_rnd.c
71
res = ioctl(fd, CIOCCRYPT, &co1);
tests/crypto/opencrypto/h_gcm.c
116
res = ioctl(fd, CIOCCRYPT, &co);
tests/crypto/opencrypto/h_gcm.c
85
res = ioctl(fd, CIOCCRYPT, &co);
tests/crypto/opencrypto/h_md5.c
97
res = ioctl(fd, CIOCCRYPT, &co);
tests/crypto/opencrypto/h_md5hmac.c
169
res = ioctl(fd, CIOCCRYPT, &co);
tests/crypto/opencrypto/h_null.c
68
res = ioctl(fd, CIOCCRYPT, &co);
tests/crypto/opencrypto/h_sha1hmac.c
179
res = ioctl(fd, CIOCCRYPT, &co);
tests/crypto/opencrypto/h_sha2hmac.c
255
res = ioctl(fd, CIOCCRYPT, &co);
tests/crypto/opencrypto/h_thread.c
141
if (ioctl(fd, CIOCCRYPT, &co) == -1) {
tests/crypto/opencrypto/h_xcbcmac.c
102
res = ioctl(fd, CIOCCRYPT, &co);