Home
last modified time | relevance | path

Searched refs:qce_alg_template (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/crypto/qce/
Dcipher.h48 static inline struct qce_alg_template *to_cipher_tmpl(struct crypto_tfm *tfm) in to_cipher_tmpl()
51 return container_of(alg, struct qce_alg_template, alg.crypto); in to_cipher_tmpl()
Dsha.h60 static inline struct qce_alg_template *to_ahash_tmpl(struct crypto_tfm *tfm) in to_ahash_tmpl()
66 return container_of(alg, struct qce_alg_template, alg.ahash); in to_ahash_tmpl()
Dsha.c35 struct qce_alg_template *tmpl = to_ahash_tmpl(async_req->tfm); in qce_ahash_done()
73 struct qce_alg_template *tmpl = to_ahash_tmpl(async_req->tfm); in qce_ahash_async_req_handle()
127 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); in qce_ahash_init()
230 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); in qce_ahash_update()
305 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); in qce_ahash_final()
328 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); in qce_ahash_digest()
472 struct qce_alg_template *tmpl; in qce_ahash_register_one()
527 struct qce_alg_template *tmpl, *n; in qce_ahash_unregister()
Dablkcipher.c22 struct qce_alg_template *tmpl = to_cipher_tmpl(async_req->tfm); in qce_ablkcipher_done()
57 struct qce_alg_template *tmpl = to_cipher_tmpl(async_req->tfm); in qce_ablkcipher_async_req_handle()
216 struct qce_alg_template *tmpl = to_cipher_tmpl(tfm); in qce_ablkcipher_crypt()
357 struct qce_alg_template *tmpl; in qce_ablkcipher_register_one()
410 struct qce_alg_template *tmpl, *n; in qce_ablkcipher_unregister()
Dcommon.h76 struct qce_alg_template { struct
Dcommon.c228 struct qce_alg_template *tmpl = to_ahash_tmpl(async_req->tfm); in qce_setup_regs_ahash()
313 struct qce_alg_template *tmpl = to_cipher_tmpl(async_req->tfm); in qce_setup_regs_ablkcipher()