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.c45 struct hisi_zip_req { struct
55 struct hisi_zip_req *q; argument
71 void (*fill_addr)(struct hisi_zip_sqe *sqe, struct hisi_zip_req *req);
72 void (*fill_buf_size)(struct hisi_zip_sqe *sqe, struct hisi_zip_req *req);
75 void (*fill_tag)(struct hisi_zip_sqe *sqe, struct hisi_zip_req *req);
111 static struct hisi_zip_req *hisi_zip_create_req(struct hisi_zip_qp_ctx *qp_ctx, in hisi_zip_create_req()
115 struct hisi_zip_req *q = req_q->q; in hisi_zip_create_req()
116 struct hisi_zip_req *req_cache; in hisi_zip_create_req()
139 struct hisi_zip_req *req) in hisi_zip_remove_req()
148 static void hisi_zip_fill_addr(struct hisi_zip_sqe *sqe, struct hisi_zip_req *req) in hisi_zip_fill_addr()
[all …]