Searched defs:qce (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/crypto/qce/ |
H A D | common.c | 21 static inline u32 qce_read(struct qce_device *qce, u32 offset) in qce_read() argument 26 static inline void qce_write(struct qce_device *qce, u32 offset, u32 val) in qce_write() argument 31 static inline void qce_write_array(struct qce_device *qce, u32 offset, in qce_write_array() argument 41 qce_clear_array(struct qce_device *qce, u32 offset, unsigned int len) in qce_clear_array() argument 49 static u32 qce_config_reg(struct qce_device *qce, int little) in qce_config_reg() argument 81 qce_setup_config(struct qce_device * qce) qce_setup_config() argument 93 qce_crypto_go(struct qce_device * qce,bool result_dump) qce_crypto_go() argument 153 struct qce_device *qce = tmpl->qce; qce_setup_regs_ahash() local 298 qce_xtskey(struct qce_device * qce,const u8 * enckey,unsigned int enckeylen,unsigned int cryptlen) qce_xtskey() argument 320 struct qce_device *qce = tmpl->qce; qce_setup_regs_skcipher() local 426 struct qce_device *qce = tmpl->qce; qce_setup_regs_aead() local 567 qce_check_status(struct qce_device * qce,u32 * status) qce_check_status() argument 587 qce_get_version(struct qce_device * qce,u32 * major,u32 * minor,u32 * step) qce_get_version() argument [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; qce_ahash_async_req_handle() local 188 struct qce_device *qce = tmpl->qce; qce_ahash_update() local 280 struct qce_device *qce = tmpl->qce; qce_ahash_final() local 307 struct qce_device *qce = tmpl->qce; qce_ahash_digest() local 453 qce_ahash_register_one(const struct qce_ahash_def * def,struct qce_device * qce) qce_ahash_register_one() argument 513 qce_ahash_unregister(struct qce_device * qce) qce_ahash_unregister() argument 524 qce_ahash_register(struct qce_device * qce) qce_ahash_register() argument [all...] |
H A D | aead.c | 30 struct qce_device *qce = tmpl->qce; in qce_aead_done() local 97 struct qce_device *qce = tmpl->qce; qce_aead_prepare_result_buf() local 117 struct qce_device *qce = tmpl->qce; qce_aead_prepare_dst_buf() local 305 struct qce_device *qce = tmpl->qce; qce_aead_prepare_buf() local 415 struct qce_device *qce = tmpl->qce; qce_aead_async_req_handle() local 759 qce_aead_register_one(const struct qce_aead_def * def,struct qce_device * qce) qce_aead_register_one() argument 815 qce_aead_unregister(struct qce_device * qce) qce_aead_unregister() argument 826 qce_aead_register(struct qce_device * qce) qce_aead_register() argument [all...] |
H A D | skcipher.c | 33 struct qce_device *qce = tmpl->qce; in qce_skcipher_done() local 70 struct qce_device *qce = tmpl->qce; qce_skcipher_async_req_handle() local 437 qce_skcipher_register_one(const struct qce_skcipher_def * def,struct qce_device * qce) qce_skcipher_register_one() argument 497 qce_skcipher_unregister(struct qce_device * qce) qce_skcipher_unregister() argument 508 qce_skcipher_register(struct qce_device * qce) qce_skcipher_register() argument [all...] |
H A D | common.h | 94 struct qce_device *qce; member
|