Symbol: CIOCGSESSION
sys/opencrypto/cryptodev.c
380
case CIOCGSESSION:
tests/crypto/opencrypto/h_aescbc.c
137
res = ioctl(fd, CIOCGSESSION, &cs);
tests/crypto/opencrypto/h_aesctr1.c
223
res = ioctl(fd, CIOCGSESSION, &cs);
tests/crypto/opencrypto/h_aesctr2.c
65
res = ioctl(fd, CIOCGSESSION, &cs);
tests/crypto/opencrypto/h_arc4.c
61
res = ioctl(fd, CIOCGSESSION, &cs);
tests/crypto/opencrypto/h_camellia.c
67
res = ioctl(fd, CIOCGSESSION, &cs);
tests/crypto/opencrypto/h_cbc3des.c
66
res = ioctl(fd, CIOCGSESSION, &cs);
tests/crypto/opencrypto/h_cbcdes.c
62
res = ioctl(fd, CIOCGSESSION, &cs);
tests/crypto/opencrypto/h_comp.c
55
res = ioctl(fd, CIOCGSESSION, &cs);
tests/crypto/opencrypto/h_comp_zlib.c
55
res = ioctl(fd, CIOCGSESSION, &cs);
tests/crypto/opencrypto/h_comp_zlib_rnd.c
60
res = ioctl(fd, CIOCGSESSION, &cs);
tests/crypto/opencrypto/h_gcm.c
71
res = ioctl(fd, CIOCGSESSION, &cs);
tests/crypto/opencrypto/h_ioctl.c
197
ret = ioctl(fd, CIOCGSESSION, &cs);
tests/crypto/opencrypto/h_ioctl.c
298
ret = ioctl(fd, CIOCGSESSION, &cs);
tests/crypto/opencrypto/h_md5.c
86
res = ioctl(fd, CIOCGSESSION, &cs);
tests/crypto/opencrypto/h_md5hmac.c
158
res = ioctl(fd, CIOCGSESSION, &cs);
tests/crypto/opencrypto/h_null.c
57
res = ioctl(fd, CIOCGSESSION, &cs);
tests/crypto/opencrypto/h_sha1hmac.c
168
res = ioctl(fd, CIOCGSESSION, &cs);
tests/crypto/opencrypto/h_sha2hmac.c
244
res = ioctl(fd, CIOCGSESSION, &cs);
tests/crypto/opencrypto/h_thread.c
103
if (ioctl(fd, CIOCGSESSION, &cs) == -1)
tests/crypto/opencrypto/h_xcbcmac.c
88
res = ioctl(fd, CIOCGSESSION, &cs);