Home
last modified time | relevance | path

Searched refs:a_ctx (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c666 struct sec_auth_ctx *a_ctx = &ctx->a_ctx; in sec_auth_init() local
670 if (!a_ctx->a_key) in sec_auth_init()
678 struct sec_auth_ctx *a_ctx = &ctx->a_ctx; in sec_auth_uninit() local
682 a_ctx->a_key, a_ctx->a_key_dma); in sec_auth_uninit()
1111 struct sec_auth_ctx *a_ctx = &ctx->a_ctx; in sec_aead_setauthsize() local
1133 struct sec_auth_ctx *a_ctx = &ctx->a_ctx; in sec_aead_setkey() local
1138 ctx->a_ctx.a_alg = a_alg; in sec_aead_setkey()
1903 struct sec_auth_ctx *a_ctx = &ctx->a_ctx; in sec_aead_ctx_init() local
1914 if (IS_ERR(a_ctx->hash_tfm)) { in sec_aead_ctx_init()
1945 struct sec_auth_ctx *a_ctx = &ctx->a_ctx; in sec_aead_xcm_ctx_init() local
[all …]
H A Dsec.h154 struct sec_auth_ctx a_ctx; member
/linux-6.15/drivers/crypto/chelsio/
H A Dchcr_algo.c215 struct chcr_dev *dev = a_ctx(tfm)->dev; in chcr_handle_aead_resp()
2375 struct uld_ctx *u_ctx = ULD_CTX(a_ctx(tfm)); in chcr_aead_common_exit()
2445 struct chcr_context *ctx = a_ctx(tfm); in create_authenc_wr()
2719 struct chcr_context *ctx = a_ctx(tfm); in chcr_add_aead_dst_ent()
2971 struct chcr_context *ctx = a_ctx(tfm); in fill_sec_cpl_for_aead()
3143 struct chcr_context *ctx = a_ctx(tfm); in create_gcm_wr()
3270 return chcr_device_init(a_ctx(tfm)); in chcr_aead_cra_init()
3748 struct chcr_context *ctx = a_ctx(tfm); in chcr_aead_op()
3753 cdev = a_ctx(tfm)->dev; in chcr_aead_op()
3798 struct chcr_context *ctx = a_ctx(tfm); in chcr_aead_encrypt()
[all …]
H A Dchcr_crypto.h158 static inline struct chcr_context *a_ctx(struct crypto_aead *tfm) in a_ctx() function