Home
last modified time | relevance | path

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

/freebsd-14.2/sys/opencrypto/
H A Dcryptodev.c139 session_op_from_32(const struct session_op32 *from, struct session2_op *to) in session_op_from_32()
154 session2_op_from_32(const struct session2_op32 *from, struct session2_op *to) in session2_op_from_32()
164 session_op_to_32(const struct session2_op *from, struct session_op32 *to) in session_op_to_32()
177 session2_op_to_32(const struct session2_op *from, struct session2_op32 *to) in session2_op_to_32()
248 session2_op_from_op(const struct session_op *from, struct session2_op *to) in session2_op_from_op()
257 session2_op_to_op(const struct session2_op *from, struct session_op *to) in session2_op_to_op()
333 cse_create(struct fcrypt *fcr, struct session2_op *sop) in cse_create()
1126 struct session2_op *sop; in crypto_ioctl()
1132 struct session2_op sopc; in crypto_ioctl()
1201 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-14.2/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()
624 struct session2_op sop; in ocf_hmac()
738 struct session2_op sop; in ocf_init_cipher_session()
870 struct session2_op sop; in ocf_init_eta_session()
1106 struct session2_op sop; in ocf_mac()
1418 struct session2_op sop; in ocf_init_aead_session()
H A Dcryptotest.c251 struct session2_op sop; in runtest()
/freebsd-14.2/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-14.2/crypto/openssl/engines/
H A De_devcrypto.c42 typedef struct session2_op session_op_t;