Home
last modified time | relevance | path

Searched refs:session2_op (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/opencrypto/
H A Dcryptodev.c138 session_op_from_32(const struct session_op32 *from, struct session2_op *to) in session_op_from_32()
153 session2_op_from_32(const struct session2_op32 *from, struct session2_op *to) in session2_op_from_32()
163 session_op_to_32(const struct session2_op *from, struct session_op32 *to) in session_op_to_32()
176 session2_op_to_32(const struct session2_op *from, struct session2_op32 *to) in session2_op_to_32()
247 session2_op_from_op(const struct session_op *from, struct session2_op *to) in session2_op_from_op()
256 session2_op_to_op(const struct session2_op *from, struct session_op *to) in session2_op_to_op()
332 cse_create(struct fcrypt *fcr, struct session2_op *sop) in cse_create()
1125 struct session2_op *sop; in crypto_ioctl()
1131 struct session2_op sopc; in crypto_ioctl()
1200 sop = (struct session2_op *)data; in crypto_ioctl()
H A Dcryptodev.h241 struct session2_op { struct
300 #define CIOCGSESSION2 _IOWR('c', 106, struct session2_op)
/freebsd/tools/tools/crypto/
H A Dcryptocheck.c460 ocf_init_sop(struct session2_op *sop) in ocf_init_sop()
467 ocf_init_session(struct session2_op *sop, const char *type, const char *name, in ocf_init_session()
514 struct session2_op sop; in ocf_hash()
626 struct session2_op sop; in ocf_hmac()
757 struct session2_op sop; in ocf_init_cipher_session()
895 struct session2_op sop; in ocf_init_eta_session()
1152 struct session2_op sop; in ocf_mac()
1532 struct session2_op sop; in ocf_init_aead_session()
H A Dcryptotest.c251 struct session2_op sop; in runtest()
/freebsd/tests/sys/opencrypto/
H A Dblake2_test.c99 struct session2_op sop; in create_session()
H A Dpoly1305_test.c313 struct session2_op sop; in create_session()
/freebsd/crypto/openssl/engines/
H A De_devcrypto.c42 typedef struct session2_op session_op_t;