Home
last modified time | relevance | path

Searched refs:tool (Results 1 – 2 of 2) sorted by relevance

/trusty/user/base/app/acvp/
Dacvp.cpp307 TrustyAcvpTool* tool = new TrustyAcvpTool(chan); in AcvpOnConnect() local
308 *ctx_p = reinterpret_cast<void*>(tool); in AcvpOnConnect()
312 static bool RewriteConfig(TrustyAcvpTool& tool, in RewriteConfig() argument
334 return tool.WriteReply({bssl::Span<uint8_t>( in RewriteConfig()
375 TrustyAcvpTool* tool = reinterpret_cast<TrustyAcvpTool*>(ctx); in AcvpOnMessage() local
391 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 …]
/trusty/user/app/keymaster/
Dkeymaster_attributes.proto18 // because the compile tool chain using trusty/user/base/make/compile_proto.mk
23 // To generate the file using the tool chain in trusty tree, add the following
33 // To generate the file using your own tool chain, please follow the guide at