Home
last modified time | relevance | path

Searched refs:qce_cipher_ctx (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/crypto/qce/
Dablkcipher.c156 struct qce_cipher_ctx *ctx = crypto_tfm_ctx(tfm); in qce_ablkcipher_setkey()
183 struct qce_cipher_ctx *ctx = crypto_ablkcipher_ctx(ablk); in qce_des_setkey()
198 struct qce_cipher_ctx *ctx = crypto_ablkcipher_ctx(ablk); in qce_des3_setkey()
214 struct qce_cipher_ctx *ctx = crypto_tfm_ctx(tfm); in qce_ablkcipher_crypt()
252 struct qce_cipher_ctx *ctx = crypto_tfm_ctx(tfm); in qce_ablkcipher_init()
264 struct qce_cipher_ctx *ctx = crypto_tfm_ctx(tfm); in qce_ablkcipher_exit()
384 alg->cra_ctxsize = sizeof(struct qce_cipher_ctx); in qce_ablkcipher_register_one()
Dcipher.h14 struct qce_cipher_ctx { struct
Dcommon.c312 struct qce_cipher_ctx *ctx = crypto_tfm_ctx(async_req->tfm); in qce_setup_regs_ablkcipher()