Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/qce/
Dcipher.h56 static inline struct qce_alg_template *to_cipher_tmpl(struct crypto_tfm *tfm) in to_cipher_tmpl()
59 return container_of(alg, struct qce_alg_template, alg.crypto); in to_cipher_tmpl()
Dsha.h68 static inline struct qce_alg_template *to_ahash_tmpl(struct crypto_tfm *tfm) in to_ahash_tmpl()
74 return container_of(alg, struct qce_alg_template, alg.ahash); in to_ahash_tmpl()
Dsha.c43 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()
130 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); in qce_ahash_init()
233 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); in qce_ahash_update()
308 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); in qce_ahash_final()
331 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); in qce_ahash_digest()
498 struct qce_alg_template *tmpl; in qce_ahash_register_one()
554 struct qce_alg_template *tmpl, *n; in qce_ahash_unregister()
Dablkcipher.c30 struct qce_alg_template *tmpl = to_cipher_tmpl(async_req->tfm); in qce_ablkcipher_done()
65 struct qce_alg_template *tmpl = to_cipher_tmpl(async_req->tfm); in qce_ablkcipher_async_req_handle()
199 struct qce_alg_template *tmpl = to_cipher_tmpl(tfm); in qce_ablkcipher_crypt()
339 struct qce_alg_template *tmpl; in qce_ablkcipher_register_one()
391 struct qce_alg_template *tmpl, *n; in qce_ablkcipher_unregister()
Dcommon.h84 struct qce_alg_template { struct
Dcommon.c236 struct qce_alg_template *tmpl = to_ahash_tmpl(async_req->tfm); in qce_setup_regs_ahash()
321 struct qce_alg_template *tmpl = to_cipher_tmpl(async_req->tfm); in qce_setup_regs_ablkcipher()