Home
last modified time | relevance | path

Searched refs:hisi_zip_req (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/crypto/hisilicon/zip/
Dzip_crypto.c69 struct hisi_zip_req { struct
81 struct hisi_zip_req *q; argument
97 void (*fill_addr)(struct hisi_zip_sqe *sqe, struct hisi_zip_req *req);
98 void (*fill_buf_size)(struct hisi_zip_sqe *sqe, struct hisi_zip_req *req);
101 void (*fill_tag)(struct hisi_zip_sqe *sqe, struct hisi_zip_req *req);
213 static struct hisi_zip_req *hisi_zip_create_req(struct acomp_req *req, in hisi_zip_create_req()
218 struct hisi_zip_req *q = req_q->q; in hisi_zip_create_req()
219 struct hisi_zip_req *req_cache; in hisi_zip_create_req()
250 struct hisi_zip_req *req) in hisi_zip_remove_req()
256 memset(req, 0, sizeof(struct hisi_zip_req)); in hisi_zip_remove_req()
[all …]