Symbol: session_op
sys/opencrypto/cryptodev.c
1502
cryptodev_session(struct fcrypt *fcr, struct session_op *sop)
sys/opencrypto/cryptodev.c
1739
struct session_op s_op;
sys/opencrypto/cryptodev.c
340
struct session_op *sop;
sys/opencrypto/cryptodev.c
381
sop = (struct session_op *)data;
sys/opencrypto/cryptodev.h
376
#define CIOCGSESSION _IOWR('c', 112, struct session_op)
sys/opencrypto/cryptodev_internal.h
16
struct session_op;
sys/opencrypto/cryptodev_internal.h
22
int cryptodev_session(struct fcrypt *, struct session_op *);
sys/opencrypto/ocryptodev.c
252
struct session_op sop;
sys/opencrypto/ocryptodev.h
97
struct session_op;
sys/sys/compat_stub.h
130
struct session_op;
tests/crypto/opencrypto/h_aescbc.c
125
struct session_op cs;
tests/crypto/opencrypto/h_aesctr1.c
211
struct session_op cs;
tests/crypto/opencrypto/h_aesctr2.c
53
struct session_op cs;
tests/crypto/opencrypto/h_arc4.c
50
struct session_op cs;
tests/crypto/opencrypto/h_camellia.c
56
struct session_op cs;
tests/crypto/opencrypto/h_cbc3des.c
55
struct session_op cs;
tests/crypto/opencrypto/h_cbcdes.c
51
struct session_op cs;
tests/crypto/opencrypto/h_comp.c
46
struct session_op cs;
tests/crypto/opencrypto/h_comp_zlib.c
45
struct session_op cs;
tests/crypto/opencrypto/h_comp_zlib_rnd.c
47
struct session_op cs;
tests/crypto/opencrypto/h_gcm.c
55
struct session_op cs;
tests/crypto/opencrypto/h_ioctl.c
185
struct session_op cs;
tests/crypto/opencrypto/h_ioctl.c
286
struct session_op cs;
tests/crypto/opencrypto/h_md5.c
75
struct session_op cs;
tests/crypto/opencrypto/h_md5hmac.c
143
struct session_op cs;
tests/crypto/opencrypto/h_null.c
46
struct session_op cs;
tests/crypto/opencrypto/h_sha1hmac.c
153
struct session_op cs;
tests/crypto/opencrypto/h_sha2hmac.c
232
struct session_op cs;
tests/crypto/opencrypto/h_thread.c
99
struct session_op cs;
tests/crypto/opencrypto/h_xcbcmac.c
77
struct session_op cs;