Home
last modified time | relevance | path

Searched refs:SendResponse (Results 1 – 6 of 6) sorted by relevance

/device/google/cuttlefish/host/commands/secure_env/
Dkeymaster_responder.cpp45 return channel_->SendResponse(ENUM_NAME, response); \ in ProcessMessage()
77 return channel_->SendResponse(ENUM_NAME, response); \ in ProcessMessage()
86 return channel_->SendResponse(ENUM_NAME, response); \ in ProcessMessage()
99 return channel_->SendResponse(ADD_RNG_ENTROPY, response); in ProcessMessage()
Dgatekeeper_responder.cpp45 return channel_->SendResponse(ENROLL, response); in ProcessMessage()
56 return channel_->SendResponse(VERIFY, response); in ProcessMessage()
/device/google/cuttlefish/common/libs/security/
Dgatekeeper_channel.h77 bool SendResponse(uint32_t command,
Dkeymaster_channel.h81 bool SendResponse(AndroidKeymasterCommand command,
Dgatekeeper_channel.cpp53 bool GatekeeperChannel::SendResponse( in SendResponse() function in cuttlefish::GatekeeperChannel
Dkeymaster_channel.cpp51 bool KeymasterChannel::SendResponse( in SendResponse() function in cuttlefish::KeymasterChannel