Searched refs:ae_soft_ctx (Results 1 – 2 of 2) sorted by relevance
185 struct crypto_authenc_ctx *ae_soft_ctx = NULL; in sec_authenc_ctx_allocate() local207 ret = crypto_aes_gcm_alloc_ctx(&ae_soft_ctx); in sec_authenc_ctx_allocate()213 ae_drv_ctx->ae_soft_ctx = ae_soft_ctx; in sec_authenc_ctx_allocate()235 ae_soft_ctx->ops->free_ctx(ae_soft_ctx); in sec_authenc_ctx_allocate()248 ae_drv_ctx->ae_soft_ctx->ops->free_ctx(ae_drv_ctx->ae_soft_ctx); in sec_authenc_ctx_free()447 struct crypto_authenc_ctx *ae_soft_ctx = NULL; in ae_soft_calc_init() local453 ae_soft_ctx = ae_drv_ctx->ae_soft_ctx; in ae_soft_calc_init()456 ret = ae_soft_ctx->ops->init(ae_soft_ctx, mode, in ae_soft_calc_init()524 struct crypto_authenc_ctx *ae_soft_ctx = NULL; in sec_authenc_update_aad() local535 ae_soft_ctx = ae_drv_ctx->ae_soft_ctx; in sec_authenc_update_aad()[all …]
58 struct crypto_authenc_ctx *ae_soft_ctx; member