Searched defs:qce (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/fs/ntfs/
H A Dquota.c40 QUOTA_CONTROL_ENTRY *qce; ntfs_mark_quotas_out_of_date() local
/linux-4.1.27/drivers/crypto/qce/
H A Dcore.c36 static void qce_unregister_algs(struct qce_device *qce) qce_unregister_algs() argument
47 static int qce_register_algs(struct qce_device *qce) qce_register_algs() argument
79 static int qce_handle_queue(struct qce_device *qce, qce_handle_queue() argument
124 struct qce_device *qce = (struct qce_device *)data; qce_tasklet_req_done() local
139 static int qce_async_request_enqueue(struct qce_device *qce, qce_async_request_enqueue() argument
145 static void qce_async_request_done(struct qce_device *qce, int ret) qce_async_request_done() argument
151 static int qce_check_version(struct qce_device *qce) qce_check_version() argument
176 struct qce_device *qce; qce_crypto_probe() local
255 struct qce_device *qce = platform_get_drvdata(pdev); qce_crypto_remove() local
H A Dablkcipher.c31 struct qce_device *qce = tmpl->qce; qce_ablkcipher_done() local
68 struct qce_device *qce = tmpl->qce; qce_ablkcipher_async_req_handle() local
399 static void qce_ablkcipher_unregister(struct qce_device *qce) qce_ablkcipher_unregister() argument
410 static int qce_ablkcipher_register(struct qce_device *qce) qce_ablkcipher_register() argument
346 qce_ablkcipher_register_one(const struct qce_ablkcipher_def *def, struct qce_device *qce) qce_ablkcipher_register_one() argument
H A Dcommon.h93 struct qce_device *qce; member in struct:qce_alg_template
H A Dcommon.c28 static inline u32 qce_read(struct qce_device *qce, u32 offset) qce_read() argument
33 static inline void qce_write(struct qce_device *qce, u32 offset, u32 val) qce_write() argument
38 static inline void qce_write_array(struct qce_device *qce, u32 offset, qce_write_array() argument
48 qce_clear_array(struct qce_device *qce, u32 offset, unsigned int len) qce_clear_array() argument
148 static u32 qce_config_reg(struct qce_device *qce, int little) qce_config_reg() argument
197 static void qce_xtskey(struct qce_device *qce, const u8 *enckey, qce_xtskey() argument
213 static void qce_setup_config(struct qce_device *qce) qce_setup_config() argument
225 static inline void qce_crypto_go(struct qce_device *qce) qce_crypto_go() argument
237 struct qce_device *qce = tmpl->qce; qce_setup_regs_ahash() local
322 struct qce_device *qce = tmpl->qce; qce_setup_regs_ablkcipher() local
412 int qce_check_status(struct qce_device *qce, u32 *status) qce_check_status() argument
430 void qce_get_version(struct qce_device *qce, u32 *major, u32 *minor, u32 *step) qce_get_version() argument
H A Dsha.c44 struct qce_device *qce = tmpl->qce; qce_ahash_done() local
83 struct qce_device *qce = tmpl->qce; qce_ahash_async_req_handle() local
238 struct qce_device *qce = tmpl->qce; qce_ahash_update() local
313 struct qce_device *qce = tmpl->qce; qce_ahash_final() local
336 struct qce_device *qce = tmpl->qce; qce_ahash_digest() local
556 static void qce_ahash_unregister(struct qce_device *qce) qce_ahash_unregister() argument
567 static int qce_ahash_register(struct qce_device *qce) qce_ahash_register() argument
499 qce_ahash_register_one(const struct qce_ahash_def *def, struct qce_device *qce) qce_ahash_register_one() argument

Completed in 112 milliseconds