Searched refs:response_buf (Results 1 – 1 of 1) sorted by relevance
87 char response_buf[kTpmBufferSize]; in SendCommandInternal() local88 result = HANDLE_EINTR(read(fd_, response_buf, kTpmBufferSize)); in SendCommandInternal()93 response->assign(response_buf, static_cast<size_t>(result)); in SendCommandInternal()