Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/crypto/qce/
Dskcipher.c31 struct qce_cipher_reqctx *rctx = skcipher_request_ctx(req); in qce_skcipher_done()
67 struct qce_cipher_reqctx *rctx = skcipher_request_ctx(req); in qce_skcipher_async_req_handle()
260 struct qce_cipher_reqctx *rctx = skcipher_request_ctx(req); in qce_skcipher_crypt()
323 crypto_skcipher_set_reqsize(tfm, offsetof(struct qce_cipher_reqctx, in qce_skcipher_init()
337 crypto_skcipher_set_reqsize(tfm, sizeof(struct qce_cipher_reqctx) + in qce_skcipher_init_fallback()
Dcipher.h34 struct qce_cipher_reqctx { struct
Dcommon.c316 struct qce_cipher_reqctx *rctx = skcipher_request_ctx(req); in qce_setup_regs_skcipher()