Home
last modified time | relevance | path

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

/drivers/crypto/qce/
Dcipher.h49 static inline struct qce_alg_template *to_cipher_tmpl(struct crypto_skcipher *tfm) in to_cipher_tmpl()
52 return container_of(alg, struct qce_alg_template, alg.skcipher); in to_cipher_tmpl()
Dsha.c36 struct qce_alg_template *tmpl = to_ahash_tmpl(async_req->tfm); in qce_ahash_done()
74 struct qce_alg_template *tmpl = to_ahash_tmpl(async_req->tfm); in qce_ahash_async_req_handle()
128 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); in qce_ahash_init()
239 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); in qce_ahash_update()
312 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); in qce_ahash_final()
339 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); in qce_ahash_digest()
488 struct qce_alg_template *tmpl; in qce_ahash_register_one()
548 struct qce_alg_template *tmpl, *n; in qce_ahash_unregister()
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()
Dskcipher.c31 struct qce_alg_template *tmpl = to_cipher_tmpl(crypto_skcipher_reqtfm(req)); in qce_skcipher_done()
68 struct qce_alg_template *tmpl = to_cipher_tmpl(crypto_skcipher_reqtfm(req)); in qce_skcipher_async_req_handle()
228 struct qce_alg_template *tmpl = to_cipher_tmpl(tfm); in qce_skcipher_crypt()
388 struct qce_alg_template *tmpl; in qce_skcipher_register_one()
448 struct qce_alg_template *tmpl, *n; in qce_skcipher_unregister()
Dcommon.h80 struct qce_alg_template { struct
Dcommon.c148 struct qce_alg_template *tmpl = to_ahash_tmpl(async_req->tfm); in qce_setup_regs_ahash()
314 struct qce_alg_template *tmpl = to_cipher_tmpl(crypto_skcipher_reqtfm(req)); in qce_setup_regs_skcipher()