Lines Matching refs:iovec
88 static bool error_response(struct iovec *response, enum NSMResponseTypes error, in error_response()
137 static bool handle_get_random(VirtIONSM *vnsm, struct iovec *request, in handle_get_random()
138 struct iovec *response, Error **errp) in handle_get_random()
208 static bool handle_describe_nsm(VirtIONSM *vnsm, struct iovec *request, in handle_describe_nsm()
209 struct iovec *response, Error **errp) in handle_describe_nsm()
370 static bool handle_describe_pcr(VirtIONSM *vnsm, struct iovec *request, in handle_describe_pcr()
371 struct iovec *response, Error **errp) in handle_describe_pcr()
557 static bool handle_extend_pcr(VirtIONSM *vnsm, struct iovec *request, in handle_extend_pcr()
558 struct iovec *response, Error **errp) in handle_extend_pcr()
709 static bool handle_lock_pcr(VirtIONSM *vnsm, struct iovec *request, in handle_lock_pcr()
710 struct iovec *response, Error **errp) in handle_lock_pcr()
844 static bool handle_lock_pcrs(VirtIONSM *vnsm, struct iovec *request, in handle_lock_pcrs()
845 struct iovec *response, Error **errp) in handle_lock_pcrs()
1353 static bool handle_attestation(VirtIONSM *vnsm, struct iovec *request, in handle_attestation()
1354 struct iovec *response, Error **errp) in handle_attestation()
1450 bool (*response_fn)(VirtIONSM *vnsm, struct iovec *request,
1451 struct iovec *response, Error **errp);
1512 static bool get_nsm_request_response(VirtIONSM *vnsm, struct iovec *req, in get_nsm_request_response()
1513 struct iovec *resp, Error **errp) in get_nsm_request_response()
1545 struct iovec req = {.iov_base = NULL, .iov_len = 0}; in handle_input()
1546 struct iovec res = {.iov_base = NULL, .iov_len = 0}; in handle_input()
1626 struct iovec iov[2] = { in extend_pcr()