Searched refs:qce_alg_template (Results 1 – 8 of 8) sorted by relevance
48 static inline struct qce_alg_template *to_cipher_tmpl(struct crypto_skcipher *tfm) in to_cipher_tmpl()51 return container_of(alg, struct qce_alg_template, alg.skcipher); in to_cipher_tmpl()
61 static inline struct qce_alg_template *to_ahash_tmpl(struct crypto_tfm *tfm) in to_ahash_tmpl()67 return container_of(alg, struct qce_alg_template, alg.ahash); in to_ahash_tmpl()
47 static inline struct qce_alg_template *to_aead_tmpl(struct crypto_aead *tfm) in to_aead_tmpl()51 return container_of(alg, struct qce_alg_template, alg.aead); in to_aead_tmpl()
43 struct qce_alg_template *tmpl = to_ahash_tmpl(async_req->tfm); in qce_ahash_done()81 struct qce_alg_template *tmpl = to_ahash_tmpl(async_req->tfm); in qce_ahash_async_req_handle()137 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); in qce_ahash_init()188 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); in qce_ahash_update()280 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); in qce_ahash_final()307 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); in qce_ahash_digest()456 struct qce_alg_template *tmpl; in qce_ahash_register_one()515 struct qce_alg_template *tmpl, *n; in qce_ahash_unregister()
30 struct qce_alg_template *tmpl = to_aead_tmpl(crypto_aead_reqtfm(req)); in qce_aead_done()95 struct qce_alg_template *tmpl = to_aead_tmpl(crypto_aead_reqtfm(req)); in qce_aead_prepare_result_buf()115 struct qce_alg_template *tmpl = to_aead_tmpl(crypto_aead_reqtfm(req)); in qce_aead_prepare_dst_buf()299 struct qce_alg_template *tmpl = to_aead_tmpl(crypto_aead_reqtfm(req)); in qce_aead_prepare_buf()409 struct qce_alg_template *tmpl = to_aead_tmpl(crypto_aead_reqtfm(req)); in qce_aead_async_req_handle()502 struct qce_alg_template *tmpl = to_aead_tmpl(tfm); in qce_aead_crypt()756 struct qce_alg_template *tmpl; in qce_aead_register_one()811 struct qce_alg_template *tmpl, *n; in qce_aead_unregister()
33 struct qce_alg_template *tmpl = to_cipher_tmpl(crypto_skcipher_reqtfm(req)); in qce_skcipher_done()70 struct qce_alg_template *tmpl = to_cipher_tmpl(crypto_skcipher_reqtfm(req)); in qce_skcipher_async_req_handle()262 struct qce_alg_template *tmpl = to_cipher_tmpl(tfm); in qce_skcipher_crypt()440 struct qce_alg_template *tmpl; in qce_skcipher_register_one()499 struct qce_alg_template *tmpl, *n; in qce_skcipher_unregister()
84 struct qce_alg_template { struct
152 struct qce_alg_template *tmpl = to_ahash_tmpl(async_req->tfm); in qce_setup_regs_ahash()319 struct qce_alg_template *tmpl = to_cipher_tmpl(crypto_skcipher_reqtfm(req)); in qce_setup_regs_skcipher()425 struct qce_alg_template *tmpl = to_aead_tmpl(crypto_aead_reqtfm(req)); in qce_setup_regs_aead()