Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/security/
Dkeymaster_channel.cpp50 KeymasterChannel::KeymasterChannel(SharedFD input, SharedFD output) in KeymasterChannel() function in cuttlefish::KeymasterChannel
54 bool KeymasterChannel::SendRequest( in SendRequest()
59 bool KeymasterChannel::SendResponse( in SendResponse()
64 bool KeymasterChannel::SendMessage( in SendMessage()
82 ManagedKeymasterMessage KeymasterChannel::ReceiveMessage() { in ReceiveMessage()
Dkeymaster_channel_test.cpp28 TEST(KeymasterChannel, SendAndReceiveRequest) { in TEST() argument
33 KeymasterChannel channel{read_fd, write_fd}; in TEST()
53 TEST(KeymasterChannel, SendAndReceiveResponse) { in TEST() argument
58 KeymasterChannel channel{read_fd, write_fd}; in TEST()
Dkeymaster_channel.h74 class KeymasterChannel {
76 KeymasterChannel(SharedFD input, SharedFD output);
/device/google/cuttlefish/host/commands/secure_env/
Dkeymaster_responder.h26 cuttlefish::KeymasterChannel& channel_;
29 KeymasterResponder(cuttlefish::KeymasterChannel& channel,
Dkeymaster_responder.cpp23 KeymasterResponder::KeymasterResponder(cuttlefish::KeymasterChannel& channel, in KeymasterResponder()
Dsecure_env.cpp237 KeymasterChannel keymaster_channel(keymaster_in, keymaster_out); in SecureEnvMain()
/device/google/cuttlefish/guest/hals/keymaster/remote/
Dremote_keymaster.h28 cuttlefish::KeymasterChannel* channel_;
33 RemoteKeymaster(cuttlefish::KeymasterChannel*);
Dservice4.cpp48 cuttlefish::KeymasterChannel keymasterChannel(fd, fd); in main()
Dremote_keymaster.cpp25 RemoteKeymaster::RemoteKeymaster(cuttlefish::KeymasterChannel* channel) in RemoteKeymaster()
/device/google/cuttlefish/guest/hals/keymint/remote/
Dremote_keymaster.h28 cuttlefish::KeymasterChannel* channel_;
35 RemoteKeymaster(cuttlefish::KeymasterChannel*,
Dservice.cpp92 cuttlefish::KeymasterChannel keymasterChannel(fd, fd); in main()
Dremote_keymaster.cpp27 RemoteKeymaster::RemoteKeymaster(cuttlefish::KeymasterChannel* channel, in RemoteKeymaster()