Home
last modified time | relevance | path

Searched defs:sec_req_op (Results 1 – 1 of 1) sorted by relevance

/drivers/crypto/hisilicon/sec2/
A Dsec.h128 struct sec_req_op { struct
129 int (*buf_map)(struct sec_ctx *ctx, struct sec_req *req);
130 void (*buf_unmap)(struct sec_ctx *ctx, struct sec_req *req);
131 void (*do_transfer)(struct sec_ctx *ctx, struct sec_req *req);
132 int (*bd_fill)(struct sec_ctx *ctx, struct sec_req *req);
133 int (*bd_send)(struct sec_ctx *ctx, struct sec_req *req);
134 void (*callback)(struct sec_ctx *ctx, struct sec_req *req, int err);
135 int (*process)(struct sec_ctx *ctx, struct sec_req *req);

Completed in 15 milliseconds