Searched refs:tool (Results 1 – 2 of 2) sorted by relevance
307 TrustyAcvpTool* tool = new TrustyAcvpTool(chan); in AcvpOnConnect() local308 *ctx_p = reinterpret_cast<void*>(tool); in AcvpOnConnect()312 static bool RewriteConfig(TrustyAcvpTool& tool, in RewriteConfig() argument334 return tool.WriteReply({bssl::Span<uint8_t>( in RewriteConfig()375 TrustyAcvpTool* tool = reinterpret_cast<TrustyAcvpTool*>(ctx); in AcvpOnMessage() local391 if (!tool->MapShm(shared_mem, request->buffer_size)) { in AcvpOnMessage()405 end > tool->arg_buffer_size()) { in AcvpOnMessage()409 args[i] = bssl::Span<const uint8_t>(tool->arg_buffer() + cur_offset, in AcvpOnMessage()433 callback = [tool](auto spans) { in AcvpOnMessage()434 return RewriteConfig(*tool, spans); in AcvpOnMessage()[all …]
18 // because the compile tool chain using trusty/user/base/make/compile_proto.mk23 // To generate the file using the tool chain in trusty tree, add the following33 // To generate the file using your own tool chain, please follow the guide at