Lines Matching refs:in_fle
351 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in aead_edesc_alloc() local
548 dpaa2_fl_set_final(in_fle, true); in aead_edesc_alloc()
549 dpaa2_fl_set_format(in_fle, dpaa2_fl_sg); in aead_edesc_alloc()
550 dpaa2_fl_set_addr(in_fle, qm_sg_dma); in aead_edesc_alloc()
551 dpaa2_fl_set_len(in_fle, in_len); in aead_edesc_alloc()
1110 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in skcipher_edesc_alloc() local
1236 dpaa2_fl_set_final(in_fle, true); in skcipher_edesc_alloc()
1237 dpaa2_fl_set_len(in_fle, req->cryptlen + ivsize); in skcipher_edesc_alloc()
1240 dpaa2_fl_set_format(in_fle, dpaa2_fl_sg); in skcipher_edesc_alloc()
1241 dpaa2_fl_set_addr(in_fle, edesc->qm_sg_dma); in skcipher_edesc_alloc()
3216 struct dpaa2_fl_entry *in_fle, *out_fle; in hash_digest_key() local
3222 in_fle = &req_ctx->fd_flt[1]; in hash_digest_key()
3255 dpaa2_fl_set_final(in_fle, true); in hash_digest_key()
3256 dpaa2_fl_set_format(in_fle, dpaa2_fl_single); in hash_digest_key()
3257 dpaa2_fl_set_addr(in_fle, key_dma); in hash_digest_key()
3258 dpaa2_fl_set_len(in_fle, *keylen); in hash_digest_key()
3521 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_update_ctx() local
3598 dpaa2_fl_set_final(in_fle, true); in ahash_update_ctx()
3599 dpaa2_fl_set_format(in_fle, dpaa2_fl_sg); in ahash_update_ctx()
3600 dpaa2_fl_set_addr(in_fle, edesc->qm_sg_dma); in ahash_update_ctx()
3601 dpaa2_fl_set_len(in_fle, ctx->ctx_len + to_hash); in ahash_update_ctx()
3640 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_final_ctx() local
3680 dpaa2_fl_set_final(in_fle, true); in ahash_final_ctx()
3681 dpaa2_fl_set_format(in_fle, dpaa2_fl_sg); in ahash_final_ctx()
3682 dpaa2_fl_set_addr(in_fle, edesc->qm_sg_dma); in ahash_final_ctx()
3683 dpaa2_fl_set_len(in_fle, ctx->ctx_len + buflen); in ahash_final_ctx()
3711 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_finup_ctx() local
3774 dpaa2_fl_set_final(in_fle, true); in ahash_finup_ctx()
3775 dpaa2_fl_set_format(in_fle, dpaa2_fl_sg); in ahash_finup_ctx()
3776 dpaa2_fl_set_addr(in_fle, edesc->qm_sg_dma); in ahash_finup_ctx()
3777 dpaa2_fl_set_len(in_fle, ctx->ctx_len + buflen + req->nbytes); in ahash_finup_ctx()
3805 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_digest() local
3856 dpaa2_fl_set_format(in_fle, dpaa2_fl_sg); in ahash_digest()
3857 dpaa2_fl_set_addr(in_fle, edesc->qm_sg_dma); in ahash_digest()
3859 dpaa2_fl_set_format(in_fle, dpaa2_fl_single); in ahash_digest()
3860 dpaa2_fl_set_addr(in_fle, sg_dma_address(req->src)); in ahash_digest()
3872 dpaa2_fl_set_final(in_fle, true); in ahash_digest()
3873 dpaa2_fl_set_len(in_fle, req->nbytes); in ahash_digest()
3900 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_final_no_ctx() local
3934 dpaa2_fl_set_final(in_fle, true); in ahash_final_no_ctx()
3942 dpaa2_fl_set_format(in_fle, dpaa2_fl_single); in ahash_final_no_ctx()
3943 dpaa2_fl_set_addr(in_fle, state->buf_dma); in ahash_final_no_ctx()
3944 dpaa2_fl_set_len(in_fle, buflen); in ahash_final_no_ctx()
3973 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_update_no_ctx() local
4048 dpaa2_fl_set_final(in_fle, true); in ahash_update_no_ctx()
4049 dpaa2_fl_set_format(in_fle, dpaa2_fl_sg); in ahash_update_no_ctx()
4050 dpaa2_fl_set_addr(in_fle, edesc->qm_sg_dma); in ahash_update_no_ctx()
4051 dpaa2_fl_set_len(in_fle, to_hash); in ahash_update_no_ctx()
4094 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_finup_no_ctx() local
4159 dpaa2_fl_set_final(in_fle, true); in ahash_finup_no_ctx()
4160 dpaa2_fl_set_format(in_fle, dpaa2_fl_sg); in ahash_finup_no_ctx()
4161 dpaa2_fl_set_addr(in_fle, edesc->qm_sg_dma); in ahash_finup_no_ctx()
4162 dpaa2_fl_set_len(in_fle, buflen + req->nbytes); in ahash_finup_no_ctx()
4190 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_update_first() local
4239 dpaa2_fl_set_final(in_fle, true); in ahash_update_first()
4240 dpaa2_fl_set_len(in_fle, to_hash); in ahash_update_first()
4257 dpaa2_fl_set_format(in_fle, dpaa2_fl_sg); in ahash_update_first()
4258 dpaa2_fl_set_addr(in_fle, edesc->qm_sg_dma); in ahash_update_first()
4260 dpaa2_fl_set_format(in_fle, dpaa2_fl_single); in ahash_update_first()
4261 dpaa2_fl_set_addr(in_fle, sg_dma_address(req->src)); in ahash_update_first()