Home
last modified time | relevance | path

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

/linux/drivers/crypto/hisilicon/zip/
H A Dzip_crypto.c51 struct hisi_zip_req { struct
62 struct hisi_zip_req *q; argument
79 void (*fill_addr)(struct hisi_zip_sqe *sqe, struct hisi_zip_req *req);
80 void (*fill_buf_size)(struct hisi_zip_sqe *sqe, struct hisi_zip_req *req);
84 void (*fill_tag)(struct hisi_zip_sqe *sqe, struct hisi_zip_req *req);
138 static struct hisi_zip_req *hisi_zip_create_req(struct hisi_zip_qp_ctx *qp_ctx, in hisi_zip_create_req()
142 struct hisi_zip_req *q = req_q->q; in hisi_zip_create_req()
143 struct hisi_zip_req *req_cache; in hisi_zip_create_req()
167 struct hisi_zip_req *req) in hisi_zip_remove_req()
176 static void hisi_zip_fill_addr(struct hisi_zip_sqe *sqe, struct hisi_zip_req *req) in hisi_zip_fill_addr()
[all …]