Searched defs:qce (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/crypto/qce/ |
H A D | core.c | 40 static void qce_unregister_algs(struct qce_device *qce) in qce_unregister_algs() 51 static int qce_register_algs(struct qce_device *qce) in qce_register_algs() 83 static int qce_handle_queue(struct qce_device *qce, in qce_handle_queue() 128 struct qce_device *qce = (struct qce_device *)data; in qce_tasklet_req_done() local 143 static int qce_async_request_enqueue(struct qce_device *qce, in qce_async_request_enqueue() 149 static void qce_async_request_done(struct qce_device *qce, int ret) in qce_async_request_done() 155 static int qce_check_version(struct qce_device *qce) in qce_check_version() 194 struct qce_device *qce; in qce_crypto_probe() local 282 struct qce_device *qce = platform_get_drvdata(pdev); in qce_crypto_remove() local
|
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() 153 struct qce_device *qce = tmpl->qce; in qce_setup_regs_ahash() local 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() local 426 struct qce_device *qce = tmpl->qce; in qce_setup_regs_aead() local [all …]
|
H A D | sha.c | 43 struct qce_device *qce = tmpl->qce; in qce_ahash_done() local 81 struct qce_device *qce = tmpl->qce; in qce_ahash_async_req_handle() local 188 struct qce_device *qce = tmpl->qce; in qce_ahash_update() local 280 struct qce_device *qce = tmpl->qce; in qce_ahash_final() local 307 struct qce_device *qce = tmpl->qce; in qce_ahash_digest() local 453 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 | 30 struct qce_device *qce = tmpl->qce; in qce_aead_done() local 97 struct qce_device *qce = tmpl->qce; in qce_aead_prepare_result_buf() local 117 struct qce_device *qce = tmpl->qce; in qce_aead_prepare_dst_buf() local 305 struct qce_device *qce = tmpl->qce; in qce_aead_prepare_buf() local 415 struct qce_device *qce = tmpl->qce; in qce_aead_async_req_handle() local 759 static int qce_aead_register_one(const struct qce_aead_def *def, struct qce_device *qce) in qce_aead_register_one() 815 static void qce_aead_unregister(struct qce_device *qce) in qce_aead_unregister() 826 static int qce_aead_register(struct qce_device *qce) in qce_aead_register()
|
H A D | skcipher.c | 33 struct qce_device *qce = tmpl->qce; in qce_skcipher_done() local 70 struct qce_device *qce = tmpl->qce; in qce_skcipher_async_req_handle() local 437 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()
|
H A D | common.h | 94 struct qce_device *qce; member
|
/openbmc/linux/fs/ntfs/ |
H A D | quota.c | 26 QUOTA_CONTROL_ENTRY *qce; in ntfs_mark_quotas_out_of_date() local
|