Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/crypto/qce/
Daead.c28 struct qce_aead_ctx *ctx = crypto_tfm_ctx(async_req->tfm); in qce_aead_done()
190 struct qce_aead_ctx *ctx = crypto_aead_ctx(tfm); in qce_aead_ccm_prepare_buf_assoclen()
333 struct qce_aead_ctx *ctx = crypto_aead_ctx(tfm); in qce_aead_ccm_prepare_buf()
361 static int qce_aead_create_ccm_nonce(struct qce_aead_reqctx *rctx, struct qce_aead_ctx *ctx) in qce_aead_create_ccm_nonce()
413 struct qce_aead_ctx *ctx = crypto_tfm_ctx(async_req->tfm); in qce_aead_async_req_handle()
506 struct qce_aead_ctx *ctx = crypto_aead_ctx(tfm); in qce_aead_crypt()
568 struct qce_aead_ctx *ctx = crypto_aead_ctx(tfm); in qce_aead_ccm_setkey()
597 struct qce_aead_ctx *ctx = crypto_aead_ctx(tfm); in qce_aead_setkey()
653 struct qce_aead_ctx *ctx = crypto_aead_ctx(tfm); in qce_aead_setauthsize()
669 struct qce_aead_ctx *ctx = crypto_aead_ctx(tfm); in qce_aead_init()
[all …]
Daead.h15 struct qce_aead_ctx { struct
Dcommon.c423 struct qce_aead_ctx *ctx = crypto_tfm_ctx(async_req->tfm); in qce_setup_regs_aead()