Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/qce/
H A Dskcipher.c173 struct qce_cipher_ctx *ctx = crypto_tfm_ctx(tfm); in qce_skcipher_setkey()
196 struct qce_cipher_ctx *ctx = crypto_skcipher_ctx(ablk); in qce_des_setkey()
211 struct qce_cipher_ctx *ctx = crypto_skcipher_ctx(ablk); in qce_des3_setkey()
226 struct qce_cipher_ctx *ctx = crypto_skcipher_ctx(tfm); in qce_skcipher_crypt()
279 struct qce_cipher_ctx *ctx = crypto_skcipher_ctx(tfm); in qce_skcipher_init_fallback()
293 struct qce_cipher_ctx *ctx = crypto_skcipher_ctx(tfm); in qce_skcipher_exit()
417 alg->base.cra_ctxsize = sizeof(struct qce_cipher_ctx); in qce_skcipher_register_one()
H A Dcipher.h14 struct qce_cipher_ctx { struct
H A Dcommon.c313 struct qce_cipher_ctx *ctx = crypto_tfm_ctx(async_req->tfm); in qce_setup_regs_skcipher()