Home
last modified time | relevance | path

Searched refs:CIOCGSESSION (Results 1 – 20 of 20) sorted by relevance

/src/contrib/netbsd-tests/crypto/opencrypto/
H A Dh_null.c57 res = ioctl(fd, CIOCGSESSION, &cs); in main()
H A Dh_arc4.c61 res = ioctl(fd, CIOCGSESSION, &cs); in main()
H A Dh_camellia.c67 res = ioctl(fd, CIOCGSESSION, &cs); in main()
H A Dh_cbcdes.c62 res = ioctl(fd, CIOCGSESSION, &cs); in main()
H A Dh_xcbcmac.c88 res = ioctl(fd, CIOCGSESSION, &cs); in main()
H A Dh_md5.c86 res = ioctl(fd, CIOCGSESSION, &cs); in main()
H A Dh_aesctr2.c65 res = ioctl(fd, CIOCGSESSION, &cs); in main()
H A Dh_comp_zlib_rnd.c60 res = ioctl(fd, CIOCGSESSION, &cs); in main()
H A Dh_comp.c55 res = ioctl(fd, CIOCGSESSION, &cs); in main()
H A Dh_comp_zlib.c55 res = ioctl(fd, CIOCGSESSION, &cs); in main()
H A Dh_md5hmac.c158 res = ioctl(fd, CIOCGSESSION, &cs); in main()
H A Dh_sha1hmac.c168 res = ioctl(fd, CIOCGSESSION, &cs); in main()
H A Dh_aesctr1.c223 res = ioctl(fd, CIOCGSESSION, &cs); in main()
H A Dh_gcm.c71 res = ioctl(fd, CIOCGSESSION, &cs); in main()
/src/crypto/openssl/engines/
H A De_devcrypto.c227 ret = ioctl(cfd, CIOCGSESSION, &cipher_ctx->sess); in cipher_init()
463 if (ioctl(cfd, CIOCGSESSION, &sess) < 0) { in prepare_cipher_methods()
742 if (ioctl(cfd, CIOCGSESSION, &digest_ctx->sess) < 0) { in digest_init()
897 if (ioctl(cfd, CIOCGSESSION, &sess1) < 0) { in prepare_digest_methods()
919 if (ioctl(cfd, CIOCGSESSION, &sess2) < 0) { in prepare_digest_methods()
/src/sys/opencrypto/
H A Dcryptodev.c1145 cmd = CIOCGSESSION; in crypto_ioctl()
1192 case CIOCGSESSION: in crypto_ioctl()
1194 if (cmd == CIOCGSESSION) { in crypto_ioctl()
1201 if (cmd == CIOCGSESSION && error == 0) in crypto_ioctl()
H A Dcryptodev.h297 #define CIOCGSESSION _IOWR('c', 101, struct session_op) macro
/src/tests/sys/opencrypto/
H A Dcryptodev.py118 CIOCGSESSION = 3224396645 variable
/src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp1280 unsigned IOCTL_CIOCGSESSION = CIOCGSESSION;
H A Dsanitizer_interceptors_ioctl_netbsd.inc124 _(CIOCGSESSION, READWRITE, struct_session_op_sz);