Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/qce/
Dablkcipher.c166 struct qce_cipher_ctx *ctx = crypto_tfm_ctx(tfm); in qce_ablkcipher_setkey()
207 struct qce_cipher_ctx *ctx = crypto_tfm_ctx(tfm); in qce_ablkcipher_crypt()
239 struct qce_cipher_ctx *ctx = crypto_tfm_ctx(tfm); in qce_ablkcipher_init()
256 struct qce_cipher_ctx *ctx = crypto_tfm_ctx(tfm); in qce_ablkcipher_exit()
374 alg->cra_ctxsize = sizeof(struct qce_cipher_ctx); in qce_ablkcipher_register_one()
Dcipher.h22 struct qce_cipher_ctx { struct
Dcommon.c320 struct qce_cipher_ctx *ctx = crypto_tfm_ctx(async_req->tfm); in qce_setup_regs_ablkcipher()