Searched defs:qce (Results 1 – 6 of 6) sorted by relevance
/linux-5.10/drivers/crypto/qce/ |
D | core.c | 34 static void qce_unregister_algs(struct qce_device *qce) in qce_unregister_algs() 45 static int qce_register_algs(struct qce_device *qce) in qce_register_algs() 77 static int qce_handle_queue(struct qce_device *qce, in qce_handle_queue() 122 struct qce_device *qce = (struct qce_device *)data; in qce_tasklet_req_done() local 137 static int qce_async_request_enqueue(struct qce_device *qce, in qce_async_request_enqueue() 143 static void qce_async_request_done(struct qce_device *qce, int ret) in qce_async_request_done() 149 static int qce_check_version(struct qce_device *qce) in qce_check_version() 174 struct qce_device *qce; in qce_crypto_probe() local 251 struct qce_device *qce = platform_get_drvdata(pdev); in qce_crypto_remove() local
|
D | common.c | 18 static inline u32 qce_read(struct qce_device *qce, u32 offset) in qce_read() 23 static inline void qce_write(struct qce_device *qce, u32 offset, u32 val) in qce_write() 28 static inline void qce_write_array(struct qce_device *qce, u32 offset, in qce_write_array() 38 qce_clear_array(struct qce_device *qce, u32 offset, unsigned int len) in qce_clear_array() 46 static u32 qce_config_reg(struct qce_device *qce, int little) in qce_config_reg() 78 static void qce_setup_config(struct qce_device *qce) in qce_setup_config() 90 static inline void qce_crypto_go(struct qce_device *qce) in qce_crypto_go() 149 struct qce_device *qce = tmpl->qce; in qce_setup_regs_ahash() local 292 static void qce_xtskey(struct qce_device *qce, const u8 *enckey, in qce_xtskey() 315 struct qce_device *qce = tmpl->qce; in qce_setup_regs_skcipher() local [all …]
|
D | sha.c | 37 struct qce_device *qce = tmpl->qce; in qce_ahash_done() local 75 struct qce_device *qce = tmpl->qce; in qce_ahash_async_req_handle() local 240 struct qce_device *qce = tmpl->qce; in qce_ahash_update() local 313 struct qce_device *qce = tmpl->qce; in qce_ahash_final() local 340 struct qce_device *qce = tmpl->qce; in qce_ahash_digest() local 486 struct qce_device *qce) in qce_ahash_register_one() 546 static void qce_ahash_unregister(struct qce_device *qce) in qce_ahash_unregister() 557 static int qce_ahash_register(struct qce_device *qce) in qce_ahash_register()
|
D | skcipher.c | 32 struct qce_device *qce = tmpl->qce; in qce_skcipher_done() local 69 struct qce_device *qce = tmpl->qce; in qce_skcipher_async_req_handle() local 381 struct qce_device *qce) in qce_skcipher_register_one() 441 static void qce_skcipher_unregister(struct qce_device *qce) in qce_skcipher_unregister() 452 static int qce_skcipher_register(struct qce_device *qce) in qce_skcipher_register()
|
D | common.h | 89 struct qce_device *qce; member
|
/linux-5.10/fs/ntfs/ |
D | quota.c | 26 QUOTA_CONTROL_ENTRY *qce; in ntfs_mark_quotas_out_of_date() local
|