Lines Matching refs:out_fle

358 	struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0];  in aead_edesc_alloc()  local
561 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in aead_edesc_alloc()
562 dpaa2_fl_set_addr(out_fle, sg_dma_address(req->src)); in aead_edesc_alloc()
564 dpaa2_fl_set_format(out_fle, dpaa2_fl_sg); in aead_edesc_alloc()
565 dpaa2_fl_set_addr(out_fle, qm_sg_dma + in aead_edesc_alloc()
577 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in aead_edesc_alloc()
578 dpaa2_fl_set_addr(out_fle, sg_dma_address(req->dst)); in aead_edesc_alloc()
580 dpaa2_fl_set_format(out_fle, dpaa2_fl_sg); in aead_edesc_alloc()
581 dpaa2_fl_set_addr(out_fle, qm_sg_dma + qm_sg_index * in aead_edesc_alloc()
585 dpaa2_fl_set_len(out_fle, out_len); in aead_edesc_alloc()
1118 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in skcipher_edesc_alloc() local
1245 dpaa2_fl_set_len(out_fle, req->cryptlen + ivsize); in skcipher_edesc_alloc()
1250 dpaa2_fl_set_format(out_fle, dpaa2_fl_sg); in skcipher_edesc_alloc()
1253 dpaa2_fl_set_addr(out_fle, edesc->qm_sg_dma + in skcipher_edesc_alloc()
1256 dpaa2_fl_set_addr(out_fle, edesc->qm_sg_dma + dst_sg_idx * in skcipher_edesc_alloc()
3225 struct dpaa2_fl_entry *in_fle, *out_fle; in hash_digest_key() local
3232 out_fle = &req_ctx->fd_flt[0]; in hash_digest_key()
3268 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in hash_digest_key()
3269 dpaa2_fl_set_addr(out_fle, key_dma); in hash_digest_key()
3270 dpaa2_fl_set_len(out_fle, digestsize); in hash_digest_key()
3538 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_update_ctx() local
3618 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_update_ctx()
3619 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_update_ctx()
3620 dpaa2_fl_set_len(out_fle, ctx->ctx_len); in ahash_update_ctx()
3657 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_final_ctx() local
3700 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_final_ctx()
3701 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_final_ctx()
3702 dpaa2_fl_set_len(out_fle, digestsize); in ahash_final_ctx()
3728 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_finup_ctx() local
3794 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_finup_ctx()
3795 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_finup_ctx()
3796 dpaa2_fl_set_len(out_fle, digestsize); in ahash_finup_ctx()
3822 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_digest() local
3890 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_digest()
3891 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_digest()
3892 dpaa2_fl_set_len(out_fle, digestsize); in ahash_digest()
3917 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_final_no_ctx() local
3962 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_final_no_ctx()
3963 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_final_no_ctx()
3964 dpaa2_fl_set_len(out_fle, digestsize); in ahash_final_no_ctx()
3990 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_update_no_ctx() local
4068 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_update_no_ctx()
4069 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_update_no_ctx()
4070 dpaa2_fl_set_len(out_fle, ctx->ctx_len); in ahash_update_no_ctx()
4111 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_finup_no_ctx() local
4179 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_finup_no_ctx()
4180 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_finup_no_ctx()
4181 dpaa2_fl_set_len(out_fle, digestsize); in ahash_finup_no_ctx()
4207 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_update_first() local
4290 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_update_first()
4291 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_update_first()
4292 dpaa2_fl_set_len(out_fle, ctx->ctx_len); in ahash_update_first()