Searched refs:a_ctx (Results 1 – 4 of 4) sorted by relevance
741 struct sec_auth_ctx *a_ctx = &ctx->a_ctx; in sec_auth_init() local745 if (!a_ctx->a_key) in sec_auth_init()753 struct sec_auth_ctx *a_ctx = &ctx->a_ctx; in sec_auth_uninit() local757 a_ctx->a_key, a_ctx->a_key_dma); in sec_auth_uninit()1374 struct sec_auth_ctx *a_ctx = &ctx->a_ctx; in sec_aead_setauthsize() local1396 struct sec_auth_ctx *a_ctx = &ctx->a_ctx; in sec_aead_setkey() local1401 ctx->a_ctx.a_alg = a_alg; in sec_aead_setkey()2131 struct sec_auth_ctx *a_ctx = &ctx->a_ctx; in sec_aead_ctx_init() local2142 if (IS_ERR(a_ctx->hash_tfm)) { in sec_aead_ctx_init()2173 struct sec_auth_ctx *a_ctx = &ctx->a_ctx; in sec_aead_xcm_ctx_init() local[all …]
203 struct sec_auth_ctx a_ctx; member
215 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 …]
158 static inline struct chcr_context *a_ctx(struct crypto_aead *tfm) in a_ctx() function
Completed in 21 milliseconds