Symbol: crypt_op
sys/opencrypto/cryptodev.c
342
struct crypt_op *cop;
sys/opencrypto/cryptodev.c
430
cop = (struct crypt_op *)data;
sys/opencrypto/cryptodev.c
528
cryptodev_op(struct csession *cse, struct crypt_op *cop, struct lwp *l)
sys/opencrypto/cryptodev.h
378
#define CIOCCRYPT _IOWR('c', 114, struct crypt_op)
sys/opencrypto/cryptodev_internal.h
11
struct crypt_op;
sys/opencrypto/cryptodev_internal.h
20
int cryptodev_op(struct csession *, struct crypt_op *, struct lwp *);
sys/opencrypto/ocryptodev.c
202
struct crypt_op cop;
sys/opencrypto/ocryptodev.h
93
struct crypt_op;
sys/sys/compat_stub.h
132
struct crypt_op;
tests/crypto/opencrypto/h_aescbc.c
126
struct crypt_op co;
tests/crypto/opencrypto/h_aesctr1.c
212
struct crypt_op co;
tests/crypto/opencrypto/h_aesctr2.c
54
struct crypt_op co;
tests/crypto/opencrypto/h_arc4.c
51
struct crypt_op co;
tests/crypto/opencrypto/h_camellia.c
57
struct crypt_op co;
tests/crypto/opencrypto/h_cbc3des.c
56
struct crypt_op co, co2;
tests/crypto/opencrypto/h_cbcdes.c
52
struct crypt_op co;
tests/crypto/opencrypto/h_comp.c
47
struct crypt_op co1, co2;
tests/crypto/opencrypto/h_comp_zlib.c
46
struct crypt_op co1;
tests/crypto/opencrypto/h_comp_zlib_rnd.c
48
struct crypt_op co1;
tests/crypto/opencrypto/h_gcm.c
56
struct crypt_op co;
tests/crypto/opencrypto/h_md5.c
76
struct crypt_op co;
tests/crypto/opencrypto/h_md5hmac.c
144
struct crypt_op co;
tests/crypto/opencrypto/h_null.c
47
struct crypt_op co;
tests/crypto/opencrypto/h_sha1hmac.c
154
struct crypt_op co;
tests/crypto/opencrypto/h_sha2hmac.c
233
struct crypt_op co;
tests/crypto/opencrypto/h_thread.c
124
struct crypt_op co;
tests/crypto/opencrypto/h_xcbcmac.c
78
struct crypt_op co;