Searched refs:TrustyAcvpTool (Results 1 – 1 of 1) sorted by relevance
151 class TrustyAcvpTool { class153 TrustyAcvpTool(handle_t chan) : chan_(chan), arg_buffer_(NULL) {} in TrustyAcvpTool() function in TrustyAcvpTool172 ~TrustyAcvpTool();188 bool TrustyAcvpTool::WriteReply(std::vector<bssl::Span<const uint8_t>> spans) { in WriteReply()218 bool TrustyAcvpTool::MapShm(handle_t shm, size_t size) { in MapShm()230 void TrustyAcvpTool::MessageCleanup() { in MessageCleanup()242 TrustyAcvpTool::~TrustyAcvpTool() { in ~TrustyAcvpTool()307 TrustyAcvpTool* tool = new TrustyAcvpTool(chan); in AcvpOnConnect()312 static bool RewriteConfig(TrustyAcvpTool& tool, in RewriteConfig()375 TrustyAcvpTool* tool = reinterpret_cast<TrustyAcvpTool*>(ctx); in AcvpOnMessage()[all …]