Searched refs:chan_ (Results 1 – 1 of 1) sorted by relevance
153 TrustyAcvpTool(handle_t chan) : chan_(chan), arg_buffer_(NULL) {} in TrustyAcvpTool()176 handle_t chan_; member in TrustyAcvpTool209 int rc = tipc_send1(chan_, &resp, sizeof(struct acvp_resp)); in WriteReply()244 if (chan_ != INVALID_IPC_HANDLE) { in ~TrustyAcvpTool()245 close(chan_); in ~TrustyAcvpTool()