Lines Matching refs:out_fle

352 	struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0];  in aead_edesc_alloc()  local
555 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in aead_edesc_alloc()
556 dpaa2_fl_set_addr(out_fle, sg_dma_address(req->src)); in aead_edesc_alloc()
558 dpaa2_fl_set_format(out_fle, dpaa2_fl_sg); in aead_edesc_alloc()
559 dpaa2_fl_set_addr(out_fle, qm_sg_dma + in aead_edesc_alloc()
571 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in aead_edesc_alloc()
572 dpaa2_fl_set_addr(out_fle, sg_dma_address(req->dst)); in aead_edesc_alloc()
574 dpaa2_fl_set_format(out_fle, dpaa2_fl_sg); in aead_edesc_alloc()
575 dpaa2_fl_set_addr(out_fle, qm_sg_dma + qm_sg_index * in aead_edesc_alloc()
579 dpaa2_fl_set_len(out_fle, out_len); in aead_edesc_alloc()
1111 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in skcipher_edesc_alloc() local
1238 dpaa2_fl_set_len(out_fle, req->cryptlen + ivsize); in skcipher_edesc_alloc()
1243 dpaa2_fl_set_format(out_fle, dpaa2_fl_sg); in skcipher_edesc_alloc()
1246 dpaa2_fl_set_addr(out_fle, edesc->qm_sg_dma + in skcipher_edesc_alloc()
1249 dpaa2_fl_set_addr(out_fle, edesc->qm_sg_dma + dst_sg_idx * in skcipher_edesc_alloc()
3215 struct dpaa2_fl_entry *in_fle, *out_fle; in hash_digest_key() local
3222 out_fle = &req_ctx->fd_flt[0]; in hash_digest_key()
3258 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in hash_digest_key()
3259 dpaa2_fl_set_addr(out_fle, key_dma); in hash_digest_key()
3260 dpaa2_fl_set_len(out_fle, digestsize); in hash_digest_key()
3521 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_update_ctx() local
3601 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_update_ctx()
3602 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_update_ctx()
3603 dpaa2_fl_set_len(out_fle, ctx->ctx_len); in ahash_update_ctx()
3640 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_final_ctx() local
3683 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_final_ctx()
3684 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_final_ctx()
3685 dpaa2_fl_set_len(out_fle, digestsize); in ahash_final_ctx()
3711 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_finup_ctx() local
3777 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_finup_ctx()
3778 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_finup_ctx()
3779 dpaa2_fl_set_len(out_fle, digestsize); in ahash_finup_ctx()
3805 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_digest() local
3873 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_digest()
3874 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_digest()
3875 dpaa2_fl_set_len(out_fle, digestsize); in ahash_digest()
3900 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_final_no_ctx() local
3945 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_final_no_ctx()
3946 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_final_no_ctx()
3947 dpaa2_fl_set_len(out_fle, digestsize); in ahash_final_no_ctx()
3973 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_update_no_ctx() local
4051 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_update_no_ctx()
4052 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_update_no_ctx()
4053 dpaa2_fl_set_len(out_fle, ctx->ctx_len); in ahash_update_no_ctx()
4094 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_finup_no_ctx() local
4162 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_finup_no_ctx()
4163 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_finup_no_ctx()
4164 dpaa2_fl_set_len(out_fle, digestsize); in ahash_finup_no_ctx()
4190 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_update_first() local
4273 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in ahash_update_first()
4274 dpaa2_fl_set_addr(out_fle, state->ctx_dma); in ahash_update_first()
4275 dpaa2_fl_set_len(out_fle, ctx->ctx_len); in ahash_update_first()