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()
1116 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in skcipher_edesc_alloc() local
1243 dpaa2_fl_set_len(out_fle, req->cryptlen + ivsize); in skcipher_edesc_alloc()
1248 dpaa2_fl_set_format(out_fle, dpaa2_fl_sg); in skcipher_edesc_alloc()
1251 dpaa2_fl_set_addr(out_fle, edesc->qm_sg_dma + in skcipher_edesc_alloc()
1254 dpaa2_fl_set_addr(out_fle, edesc->qm_sg_dma + dst_sg_idx * in skcipher_edesc_alloc()
3223 struct dpaa2_fl_entry *in_fle, *out_fle; in hash_digest_key() local
3230 out_fle = &req_ctx->fd_flt[0]; in hash_digest_key()
3266 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in hash_digest_key()
3267 dpaa2_fl_set_addr(out_fle, key_dma); in hash_digest_key()
3268 dpaa2_fl_set_len(out_fle, digestsize); in hash_digest_key()
3535 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_update_ctx() local
3615 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_update_ctx()
3616 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_update_ctx()
3617 dpaa2_fl_set_len(out_fle, ctx->ctx_len); in ahash_update_ctx()
3654 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_final_ctx() local
3697 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_final_ctx()
3698 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_final_ctx()
3699 dpaa2_fl_set_len(out_fle, digestsize); in ahash_final_ctx()
3725 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_finup_ctx() local
3791 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_finup_ctx()
3792 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_finup_ctx()
3793 dpaa2_fl_set_len(out_fle, digestsize); in ahash_finup_ctx()
3819 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_digest() local
3887 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_digest()
3888 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_digest()
3889 dpaa2_fl_set_len(out_fle, digestsize); in ahash_digest()
3914 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_final_no_ctx() local
3959 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_final_no_ctx()
3960 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_final_no_ctx()
3961 dpaa2_fl_set_len(out_fle, digestsize); in ahash_final_no_ctx()
3987 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_update_no_ctx() local
4065 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_update_no_ctx()
4066 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_update_no_ctx()
4067 dpaa2_fl_set_len(out_fle, ctx->ctx_len); in ahash_update_no_ctx()
4108 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_finup_no_ctx() local
4176 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_finup_no_ctx()
4177 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_finup_no_ctx()
4178 dpaa2_fl_set_len(out_fle, digestsize); in ahash_finup_no_ctx()
4204 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_update_first() local
4287 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_update_first()
4288 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_update_first()
4289 dpaa2_fl_set_len(out_fle, ctx->ctx_len); in ahash_update_first()