Searched refs:a_ctx (Results 1 – 4 of 4) sorted by relevance
618 struct sec_auth_ctx *a_ctx = &ctx->a_ctx; in sec_auth_init() local622 if (!a_ctx->a_key) in sec_auth_init()630 struct sec_auth_ctx *a_ctx = &ctx->a_ctx; in sec_auth_uninit() local634 a_ctx->a_key, a_ctx->a_key_dma); in sec_auth_uninit()1074 struct sec_auth_ctx *a_ctx = &ctx->a_ctx; in sec_aead_setauthsize() local1100 struct sec_auth_ctx *a_ctx = &ctx->a_ctx; in sec_aead_setkey() local1105 ctx->a_ctx.a_alg = a_alg; in sec_aead_setkey()1914 struct sec_auth_ctx *a_ctx = &ctx->a_ctx; in sec_aead_xcm_ctx_init() local1932 a_ctx->fallback = false; in sec_aead_xcm_ctx_init()2288 struct sec_auth_ctx *a_ctx = &ctx->a_ctx; in sec_aead_soft_crypto() local[all …]
155 struct sec_auth_ctx a_ctx; member
215 struct chcr_dev *dev = a_ctx(tfm)->dev; in chcr_handle_aead_resp()2367 struct uld_ctx *u_ctx = ULD_CTX(a_ctx(tfm)); in chcr_aead_common_exit()2437 struct chcr_context *ctx = a_ctx(tfm); in create_authenc_wr()2711 struct chcr_context *ctx = a_ctx(tfm); in chcr_add_aead_dst_ent()2963 struct chcr_context *ctx = a_ctx(tfm); in fill_sec_cpl_for_aead()3135 struct chcr_context *ctx = a_ctx(tfm); in create_gcm_wr()3261 return chcr_device_init(a_ctx(tfm)); in chcr_aead_cra_init()3739 struct chcr_context *ctx = a_ctx(tfm); in chcr_aead_op()3744 cdev = a_ctx(tfm)->dev; in chcr_aead_op()3789 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