Searched defs:sec_req_op (Results 1 – 1 of 1) sorted by relevance
122 struct sec_req_op { struct123 int (*buf_map)(struct sec_ctx *ctx, struct sec_req *req);124 void (*buf_unmap)(struct sec_ctx *ctx, struct sec_req *req);125 void (*do_transfer)(struct sec_ctx *ctx, struct sec_req *req);126 int (*bd_fill)(struct sec_ctx *ctx, struct sec_req *req);127 int (*bd_send)(struct sec_ctx *ctx, struct sec_req *req);128 void (*callback)(struct sec_ctx *ctx, struct sec_req *req, int err);129 int (*process)(struct sec_ctx *ctx, struct sec_req *req);