Lines Matching refs:out_fle
353 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in aead_edesc_alloc() local
556 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in aead_edesc_alloc()
557 dpaa2_fl_set_addr(out_fle, sg_dma_address(req->src)); in aead_edesc_alloc()
559 dpaa2_fl_set_format(out_fle, dpaa2_fl_sg); in aead_edesc_alloc()
560 dpaa2_fl_set_addr(out_fle, qm_sg_dma + in aead_edesc_alloc()
572 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in aead_edesc_alloc()
573 dpaa2_fl_set_addr(out_fle, sg_dma_address(req->dst)); in aead_edesc_alloc()
575 dpaa2_fl_set_format(out_fle, dpaa2_fl_sg); in aead_edesc_alloc()
576 dpaa2_fl_set_addr(out_fle, qm_sg_dma + qm_sg_index * in aead_edesc_alloc()
580 dpaa2_fl_set_len(out_fle, out_len); in aead_edesc_alloc()
1121 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in skcipher_edesc_alloc() local
1248 dpaa2_fl_set_len(out_fle, req->cryptlen + ivsize); in skcipher_edesc_alloc()
1253 dpaa2_fl_set_format(out_fle, dpaa2_fl_sg); in skcipher_edesc_alloc()
1256 dpaa2_fl_set_addr(out_fle, edesc->qm_sg_dma + in skcipher_edesc_alloc()
1259 dpaa2_fl_set_addr(out_fle, edesc->qm_sg_dma + dst_sg_idx * in skcipher_edesc_alloc()
3173 struct dpaa2_fl_entry *in_fle, *out_fle; in hash_digest_key() local
3180 out_fle = &req_ctx->fd_flt[0]; in hash_digest_key()
3216 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in hash_digest_key()
3217 dpaa2_fl_set_addr(out_fle, key_dma); in hash_digest_key()
3218 dpaa2_fl_set_len(out_fle, digestsize); in hash_digest_key()
3464 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_update_ctx() local
3550 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_update_ctx()
3551 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_update_ctx()
3552 dpaa2_fl_set_len(out_fle, ctx->ctx_len); in ahash_update_ctx()
3592 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_final_ctx() local
3635 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_final_ctx()
3636 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_final_ctx()
3637 dpaa2_fl_set_len(out_fle, digestsize); in ahash_final_ctx()
3663 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_finup_ctx() local
3729 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_finup_ctx()
3730 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_finup_ctx()
3731 dpaa2_fl_set_len(out_fle, digestsize); in ahash_finup_ctx()
3757 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_digest() local
3825 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_digest()
3826 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_digest()
3827 dpaa2_fl_set_len(out_fle, digestsize); in ahash_digest()
3852 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_final_no_ctx() local
3897 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_final_no_ctx()
3898 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_final_no_ctx()
3899 dpaa2_fl_set_len(out_fle, digestsize); in ahash_final_no_ctx()
3925 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_update_no_ctx() local
4009 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_update_no_ctx()
4010 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_update_no_ctx()
4011 dpaa2_fl_set_len(out_fle, ctx->ctx_len); in ahash_update_no_ctx()
4055 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_finup_no_ctx() local
4123 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_finup_no_ctx()
4124 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_finup_no_ctx()
4125 dpaa2_fl_set_len(out_fle, digestsize); in ahash_finup_no_ctx()
4151 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_update_first() local
4237 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_update_first()
4238 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_update_first()
4239 dpaa2_fl_set_len(out_fle, ctx->ctx_len); in ahash_update_first()