Lines Matching refs:in_fle
356 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in aead_edesc_alloc() local
553 dpaa2_fl_set_final(in_fle, true); in aead_edesc_alloc()
554 dpaa2_fl_set_format(in_fle, dpaa2_fl_sg); in aead_edesc_alloc()
555 dpaa2_fl_set_addr(in_fle, qm_sg_dma); in aead_edesc_alloc()
556 dpaa2_fl_set_len(in_fle, in_len); in aead_edesc_alloc()
1115 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in skcipher_edesc_alloc() local
1241 dpaa2_fl_set_final(in_fle, true); in skcipher_edesc_alloc()
1242 dpaa2_fl_set_len(in_fle, req->cryptlen + ivsize); in skcipher_edesc_alloc()
1245 dpaa2_fl_set_format(in_fle, dpaa2_fl_sg); in skcipher_edesc_alloc()
1246 dpaa2_fl_set_addr(in_fle, edesc->qm_sg_dma); in skcipher_edesc_alloc()
3223 struct dpaa2_fl_entry *in_fle, *out_fle; in hash_digest_key() local
3229 in_fle = &req_ctx->fd_flt[1]; in hash_digest_key()
3262 dpaa2_fl_set_final(in_fle, true); in hash_digest_key()
3263 dpaa2_fl_set_format(in_fle, dpaa2_fl_single); in hash_digest_key()
3264 dpaa2_fl_set_addr(in_fle, key_dma); in hash_digest_key()
3265 dpaa2_fl_set_len(in_fle, *keylen); in hash_digest_key()
3534 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_update_ctx() local
3611 dpaa2_fl_set_final(in_fle, true); in ahash_update_ctx()
3612 dpaa2_fl_set_format(in_fle, dpaa2_fl_sg); in ahash_update_ctx()
3613 dpaa2_fl_set_addr(in_fle, edesc->qm_sg_dma); in ahash_update_ctx()
3614 dpaa2_fl_set_len(in_fle, ctx->ctx_len + to_hash); in ahash_update_ctx()
3653 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_final_ctx() local
3693 dpaa2_fl_set_final(in_fle, true); in ahash_final_ctx()
3694 dpaa2_fl_set_format(in_fle, dpaa2_fl_sg); in ahash_final_ctx()
3695 dpaa2_fl_set_addr(in_fle, edesc->qm_sg_dma); in ahash_final_ctx()
3696 dpaa2_fl_set_len(in_fle, ctx->ctx_len + buflen); in ahash_final_ctx()
3724 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_finup_ctx() local
3787 dpaa2_fl_set_final(in_fle, true); in ahash_finup_ctx()
3788 dpaa2_fl_set_format(in_fle, dpaa2_fl_sg); in ahash_finup_ctx()
3789 dpaa2_fl_set_addr(in_fle, edesc->qm_sg_dma); in ahash_finup_ctx()
3790 dpaa2_fl_set_len(in_fle, ctx->ctx_len + buflen + req->nbytes); in ahash_finup_ctx()
3818 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_digest() local
3869 dpaa2_fl_set_format(in_fle, dpaa2_fl_sg); in ahash_digest()
3870 dpaa2_fl_set_addr(in_fle, edesc->qm_sg_dma); in ahash_digest()
3872 dpaa2_fl_set_format(in_fle, dpaa2_fl_single); in ahash_digest()
3873 dpaa2_fl_set_addr(in_fle, sg_dma_address(req->src)); in ahash_digest()
3885 dpaa2_fl_set_final(in_fle, true); in ahash_digest()
3886 dpaa2_fl_set_len(in_fle, req->nbytes); in ahash_digest()
3913 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_final_no_ctx() local
3947 dpaa2_fl_set_final(in_fle, true); in ahash_final_no_ctx()
3955 dpaa2_fl_set_format(in_fle, dpaa2_fl_single); in ahash_final_no_ctx()
3956 dpaa2_fl_set_addr(in_fle, state->buf_dma); in ahash_final_no_ctx()
3957 dpaa2_fl_set_len(in_fle, buflen); in ahash_final_no_ctx()
3986 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_update_no_ctx() local
4061 dpaa2_fl_set_final(in_fle, true); in ahash_update_no_ctx()
4062 dpaa2_fl_set_format(in_fle, dpaa2_fl_sg); in ahash_update_no_ctx()
4063 dpaa2_fl_set_addr(in_fle, edesc->qm_sg_dma); in ahash_update_no_ctx()
4064 dpaa2_fl_set_len(in_fle, to_hash); in ahash_update_no_ctx()
4107 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_finup_no_ctx() local
4172 dpaa2_fl_set_final(in_fle, true); in ahash_finup_no_ctx()
4173 dpaa2_fl_set_format(in_fle, dpaa2_fl_sg); in ahash_finup_no_ctx()
4174 dpaa2_fl_set_addr(in_fle, edesc->qm_sg_dma); in ahash_finup_no_ctx()
4175 dpaa2_fl_set_len(in_fle, buflen + req->nbytes); in ahash_finup_no_ctx()
4203 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_update_first() local
4252 dpaa2_fl_set_final(in_fle, true); in ahash_update_first()
4253 dpaa2_fl_set_len(in_fle, to_hash); in ahash_update_first()
4270 dpaa2_fl_set_format(in_fle, dpaa2_fl_sg); in ahash_update_first()
4271 dpaa2_fl_set_addr(in_fle, edesc->qm_sg_dma); in ahash_update_first()
4273 dpaa2_fl_set_format(in_fle, dpaa2_fl_single); in ahash_update_first()
4274 dpaa2_fl_set_addr(in_fle, sg_dma_address(req->src)); in ahash_update_first()