Home
last modified time | relevance | path

Searched refs:KeymasterChannel (Results 1 – 8 of 8) sorted by relevance

/device/google/cuttlefish/common/libs/security/
Dkeymaster_channel.cpp43 KeymasterChannel::KeymasterChannel(SharedFD channel) : channel_(channel) { in KeymasterChannel() function in cuttlefish::KeymasterChannel
46 bool KeymasterChannel::SendRequest( in SendRequest()
51 bool KeymasterChannel::SendResponse( in SendResponse()
56 bool KeymasterChannel::SendMessage( in SendMessage()
73 ManagedKeymasterMessage KeymasterChannel::ReceiveMessage() { in ReceiveMessage()
Dkeymaster_channel.h71 class KeymasterChannel {
77 KeymasterChannel(SharedFD channel);
/device/google/cuttlefish/host/commands/secure_env/
Dkeymaster_responder.h24 cuttlefish::KeymasterChannel* channel_;
27 KeymasterResponder(cuttlefish::KeymasterChannel* channel,
Dsecure_env.cpp119 cuttlefish::KeymasterChannel keymaster_channel(keymaster_conn); in main()
Dkeymaster_responder.cpp22 cuttlefish::KeymasterChannel* channel, keymaster::AndroidKeymaster* keymaster) in KeymasterResponder()
/device/google/cuttlefish/guest/hals/keymaster/remote/
Dremote_keymaster.h28 cuttlefish::KeymasterChannel* channel_;
33 RemoteKeymaster(cuttlefish::KeymasterChannel*);
Dservice4.cpp44 cuttlefish::KeymasterChannel keymasterChannel(vsockFd); in main()
Dremote_keymaster.cpp25 RemoteKeymaster::RemoteKeymaster(cuttlefish::KeymasterChannel* channel) in RemoteKeymaster()