Searched refs:KeymasterChannel (Results 1 – 12 of 12) sorted by relevance
/device/google/cuttlefish/common/libs/security/ |
D | keymaster_channel.cpp | 50 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()
|
D | keymaster_channel_test.cpp | 28 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()
|
D | keymaster_channel.h | 74 class KeymasterChannel { 76 KeymasterChannel(SharedFD input, SharedFD output);
|
/device/google/cuttlefish/host/commands/secure_env/ |
D | keymaster_responder.h | 26 cuttlefish::KeymasterChannel& channel_; 29 KeymasterResponder(cuttlefish::KeymasterChannel& channel,
|
D | keymaster_responder.cpp | 23 KeymasterResponder::KeymasterResponder(cuttlefish::KeymasterChannel& channel, in KeymasterResponder()
|
D | secure_env.cpp | 237 KeymasterChannel keymaster_channel(keymaster_in, keymaster_out); in SecureEnvMain()
|
/device/google/cuttlefish/guest/hals/keymaster/remote/ |
D | remote_keymaster.h | 28 cuttlefish::KeymasterChannel* channel_; 33 RemoteKeymaster(cuttlefish::KeymasterChannel*);
|
D | service4.cpp | 48 cuttlefish::KeymasterChannel keymasterChannel(fd, fd); in main()
|
D | remote_keymaster.cpp | 25 RemoteKeymaster::RemoteKeymaster(cuttlefish::KeymasterChannel* channel) in RemoteKeymaster()
|
/device/google/cuttlefish/guest/hals/keymint/remote/ |
D | remote_keymaster.h | 28 cuttlefish::KeymasterChannel* channel_; 35 RemoteKeymaster(cuttlefish::KeymasterChannel*,
|
D | service.cpp | 92 cuttlefish::KeymasterChannel keymasterChannel(fd, fd); in main()
|
D | remote_keymaster.cpp | 27 RemoteKeymaster::RemoteKeymaster(cuttlefish::KeymasterChannel* channel, in RemoteKeymaster()
|