Lines Matching refs:out_fle

355 	struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0];  in aead_edesc_alloc()  local
558 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in aead_edesc_alloc()
559 dpaa2_fl_set_addr(out_fle, sg_dma_address(req->src)); in aead_edesc_alloc()
561 dpaa2_fl_set_format(out_fle, dpaa2_fl_sg); in aead_edesc_alloc()
562 dpaa2_fl_set_addr(out_fle, qm_sg_dma + in aead_edesc_alloc()
574 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in aead_edesc_alloc()
575 dpaa2_fl_set_addr(out_fle, sg_dma_address(req->dst)); in aead_edesc_alloc()
577 dpaa2_fl_set_format(out_fle, dpaa2_fl_sg); in aead_edesc_alloc()
578 dpaa2_fl_set_addr(out_fle, qm_sg_dma + qm_sg_index * in aead_edesc_alloc()
582 dpaa2_fl_set_len(out_fle, out_len); in aead_edesc_alloc()
1114 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in skcipher_edesc_alloc() local
1241 dpaa2_fl_set_len(out_fle, req->cryptlen + ivsize); in skcipher_edesc_alloc()
1246 dpaa2_fl_set_format(out_fle, dpaa2_fl_sg); in skcipher_edesc_alloc()
1249 dpaa2_fl_set_addr(out_fle, edesc->qm_sg_dma + in skcipher_edesc_alloc()
1252 dpaa2_fl_set_addr(out_fle, edesc->qm_sg_dma + dst_sg_idx * in skcipher_edesc_alloc()
3219 struct dpaa2_fl_entry *in_fle, *out_fle; in hash_digest_key() local
3226 out_fle = &req_ctx->fd_flt[0]; in hash_digest_key()
3262 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in hash_digest_key()
3263 dpaa2_fl_set_addr(out_fle, key_dma); in hash_digest_key()
3264 dpaa2_fl_set_len(out_fle, digestsize); in hash_digest_key()
3525 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_update_ctx() local
3605 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_update_ctx()
3606 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_update_ctx()
3607 dpaa2_fl_set_len(out_fle, ctx->ctx_len); in ahash_update_ctx()
3644 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_final_ctx() local
3687 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_final_ctx()
3688 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_final_ctx()
3689 dpaa2_fl_set_len(out_fle, digestsize); in ahash_final_ctx()
3715 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_finup_ctx() local
3781 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_finup_ctx()
3782 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_finup_ctx()
3783 dpaa2_fl_set_len(out_fle, digestsize); in ahash_finup_ctx()
3809 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_digest() local
3877 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_digest()
3878 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_digest()
3879 dpaa2_fl_set_len(out_fle, digestsize); in ahash_digest()
3904 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_final_no_ctx() local
3949 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_final_no_ctx()
3950 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_final_no_ctx()
3951 dpaa2_fl_set_len(out_fle, digestsize); in ahash_final_no_ctx()
3977 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_update_no_ctx() local
4055 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_update_no_ctx()
4056 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_update_no_ctx()
4057 dpaa2_fl_set_len(out_fle, ctx->ctx_len); in ahash_update_no_ctx()
4098 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_finup_no_ctx() local
4166 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_finup_no_ctx()
4167 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_finup_no_ctx()
4168 dpaa2_fl_set_len(out_fle, digestsize); in ahash_finup_no_ctx()
4194 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_update_first() local
4277 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_update_first()
4278 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_update_first()
4279 dpaa2_fl_set_len(out_fle, ctx->ctx_len); in ahash_update_first()