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

/linux-master/drivers/crypto/qce/
H A Dcore.c40 static void qce_unregister_algs(struct qce_device *qce) argument
51 static int qce_register_algs(struct qce_device *qce) argument
83 static int qce_handle_queue(struct qce_device *qce, argument
128 struct qce_device *qce = (struct qce_device *)data; local
143 qce_async_request_enqueue(struct qce_device *qce, struct crypto_async_request *req) argument
149 qce_async_request_done(struct qce_device *qce, int ret) argument
155 qce_check_version(struct qce_device *qce) argument
194 struct qce_device *qce; local
282 struct qce_device *qce = platform_get_drvdata(pdev); local
[all...]
H A Dcommon.h94 struct qce_device *qce; member in struct:qce_alg_template
H A Dskcipher.c33 struct qce_device *qce = tmpl->qce; local
70 struct qce_device *qce = tmpl->qce; local
436 qce_skcipher_register_one(const struct qce_skcipher_def *def, struct qce_device *qce) argument
497 qce_skcipher_unregister(struct qce_device *qce) argument
508 qce_skcipher_register(struct qce_device *qce) argument
[all...]
H A Dsha.c43 struct qce_device *qce = tmpl->qce; local
81 struct qce_device *qce = tmpl->qce; local
188 struct qce_device *qce = tmpl->qce; local
280 struct qce_device *qce = tmpl->qce; local
307 struct qce_device *qce = tmpl->qce; local
452 qce_ahash_register_one(const struct qce_ahash_def *def, struct qce_device *qce) argument
513 qce_ahash_unregister(struct qce_device *qce) argument
524 qce_ahash_register(struct qce_device *qce) argument
[all...]
H A Dcommon.c21 static inline u32 qce_read(struct qce_device *qce, u32 offset) argument
26 static inline void qce_write(struct qce_device *qce, u32 offset, u32 val) argument
31 static inline void qce_write_array(struct qce_device *qce, u32 offset, argument
41 qce_clear_array(struct qce_device *qce, u32 offset, unsigned int len) argument
49 static u32 qce_config_reg(struct qce_device *qce, int little) argument
81 qce_setup_config(struct qce_device *qce) argument
93 qce_crypto_go(struct qce_device *qce, bool result_dump) argument
153 struct qce_device *qce = tmpl->qce; local
298 qce_xtskey(struct qce_device *qce, const u8 *enckey, unsigned int enckeylen, unsigned int cryptlen) argument
320 struct qce_device *qce = tmpl->qce; local
426 struct qce_device *qce = tmpl->qce; local
567 qce_check_status(struct qce_device *qce, u32 *status) argument
587 qce_get_version(struct qce_device *qce, u32 *major, u32 *minor, u32 *step) argument
[all...]
H A Daead.c30 struct qce_device *qce = tmpl->qce; local
97 struct qce_device *qce = tmpl->qce; local
117 struct qce_device *qce = tmpl->qce; local
305 struct qce_device *qce = tmpl->qce; local
415 struct qce_device *qce = tmpl->qce; local
759 qce_aead_register_one(const struct qce_aead_def *def, struct qce_device *qce) argument
815 qce_aead_unregister(struct qce_device *qce) argument
826 qce_aead_register(struct qce_device *qce) argument
[all...]

Completed in 221 milliseconds