/device/google/cuttlefish/guest/hals/keymint/remote/ |
D | remote_keymaster.cpp | 27 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 …]
|
D | remote_keymaster.h | 26 class RemoteKeymaster { 35 RemoteKeymaster(cuttlefish::KeymasterChannel*, 37 ~RemoteKeymaster();
|
D | remote_secure_clock.h | 35 explicit RemoteSecureClock(::keymaster::RemoteKeymaster& keymint); 41 ::keymaster::RemoteKeymaster& impl_;
|
D | remote_shared_secret.h | 33 explicit RemoteSharedSecret(::keymaster::RemoteKeymaster& keymint); 42 ::keymaster::RemoteKeymaster& impl_;
|
D | remote_remotely_provisioned_component.h | 35 explicit RemoteRemotelyProvisionedComponent(keymaster::RemoteKeymaster& impl); 51 keymaster::RemoteKeymaster& impl_;
|
D | remote_keymint_operation.h | 41 explicit RemoteKeyMintOperation(::keymaster::RemoteKeymaster& implementation, 65 ::keymaster::RemoteKeymaster& impl_;
|
D | service.cpp | 61 SecurityLevel getSecurityLevel(::keymaster::RemoteKeymaster& remote_keymaster) { in getSecurityLevel() 94 keymaster::RemoteKeymaster remote_keymaster( in main()
|
D | remote_keymint_device.h | 35 explicit RemoteKeyMintDevice(::keymaster::RemoteKeymaster&, SecurityLevel); 93 ::keymaster::RemoteKeymaster& impl_;
|
D | remote_secure_clock.cpp | 33 RemoteSecureClock::RemoteSecureClock(keymaster::RemoteKeymaster& impl) in RemoteSecureClock()
|
D | remote_shared_secret.cpp | 31 RemoteSharedSecret::RemoteSharedSecret(::keymaster::RemoteKeymaster& keymint) in RemoteSharedSecret()
|
D | remote_remotely_provisioned_component.cpp | 52 keymaster::RemoteKeymaster& impl) in RemoteRemotelyProvisionedComponent()
|
D | remote_keymint_operation.cpp | 43 ::keymaster::RemoteKeymaster& impl, keymaster_operation_handle_t opHandle) in RemoteKeyMintOperation()
|
D | remote_keymint_device.cpp | 194 RemoteKeyMintDevice::RemoteKeyMintDevice(::keymaster::RemoteKeymaster& impl, in RemoteKeyMintDevice()
|
/device/google/cuttlefish/guest/hals/keymaster/remote/ |
D | remote_keymaster.cpp | 25 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 …]
|
D | remote_keymaster.h | 26 class RemoteKeymaster { 33 RemoteKeymaster(cuttlefish::KeymasterChannel*); 34 ~RemoteKeymaster();
|
D | remote_keymaster4_device.h | 50 explicit RemoteKeymaster4Device(RemoteKeymaster* impl); 106 std::unique_ptr<::keymaster::RemoteKeymaster> impl_;
|
D | service4.cpp | 50 auto remoteKeymaster = new keymaster::RemoteKeymaster(&keymasterChannel); in main()
|
D | remote_keymaster4_device.cpp | 264 RemoteKeymaster4Device::RemoteKeymaster4Device(RemoteKeymaster* impl) : impl_(impl) {} in RemoteKeymaster4Device()
|