Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/qce/
Dablkcipher.c29 struct qce_cipher_reqctx *rctx = ablkcipher_request_ctx(req); in qce_ablkcipher_done()
65 struct qce_cipher_reqctx *rctx = ablkcipher_request_ctx(req); in qce_ablkcipher_async_req_handle()
208 struct qce_cipher_reqctx *rctx = ablkcipher_request_ctx(req); in qce_ablkcipher_crypt()
242 tfm->crt_ablkcipher.reqsize = sizeof(struct qce_cipher_reqctx); in qce_ablkcipher_init()
Dcipher.h44 struct qce_cipher_reqctx { struct
Dcommon.c319 struct qce_cipher_reqctx *rctx = ablkcipher_request_ctx(req); in qce_setup_regs_ablkcipher()