Home
last modified time | relevance | path

Searched refs:aeadctx (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/crypto/chelsio/
Dchcr_algo.c101 return ctx->crypto_ctx->aeadctx; in AEAD_CTX()
2375 struct chcr_aead_ctx *aeadctx = AEAD_CTX(a_ctx(tfm)); in chcr_aead_common_init() local
2381 if (aeadctx->enckey_len == 0) in chcr_aead_common_init()
2419 struct chcr_aead_ctx *aeadctx = AEAD_CTX(a_ctx(tfm)); in chcr_aead_fallback() local
2422 aead_request_set_tfm(subreq, aeadctx->sw_cipher); in chcr_aead_fallback()
2439 struct chcr_aead_ctx *aeadctx = AEAD_CTX(ctx); in create_authenc_wr() local
2440 struct chcr_authenc_ctx *actx = AUTHENC_CTX(aeadctx); in create_authenc_wr()
2477 kctx_len = (KEY_CONTEXT_CTX_LEN_G(ntohl(aeadctx->key_ctx_hdr)) << 4) in create_authenc_wr()
2528 actx->auth_mode, aeadctx->hmac_ctrl, in create_authenc_wr()
2533 chcr_req->key_ctx.ctx_hdr = aeadctx->key_ctx_hdr; in create_authenc_wr()
[all …]
Dchcr_crypto.h253 DECLARE_FLEX_ARRAY(struct chcr_aead_ctx, aeadctx);