Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/qce/
Dablkcipher.c21 struct qce_cipher_reqctx *rctx = ablkcipher_request_ctx(req); in qce_ablkcipher_done()
55 struct qce_cipher_reqctx *rctx = ablkcipher_request_ctx(req); in qce_ablkcipher_async_req_handle()
215 struct qce_cipher_reqctx *rctx = ablkcipher_request_ctx(req); in qce_ablkcipher_crypt()
255 tfm->crt_ablkcipher.reqsize = sizeof(struct qce_cipher_reqctx); in qce_ablkcipher_init()
Dcipher.h34 struct qce_cipher_reqctx { struct
Dcommon.c311 struct qce_cipher_reqctx *rctx = ablkcipher_request_ctx(req); in qce_setup_regs_ablkcipher()