Searched refs:crypto4xx_ctx (Results 1 – 4 of 4) sorted by relevance
115 struct crypto4xx_ctx { struct169 extern int crypto4xx_alloc_sa(struct crypto4xx_ctx *ctx, u32 size);170 extern void crypto4xx_free_sa(struct crypto4xx_ctx *ctx);171 extern u32 crypto4xx_alloc_sa_rctx(struct crypto4xx_ctx *ctx,172 struct crypto4xx_ctx *rctx);173 extern void crypto4xx_free_sa_rctx(struct crypto4xx_ctx *rctx);174 extern void crypto4xx_free_ctx(struct crypto4xx_ctx *ctx);175 extern u32 crypto4xx_alloc_state_record(struct crypto4xx_ctx *ctx);176 extern u32 get_dynamic_sa_offset_state_ptr_field(struct crypto4xx_ctx *ctx);177 extern u32 get_dynamic_sa_offset_key_field(struct crypto4xx_ctx *ctx);[all …]
37 u32 get_dynamic_sa_offset_iv_field(struct crypto4xx_ctx *ctx) in get_dynamic_sa_offset_iv_field()60 u32 get_dynamic_sa_offset_state_ptr_field(struct crypto4xx_ctx *ctx) in get_dynamic_sa_offset_state_ptr_field()87 u32 get_dynamic_sa_iv_size(struct crypto4xx_ctx *ctx) in get_dynamic_sa_iv_size()98 u32 get_dynamic_sa_offset_key_field(struct crypto4xx_ctx *ctx) in get_dynamic_sa_offset_key_field()
74 struct crypto4xx_ctx *ctx = crypto_tfm_ctx(req->base.tfm); in crypto4xx_encrypt()88 struct crypto4xx_ctx *ctx = crypto_tfm_ctx(req->base.tfm); in crypto4xx_decrypt()110 struct crypto4xx_ctx *ctx = crypto_tfm_ctx(tfm); in crypto4xx_setkey_aes()186 struct crypto4xx_ctx *ctx = crypto_tfm_ctx(tfm); in crypto4xx_hash_alg_init()212 sizeof(struct crypto4xx_ctx)); in crypto4xx_hash_alg_init()238 struct crypto4xx_ctx *ctx = crypto_tfm_ctx(req->base.tfm); in crypto4xx_hash_init()255 struct crypto4xx_ctx *ctx = crypto_tfm_ctx(req->base.tfm); in crypto4xx_hash_update()274 struct crypto4xx_ctx *ctx = crypto_tfm_ctx(req->base.tfm); in crypto4xx_hash_digest()
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()[all …]