Searched refs:CIOCGSESSION2 (Results 1 – 7 of 7) sorted by relevance
| /src/crypto/openssl/engines/ |
| H A D | e_devcrypto.c | 42 #ifdef CIOCGSESSION2 223 #ifdef CIOCGSESSION2 in cipher_init() 225 ret = ioctl(cfd, CIOCGSESSION2, &cipher_ctx->sess); in cipher_init() 424 #ifdef CIOCGSESSION2 in prepare_cipher_methods() 445 #ifdef CIOCGSESSION2 in prepare_cipher_methods() 452 if (ioctl(cfd, CIOCGSESSION2, &sess) == 0) { in prepare_cipher_methods() 456 if (ioctl(cfd, CIOCGSESSION2, &sess) < 0) { in prepare_cipher_methods() 495 #ifdef CIOCGSESSION2 in prepare_cipher_methods() 1084 #if defined(CIOCGSESSINFO) || defined(CIOCGSESSION2) 1115 #if defined(CIOCGSESSINFO) || defined(CIOCGSESSION2) in devcrypto_ctrl()
|
| /src/tests/sys/opencrypto/ |
| H A D | cryptodev.py | 125 CIOCGSESSION2 = 3225445226 variable 129 CIOCGSESSION2 = 3224396650 variable 207 ioctl(_cryptodev, CIOCGSESSION2, s, 1)
|
| H A D | blake2_test.c | 108 ATF_REQUIRE_MSG(ioctl(fd, CIOCGSESSION2, &sop) >= 0, in create_session()
|
| H A D | poly1305_test.c | 322 ATF_REQUIRE_MSG(ioctl(fd, CIOCGSESSION2, &sop) >= 0, in create_session()
|
| /src/sys/opencrypto/ |
| H A D | cryptodev.h | 300 #define CIOCGSESSION2 _IOWR('c', 106, struct session2_op) macro
|
| H A D | cryptodev.c | 1152 cmd = CIOCGSESSION2; in crypto_ioctl() 1193 case CIOCGSESSION2: in crypto_ioctl()
|
| /src/tools/tools/crypto/ |
| H A D | cryptocheck.c | 478 if (ioctl(fd, CIOCGSESSION2, sop) < 0) { in ocf_init_session()
|