Lines Matching refs:crypto4xx_ctx
121 int crypto4xx_alloc_sa(struct crypto4xx_ctx *ctx, u32 size) in crypto4xx_alloc_sa()
144 void crypto4xx_free_sa(struct crypto4xx_ctx *ctx) in crypto4xx_free_sa()
158 u32 crypto4xx_alloc_state_record(struct crypto4xx_ctx *ctx) in crypto4xx_alloc_state_record()
170 void crypto4xx_free_state_record(struct crypto4xx_ctx *ctx) in crypto4xx_free_state_record()
587 struct crypto4xx_ctx *ctx) in crypto4xx_copy_digest_to_dst()
624 struct crypto4xx_ctx *ctx; in crypto4xx_ablkcipher_done()
650 struct crypto4xx_ctx *ctx; in crypto4xx_ahash_done()
775 struct crypto4xx_ctx *ctx, in crypto4xx_build_pd()
991 struct crypto4xx_ctx *ctx = crypto_tfm_ctx(tfm); in crypto4xx_alg_init()
1002 tfm->crt_ablkcipher.reqsize = sizeof(struct crypto4xx_ctx); in crypto4xx_alg_init()
1006 sizeof(struct crypto4xx_ctx)); in crypto4xx_alg_init()
1015 struct crypto4xx_ctx *ctx = crypto_tfm_ctx(tfm); in crypto4xx_alg_exit()
1132 .cra_ctxsize = sizeof(struct crypto4xx_ctx),