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()
1116 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in skcipher_edesc_alloc() local
1242 dpaa2_fl_set_final(in_fle, true); in skcipher_edesc_alloc()
1243 dpaa2_fl_set_len(in_fle, req->cryptlen + ivsize); in skcipher_edesc_alloc()
1246 dpaa2_fl_set_format(in_fle, dpaa2_fl_sg); in skcipher_edesc_alloc()
1247 dpaa2_fl_set_addr(in_fle, edesc->qm_sg_dma); in skcipher_edesc_alloc()
3224 struct dpaa2_fl_entry *in_fle, *out_fle; in hash_digest_key() local
3230 in_fle = &req_ctx->fd_flt[1]; in hash_digest_key()
3263 dpaa2_fl_set_final(in_fle, true); in hash_digest_key()
3264 dpaa2_fl_set_format(in_fle, dpaa2_fl_single); in hash_digest_key()
3265 dpaa2_fl_set_addr(in_fle, key_dma); in hash_digest_key()
3266 dpaa2_fl_set_len(in_fle, *keylen); in hash_digest_key()
3535 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_update_ctx() local
3612 dpaa2_fl_set_final(in_fle, true); in ahash_update_ctx()
3613 dpaa2_fl_set_format(in_fle, dpaa2_fl_sg); in ahash_update_ctx()
3614 dpaa2_fl_set_addr(in_fle, edesc->qm_sg_dma); in ahash_update_ctx()
3615 dpaa2_fl_set_len(in_fle, ctx->ctx_len + to_hash); in ahash_update_ctx()
3654 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_final_ctx() local
3694 dpaa2_fl_set_final(in_fle, true); in ahash_final_ctx()
3695 dpaa2_fl_set_format(in_fle, dpaa2_fl_sg); in ahash_final_ctx()
3696 dpaa2_fl_set_addr(in_fle, edesc->qm_sg_dma); in ahash_final_ctx()
3697 dpaa2_fl_set_len(in_fle, ctx->ctx_len + buflen); in ahash_final_ctx()
3725 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_finup_ctx() local
3788 dpaa2_fl_set_final(in_fle, true); in ahash_finup_ctx()
3789 dpaa2_fl_set_format(in_fle, dpaa2_fl_sg); in ahash_finup_ctx()
3790 dpaa2_fl_set_addr(in_fle, edesc->qm_sg_dma); in ahash_finup_ctx()
3791 dpaa2_fl_set_len(in_fle, ctx->ctx_len + buflen + req->nbytes); in ahash_finup_ctx()
3819 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_digest() local
3870 dpaa2_fl_set_format(in_fle, dpaa2_fl_sg); in ahash_digest()
3871 dpaa2_fl_set_addr(in_fle, edesc->qm_sg_dma); in ahash_digest()
3873 dpaa2_fl_set_format(in_fle, dpaa2_fl_single); in ahash_digest()
3874 dpaa2_fl_set_addr(in_fle, sg_dma_address(req->src)); in ahash_digest()
3886 dpaa2_fl_set_final(in_fle, true); in ahash_digest()
3887 dpaa2_fl_set_len(in_fle, req->nbytes); in ahash_digest()
3914 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_final_no_ctx() local
3948 dpaa2_fl_set_final(in_fle, true); in ahash_final_no_ctx()
3956 dpaa2_fl_set_format(in_fle, dpaa2_fl_single); in ahash_final_no_ctx()
3957 dpaa2_fl_set_addr(in_fle, state->buf_dma); in ahash_final_no_ctx()
3958 dpaa2_fl_set_len(in_fle, buflen); in ahash_final_no_ctx()
3987 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_update_no_ctx() local
4062 dpaa2_fl_set_final(in_fle, true); in ahash_update_no_ctx()
4063 dpaa2_fl_set_format(in_fle, dpaa2_fl_sg); in ahash_update_no_ctx()
4064 dpaa2_fl_set_addr(in_fle, edesc->qm_sg_dma); in ahash_update_no_ctx()
4065 dpaa2_fl_set_len(in_fle, to_hash); in ahash_update_no_ctx()
4108 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_finup_no_ctx() local
4173 dpaa2_fl_set_final(in_fle, true); in ahash_finup_no_ctx()
4174 dpaa2_fl_set_format(in_fle, dpaa2_fl_sg); in ahash_finup_no_ctx()
4175 dpaa2_fl_set_addr(in_fle, edesc->qm_sg_dma); in ahash_finup_no_ctx()
4176 dpaa2_fl_set_len(in_fle, buflen + req->nbytes); in ahash_finup_no_ctx()
4204 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_update_first() local
4253 dpaa2_fl_set_final(in_fle, true); in ahash_update_first()
4254 dpaa2_fl_set_len(in_fle, to_hash); in ahash_update_first()
4271 dpaa2_fl_set_format(in_fle, dpaa2_fl_sg); in ahash_update_first()
4272 dpaa2_fl_set_addr(in_fle, edesc->qm_sg_dma); in ahash_update_first()
4274 dpaa2_fl_set_format(in_fle, dpaa2_fl_single); in ahash_update_first()
4275 dpaa2_fl_set_addr(in_fle, sg_dma_address(req->src)); in ahash_update_first()