Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/qce/
Dablkcipher.c29 struct qce_cipher_reqctx *rctx = ablkcipher_request_ctx(req); in qce_ablkcipher_done()
63 struct qce_cipher_reqctx *rctx = ablkcipher_request_ctx(req); in qce_ablkcipher_async_req_handle()
198 struct qce_cipher_reqctx *rctx = ablkcipher_request_ctx(req); in qce_ablkcipher_crypt()
232 tfm->crt_ablkcipher.reqsize = sizeof(struct qce_cipher_reqctx); in qce_ablkcipher_init()
Dcipher.h42 struct qce_cipher_reqctx { struct
Dcommon.c319 struct qce_cipher_reqctx *rctx = ablkcipher_request_ctx(req); in qce_setup_regs_ablkcipher()