Lines Matching refs:out_fle

357 	struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0];  in aead_edesc_alloc()  local
560 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in aead_edesc_alloc()
561 dpaa2_fl_set_addr(out_fle, sg_dma_address(req->src)); in aead_edesc_alloc()
563 dpaa2_fl_set_format(out_fle, dpaa2_fl_sg); in aead_edesc_alloc()
564 dpaa2_fl_set_addr(out_fle, qm_sg_dma + in aead_edesc_alloc()
576 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in aead_edesc_alloc()
577 dpaa2_fl_set_addr(out_fle, sg_dma_address(req->dst)); in aead_edesc_alloc()
579 dpaa2_fl_set_format(out_fle, dpaa2_fl_sg); in aead_edesc_alloc()
580 dpaa2_fl_set_addr(out_fle, qm_sg_dma + qm_sg_index * in aead_edesc_alloc()
584 dpaa2_fl_set_len(out_fle, out_len); in aead_edesc_alloc()
1117 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in skcipher_edesc_alloc() local
1244 dpaa2_fl_set_len(out_fle, req->cryptlen + ivsize); in skcipher_edesc_alloc()
1249 dpaa2_fl_set_format(out_fle, dpaa2_fl_sg); in skcipher_edesc_alloc()
1252 dpaa2_fl_set_addr(out_fle, edesc->qm_sg_dma + in skcipher_edesc_alloc()
1255 dpaa2_fl_set_addr(out_fle, edesc->qm_sg_dma + dst_sg_idx * in skcipher_edesc_alloc()
3224 struct dpaa2_fl_entry *in_fle, *out_fle; in hash_digest_key() local
3231 out_fle = &req_ctx->fd_flt[0]; in hash_digest_key()
3267 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in hash_digest_key()
3268 dpaa2_fl_set_addr(out_fle, key_dma); in hash_digest_key()
3269 dpaa2_fl_set_len(out_fle, digestsize); in hash_digest_key()
3536 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_update_ctx() local
3616 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_update_ctx()
3617 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_update_ctx()
3618 dpaa2_fl_set_len(out_fle, ctx->ctx_len); in ahash_update_ctx()
3655 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_final_ctx() local
3698 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_final_ctx()
3699 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_final_ctx()
3700 dpaa2_fl_set_len(out_fle, digestsize); in ahash_final_ctx()
3726 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_finup_ctx() local
3792 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_finup_ctx()
3793 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_finup_ctx()
3794 dpaa2_fl_set_len(out_fle, digestsize); in ahash_finup_ctx()
3820 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_digest() local
3888 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_digest()
3889 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_digest()
3890 dpaa2_fl_set_len(out_fle, digestsize); in ahash_digest()
3915 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_final_no_ctx() local
3960 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_final_no_ctx()
3961 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_final_no_ctx()
3962 dpaa2_fl_set_len(out_fle, digestsize); in ahash_final_no_ctx()
3988 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_update_no_ctx() local
4066 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_update_no_ctx()
4067 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_update_no_ctx()
4068 dpaa2_fl_set_len(out_fle, ctx->ctx_len); in ahash_update_no_ctx()
4109 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_finup_no_ctx() local
4177 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_finup_no_ctx()
4178 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_finup_no_ctx()
4179 dpaa2_fl_set_len(out_fle, digestsize); in ahash_finup_no_ctx()
4205 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_update_first() local
4288 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_update_first()
4289 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_update_first()
4290 dpaa2_fl_set_len(out_fle, ctx->ctx_len); in ahash_update_first()