Searched defs:sec_req_op (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec2/ |
| D | sec.h | 67 struct sec_req_op { struct 68 int (*buf_map)(struct sec_ctx *ctx, struct sec_req *req); 69 void (*buf_unmap)(struct sec_ctx *ctx, struct sec_req *req); 70 void (*do_transfer)(struct sec_ctx *ctx, struct sec_req *req); 71 int (*bd_fill)(struct sec_ctx *ctx, struct sec_req *req); 72 int (*bd_send)(struct sec_ctx *ctx, struct sec_req *req); 73 void (*callback)(struct sec_ctx *ctx, struct sec_req *req, int err); 74 int (*process)(struct sec_ctx *ctx, struct sec_req *req);
|
| /kernel/linux/linux-6.6/drivers/crypto/hisilicon/sec2/ |
| D | sec.h | 78 struct sec_req_op { struct 79 int (*buf_map)(struct sec_ctx *ctx, struct sec_req *req); 80 void (*buf_unmap)(struct sec_ctx *ctx, struct sec_req *req); 81 void (*do_transfer)(struct sec_ctx *ctx, struct sec_req *req); 82 int (*bd_fill)(struct sec_ctx *ctx, struct sec_req *req); 83 int (*bd_send)(struct sec_ctx *ctx, struct sec_req *req); 84 void (*callback)(struct sec_ctx *ctx, struct sec_req *req, int err); 85 int (*process)(struct sec_ctx *ctx, struct sec_req *req);
|