Home
last modified time | relevance | path

Searched refs:RemoteKeymaster (Results 1 – 18 of 18) sorted by relevance

/device/google/cuttlefish/guest/hals/keymint/remote/
Dremote_keymaster.cpp27 RemoteKeymaster::RemoteKeymaster(cuttlefish::KeymasterChannel* channel, in RemoteKeymaster() function in keymaster::RemoteKeymaster
31 RemoteKeymaster::~RemoteKeymaster() {} in ~RemoteKeymaster()
33 void RemoteKeymaster::ForwardCommand(AndroidKeymasterCommand command, in ForwardCommand()
56 bool RemoteKeymaster::Initialize() { in Initialize()
117 void RemoteKeymaster::GetVersion(const GetVersionRequest& request, in GetVersion()
122 void RemoteKeymaster::SupportedAlgorithms( in SupportedAlgorithms()
128 void RemoteKeymaster::SupportedBlockModes( in SupportedBlockModes()
134 void RemoteKeymaster::SupportedPaddingModes( in SupportedPaddingModes()
140 void RemoteKeymaster::SupportedDigests(const SupportedDigestsRequest& request, in SupportedDigests()
145 void RemoteKeymaster::SupportedImportFormats( in SupportedImportFormats()
[all …]
Dremote_keymaster.h26 class RemoteKeymaster {
35 RemoteKeymaster(cuttlefish::KeymasterChannel*,
37 ~RemoteKeymaster();
Dremote_secure_clock.h35 explicit RemoteSecureClock(::keymaster::RemoteKeymaster& keymint);
41 ::keymaster::RemoteKeymaster& impl_;
Dremote_shared_secret.h33 explicit RemoteSharedSecret(::keymaster::RemoteKeymaster& keymint);
42 ::keymaster::RemoteKeymaster& impl_;
Dremote_remotely_provisioned_component.h35 explicit RemoteRemotelyProvisionedComponent(keymaster::RemoteKeymaster& impl);
51 keymaster::RemoteKeymaster& impl_;
Dremote_keymint_operation.h41 explicit RemoteKeyMintOperation(::keymaster::RemoteKeymaster& implementation,
65 ::keymaster::RemoteKeymaster& impl_;
Dservice.cpp61 SecurityLevel getSecurityLevel(::keymaster::RemoteKeymaster& remote_keymaster) { in getSecurityLevel()
94 keymaster::RemoteKeymaster remote_keymaster( in main()
Dremote_keymint_device.h35 explicit RemoteKeyMintDevice(::keymaster::RemoteKeymaster&, SecurityLevel);
93 ::keymaster::RemoteKeymaster& impl_;
Dremote_secure_clock.cpp33 RemoteSecureClock::RemoteSecureClock(keymaster::RemoteKeymaster& impl) in RemoteSecureClock()
Dremote_shared_secret.cpp31 RemoteSharedSecret::RemoteSharedSecret(::keymaster::RemoteKeymaster& keymint) in RemoteSharedSecret()
Dremote_remotely_provisioned_component.cpp52 keymaster::RemoteKeymaster& impl) in RemoteRemotelyProvisionedComponent()
Dremote_keymint_operation.cpp43 ::keymaster::RemoteKeymaster& impl, keymaster_operation_handle_t opHandle) in RemoteKeyMintOperation()
Dremote_keymint_device.cpp194 RemoteKeyMintDevice::RemoteKeyMintDevice(::keymaster::RemoteKeymaster& impl, in RemoteKeyMintDevice()
/device/google/cuttlefish/guest/hals/keymaster/remote/
Dremote_keymaster.cpp25 RemoteKeymaster::RemoteKeymaster(cuttlefish::KeymasterChannel* channel) in RemoteKeymaster() function in keymaster::RemoteKeymaster
28 RemoteKeymaster::~RemoteKeymaster() { in ~RemoteKeymaster()
31 void RemoteKeymaster::ForwardCommand(AndroidKeymasterCommand command, const Serializable& req, in ForwardCommand()
53 bool RemoteKeymaster::Initialize() { in Initialize()
71 void RemoteKeymaster::GetVersion(const GetVersionRequest& request, GetVersionResponse* response) { in GetVersion()
75 void RemoteKeymaster::SupportedAlgorithms(const SupportedAlgorithmsRequest& request, in SupportedAlgorithms()
80 void RemoteKeymaster::SupportedBlockModes(const SupportedBlockModesRequest& request, in SupportedBlockModes()
85 void RemoteKeymaster::SupportedPaddingModes(const SupportedPaddingModesRequest& request, in SupportedPaddingModes()
90 void RemoteKeymaster::SupportedDigests(const SupportedDigestsRequest& request, in SupportedDigests()
95 void RemoteKeymaster::SupportedImportFormats(const SupportedImportFormatsRequest& request, in SupportedImportFormats()
[all …]
Dremote_keymaster.h26 class RemoteKeymaster {
33 RemoteKeymaster(cuttlefish::KeymasterChannel*);
34 ~RemoteKeymaster();
Dremote_keymaster4_device.h50 explicit RemoteKeymaster4Device(RemoteKeymaster* impl);
106 std::unique_ptr<::keymaster::RemoteKeymaster> impl_;
Dservice4.cpp50 auto remoteKeymaster = new keymaster::RemoteKeymaster(&keymasterChannel); in main()
Dremote_keymaster4_device.cpp264 RemoteKeymaster4Device::RemoteKeymaster4Device(RemoteKeymaster* impl) : impl_(impl) {} in RemoteKeymaster4Device()