Searched refs:session2_op (Results 1 – 6 of 6) sorted by relevance
| /src/sys/opencrypto/ |
| H A D | cryptodev.c | 138 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() 1123 struct session2_op *sop; in crypto_ioctl() 1129 struct session2_op sopc; in crypto_ioctl() 1198 sop = (struct session2_op *)data; in crypto_ioctl()
|
| H A D | cryptodev.h | 241 struct session2_op { struct 300 #define CIOCGSESSION2 _IOWR('c', 106, struct session2_op)
|
| /src/tools/tools/crypto/ |
| H A D | cryptocheck.c | 465 ocf_init_sop(struct session2_op *sop) in ocf_init_sop() 472 ocf_init_session(struct session2_op *sop, const char *type, const char *name, in ocf_init_session() 519 struct session2_op sop; in ocf_hash() 631 struct session2_op sop; in ocf_hmac() 762 struct session2_op sop; in ocf_init_cipher_session() 900 struct session2_op sop; in ocf_init_eta_session() 1157 struct session2_op sop; in ocf_mac() 1537 struct session2_op sop; in ocf_init_aead_session()
|
| /src/tests/sys/opencrypto/ |
| H A D | blake2_test.c | 99 struct session2_op sop; in create_session()
|
| H A D | poly1305_test.c | 313 struct session2_op sop; in create_session()
|
| /src/crypto/openssl/engines/ |
| H A D | e_devcrypto.c | 43 typedef struct session2_op session_op_t;
|