Home
last modified time | relevance | path

Searched refs:CIOCFSESSION (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/engine/
H A Deng_devcrypto.c41 if (ioctl(cfd, CIOCFSESSION, &sess->ses) < 0) { in clean_devcrypto_session()
363 || ioctl(cfd, CIOCFSESSION, &sess.ses) < 0) in prepare_cipher_methods()
644 ioctl(cfd, CIOCFSESSION, &sess2.ses); in devcrypto_test_digest()
646 ioctl(cfd, CIOCFSESSION, &sess1.ses); in devcrypto_test_digest()
/netbsd-src/tests/crypto/opencrypto/
H A Dh_md5.c104 res = ioctl(fd, CIOCFSESSION, &cs.ses); in main()
H A Dh_md5hmac.c176 res = ioctl(fd, CIOCFSESSION, &cs.ses); in main()
H A Dh_sha1hmac.c186 res = ioctl(fd, CIOCFSESSION, &cs.ses); in main()
H A Dh_sha2hmac.c263 res = ioctl(fd, CIOCFSESSION, &cs.ses); in main()
/netbsd-src/crypto/external/bsd/openssl/dist/engines/
H A De_devcrypto.c87 if (ioctl(cfd, CIOCFSESSION, &sess->ses) < 0) { in clean_devcrypto_session()
526 ioctl(cfd, CIOCFSESSION, &sess.ses); in prepare_cipher_methods()
968 ioctl(cfd, CIOCFSESSION, &sess1.ses); in prepare_digest_methods()
970 ioctl(cfd, CIOCFSESSION, &sess2.ses); in prepare_digest_methods()
/netbsd-src/sys/opencrypto/
H A Dcryptodev.h370 #define CIOCFSESSION _IOW('c', 102, u_int32_t) macro
H A Dcryptodev.c309 case CIOCFSESSION: in cryptof_ioctl()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cc1111 unsigned IOCTL_CIOCFSESSION = CIOCFSESSION;
H A Dsanitizer_interceptors_ioctl_netbsd.inc119 _(CIOCFSESSION, READ, sizeof(u32));
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp1274 unsigned IOCTL_CIOCFSESSION = CIOCFSESSION;
H A Dsanitizer_interceptors_ioctl_netbsd.inc118 _(CIOCFSESSION, READ, sizeof(u32));
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cc1273 unsigned IOCTL_CIOCFSESSION = CIOCFSESSION;
H A Dsanitizer_interceptors_ioctl_netbsd.inc118 _(CIOCFSESSION, READ, sizeof(u32));