Searched refs:qce_device (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/crypto/qce/ |
| H A D | core.h | 32 struct qce_device { struct 45 int (*async_req_enqueue)(struct qce_device *qce, argument 47 void (*async_req_done)(struct qce_device *qce, int ret); argument 59 int (*register_algs)(struct qce_device *qce); 60 void (*unregister_algs)(struct qce_device *qce);
|
| H A D | core.c | 43 struct qce_device *qce = data; in qce_unregister_algs() 52 static int devm_qce_register_algs(struct qce_device *qce) in devm_qce_register_algs() 87 static int qce_handle_queue(struct qce_device *qce, in qce_handle_queue() 126 struct qce_device *qce = container_of(work, struct qce_device, in qce_req_done_work() 141 static int qce_async_request_enqueue(struct qce_device *qce, in qce_async_request_enqueue() 147 static void qce_async_request_done(struct qce_device *qce, int ret) in qce_async_request_done() 153 static int qce_check_version(struct qce_device *qce) in qce_check_version() 192 struct qce_device *qce; in qce_crypto_probe()
|
| H A D | common.c | 21 static inline u32 qce_read(struct qce_device *qce, u32 offset) in qce_read() 26 static inline void qce_write(struct qce_device *qce, u32 offset, u32 val) in qce_write() 31 static inline void qce_write_array(struct qce_device *qce, u32 offset, in qce_write_array() 41 qce_clear_array(struct qce_device *qce, u32 offset, unsigned int len) in qce_clear_array() 49 static u32 qce_config_reg(struct qce_device *qce, int little) in qce_config_reg() 81 static void qce_setup_config(struct qce_device *qce) in qce_setup_config() 93 static inline void qce_crypto_go(struct qce_device *qce, bool result_dump) in qce_crypto_go() 153 struct qce_device *qce = tmpl->qce; in qce_setup_regs_ahash() 298 static void qce_xtskey(struct qce_device *qce, const u8 *enckey, in qce_xtskey() 320 struct qce_device *qce = tmpl->qce; in qce_setup_regs_skcipher() [all …]
|
| H A D | common.h | 94 struct qce_device *qce; 100 int qce_check_status(struct qce_device *qce, u32 *status); 101 void qce_get_version(struct qce_device *qce, u32 *major, u32 *minor, u32 *step);
|
| H A D | sha.c | 44 struct qce_device *qce = tmpl->qce; in qce_ahash_done() 82 struct qce_device *qce = tmpl->qce; in qce_ahash_async_req_handle() 189 struct qce_device *qce = tmpl->qce; in qce_ahash_update() 281 struct qce_device *qce = tmpl->qce; in qce_ahash_final() 308 struct qce_device *qce = tmpl->qce; in qce_ahash_digest() 454 struct qce_device *qce) in qce_ahash_register_one() 513 static void qce_ahash_unregister(struct qce_device *qce) in qce_ahash_unregister() 524 static int qce_ahash_register(struct qce_device *qce) in qce_ahash_register()
|
| H A D | aead.c | 31 struct qce_device *qce = tmpl->qce; in qce_aead_done() 96 struct qce_device *qce = tmpl->qce; in qce_aead_prepare_result_buf() 116 struct qce_device *qce = tmpl->qce; in qce_aead_prepare_dst_buf() 300 struct qce_device *qce = tmpl->qce; in qce_aead_prepare_buf() 410 struct qce_device *qce = tmpl->qce; in qce_aead_async_req_handle() 754 static int qce_aead_register_one(const struct qce_aead_def *def, struct qce_device *qce) in qce_aead_register_one() 809 static void qce_aead_unregister(struct qce_device *qce) in qce_aead_unregister() 820 static int qce_aead_register(struct qce_device *qce) in qce_aead_register()
|
| H A D | skcipher.c | 34 struct qce_device *qce = tmpl->qce; in qce_skcipher_done() 71 struct qce_device *qce = tmpl->qce; in qce_skcipher_async_req_handle() 438 struct qce_device *qce) in qce_skcipher_register_one() 497 static void qce_skcipher_unregister(struct qce_device *qce) in qce_skcipher_unregister() 508 static int qce_skcipher_register(struct qce_device *qce) in qce_skcipher_register()
|