Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/netbsd-tests/crypto/opencrypto/
H A Dh_arc4.c61 res = ioctl(fd, CIOCGSESSION, &cs); in main()
H A Dh_null.c57 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_md5.c86 res = ioctl(fd, CIOCGSESSION, &cs); in main()
H A Dh_xcbcmac.c88 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_aesctr1.c223 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_gcm.c71 res = ioctl(fd, CIOCGSESSION, &cs); in main()
/freebsd-14.2/crypto/openssl/engines/
H A De_devcrypto.c230 ret = ioctl(cfd, CIOCGSESSION, &cipher_ctx->sess); in cipher_init()
469 if (ioctl(cfd, CIOCGSESSION, &sess) < 0) { in prepare_cipher_methods()
757 if (ioctl(cfd, CIOCGSESSION, &digest_ctx->sess) < 0) { in digest_init()
915 if (ioctl(cfd, CIOCGSESSION, &sess1) < 0) { in prepare_digest_methods()
938 if (ioctl(cfd, CIOCGSESSION, &sess2) < 0) { in prepare_digest_methods()
/freebsd-14.2/sys/opencrypto/
H A Dcryptodev.c1148 cmd = CIOCGSESSION; in crypto_ioctl()
1195 case CIOCGSESSION: in crypto_ioctl()
1197 if (cmd == CIOCGSESSION) { in crypto_ioctl()
1204 if (cmd == CIOCGSESSION && error == 0) in crypto_ioctl()
H A Dcryptodev.h297 #define CIOCGSESSION _IOWR('c', 101, struct session_op) macro
/freebsd-14.2/tools/tools/crypto/
H A Dcryptotest.c286 if (cmd == CIOCGSESSION || cmd == CIOCGSESSION2) { in runtest()
/freebsd-14.2/tests/sys/opencrypto/
H A Dcryptodev.py118 CIOCGSESSION = 3224396645 variable
/freebsd-14.2/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);