Searched defs:qce (Results 1 - 6 of 6) sorted by relevance
/linux-4.4.14/fs/ntfs/ |
H A D | quota.c | 40 QUOTA_CONTROL_ENTRY *qce; ntfs_mark_quotas_out_of_date() local
|
/linux-4.4.14/drivers/crypto/qce/ |
H A D | core.c | 36 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 D | ablkcipher.c | 31 struct qce_device *qce = tmpl->qce; qce_ablkcipher_done() local 66 struct qce_device *qce = tmpl->qce; qce_ablkcipher_async_req_handle() local 389 static void qce_ablkcipher_unregister(struct qce_device *qce) qce_ablkcipher_unregister() argument 400 static int qce_ablkcipher_register(struct qce_device *qce) qce_ablkcipher_register() argument 336 qce_ablkcipher_register_one(const struct qce_ablkcipher_def *def, struct qce_device *qce) qce_ablkcipher_register_one() argument
|
H A D | common.h | 93 struct qce_device *qce; member in struct:qce_alg_template
|
H A D | common.c | 28 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 D | sha.c | 44 struct qce_device *qce = tmpl->qce; qce_ahash_done() local 82 struct qce_device *qce = tmpl->qce; qce_ahash_async_req_handle() local 234 struct qce_device *qce = tmpl->qce; qce_ahash_update() local 309 struct qce_device *qce = tmpl->qce; qce_ahash_final() local 332 struct qce_device *qce = tmpl->qce; qce_ahash_digest() local 552 static void qce_ahash_unregister(struct qce_device *qce) qce_ahash_unregister() argument 563 static int qce_ahash_register(struct qce_device *qce) qce_ahash_register() argument 495 qce_ahash_register_one(const struct qce_ahash_def *def, struct qce_device *qce) qce_ahash_register_one() argument
|
Completed in 133 milliseconds