Lines Matching refs:in_fle
354 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in aead_edesc_alloc() local
551 dpaa2_fl_set_final(in_fle, true); in aead_edesc_alloc()
552 dpaa2_fl_set_format(in_fle, dpaa2_fl_sg); in aead_edesc_alloc()
553 dpaa2_fl_set_addr(in_fle, qm_sg_dma); in aead_edesc_alloc()
554 dpaa2_fl_set_len(in_fle, in_len); in aead_edesc_alloc()
1113 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in skcipher_edesc_alloc() local
1239 dpaa2_fl_set_final(in_fle, true); in skcipher_edesc_alloc()
1240 dpaa2_fl_set_len(in_fle, req->cryptlen + ivsize); in skcipher_edesc_alloc()
1243 dpaa2_fl_set_format(in_fle, dpaa2_fl_sg); in skcipher_edesc_alloc()
1244 dpaa2_fl_set_addr(in_fle, edesc->qm_sg_dma); in skcipher_edesc_alloc()
3219 struct dpaa2_fl_entry *in_fle, *out_fle; in hash_digest_key() local
3225 in_fle = &req_ctx->fd_flt[1]; in hash_digest_key()
3258 dpaa2_fl_set_final(in_fle, true); in hash_digest_key()
3259 dpaa2_fl_set_format(in_fle, dpaa2_fl_single); in hash_digest_key()
3260 dpaa2_fl_set_addr(in_fle, key_dma); in hash_digest_key()
3261 dpaa2_fl_set_len(in_fle, *keylen); in hash_digest_key()
3524 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_update_ctx() local
3601 dpaa2_fl_set_final(in_fle, true); in ahash_update_ctx()
3602 dpaa2_fl_set_format(in_fle, dpaa2_fl_sg); in ahash_update_ctx()
3603 dpaa2_fl_set_addr(in_fle, edesc->qm_sg_dma); in ahash_update_ctx()
3604 dpaa2_fl_set_len(in_fle, ctx->ctx_len + to_hash); in ahash_update_ctx()
3643 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_final_ctx() local
3683 dpaa2_fl_set_final(in_fle, true); in ahash_final_ctx()
3684 dpaa2_fl_set_format(in_fle, dpaa2_fl_sg); in ahash_final_ctx()
3685 dpaa2_fl_set_addr(in_fle, edesc->qm_sg_dma); in ahash_final_ctx()
3686 dpaa2_fl_set_len(in_fle, ctx->ctx_len + buflen); in ahash_final_ctx()
3714 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_finup_ctx() local
3777 dpaa2_fl_set_final(in_fle, true); in ahash_finup_ctx()
3778 dpaa2_fl_set_format(in_fle, dpaa2_fl_sg); in ahash_finup_ctx()
3779 dpaa2_fl_set_addr(in_fle, edesc->qm_sg_dma); in ahash_finup_ctx()
3780 dpaa2_fl_set_len(in_fle, ctx->ctx_len + buflen + req->nbytes); in ahash_finup_ctx()
3808 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_digest() local
3859 dpaa2_fl_set_format(in_fle, dpaa2_fl_sg); in ahash_digest()
3860 dpaa2_fl_set_addr(in_fle, edesc->qm_sg_dma); in ahash_digest()
3862 dpaa2_fl_set_format(in_fle, dpaa2_fl_single); in ahash_digest()
3863 dpaa2_fl_set_addr(in_fle, sg_dma_address(req->src)); in ahash_digest()
3875 dpaa2_fl_set_final(in_fle, true); in ahash_digest()
3876 dpaa2_fl_set_len(in_fle, req->nbytes); in ahash_digest()
3903 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_final_no_ctx() local
3937 dpaa2_fl_set_final(in_fle, true); in ahash_final_no_ctx()
3945 dpaa2_fl_set_format(in_fle, dpaa2_fl_single); in ahash_final_no_ctx()
3946 dpaa2_fl_set_addr(in_fle, state->buf_dma); in ahash_final_no_ctx()
3947 dpaa2_fl_set_len(in_fle, buflen); in ahash_final_no_ctx()
3976 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_update_no_ctx() local
4051 dpaa2_fl_set_final(in_fle, true); in ahash_update_no_ctx()
4052 dpaa2_fl_set_format(in_fle, dpaa2_fl_sg); in ahash_update_no_ctx()
4053 dpaa2_fl_set_addr(in_fle, edesc->qm_sg_dma); in ahash_update_no_ctx()
4054 dpaa2_fl_set_len(in_fle, to_hash); in ahash_update_no_ctx()
4097 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_finup_no_ctx() local
4162 dpaa2_fl_set_final(in_fle, true); in ahash_finup_no_ctx()
4163 dpaa2_fl_set_format(in_fle, dpaa2_fl_sg); in ahash_finup_no_ctx()
4164 dpaa2_fl_set_addr(in_fle, edesc->qm_sg_dma); in ahash_finup_no_ctx()
4165 dpaa2_fl_set_len(in_fle, buflen + req->nbytes); in ahash_finup_no_ctx()
4193 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_update_first() local
4242 dpaa2_fl_set_final(in_fle, true); in ahash_update_first()
4243 dpaa2_fl_set_len(in_fle, to_hash); in ahash_update_first()
4260 dpaa2_fl_set_format(in_fle, dpaa2_fl_sg); in ahash_update_first()
4261 dpaa2_fl_set_addr(in_fle, edesc->qm_sg_dma); in ahash_update_first()
4263 dpaa2_fl_set_format(in_fle, dpaa2_fl_single); in ahash_update_first()
4264 dpaa2_fl_set_addr(in_fle, sg_dma_address(req->src)); in ahash_update_first()