/system/keymaster/android_keymaster/ |
D | android_keymaster.cpp | 143 AndroidKeymaster::AndroidKeymaster(KeymasterContext* context, size_t operation_table_size, in AndroidKeymaster() function in keymaster::AndroidKeymaster 148 AndroidKeymaster::~AndroidKeymaster() {} in ~AndroidKeymaster() 150 AndroidKeymaster::AndroidKeymaster(AndroidKeymaster&& other) in AndroidKeymaster() function in keymaster::AndroidKeymaster 170 void AndroidKeymaster::GetVersion(const GetVersionRequest&, GetVersionResponse* rsp) { in GetVersion() 179 GetVersion2Response AndroidKeymaster::GetVersion2(const GetVersion2Request& req) { in GetVersion2() 194 void AndroidKeymaster::SupportedAlgorithms(const SupportedAlgorithmsRequest& /* request */, in SupportedAlgorithms() 226 void AndroidKeymaster::SupportedBlockModes(const SupportedBlockModesRequest& request, in SupportedBlockModes() 232 void AndroidKeymaster::SupportedPaddingModes(const SupportedPaddingModesRequest& request, in SupportedPaddingModes() 238 void AndroidKeymaster::SupportedDigests(const SupportedDigestsRequest& request, in SupportedDigests() 244 void AndroidKeymaster::SupportedImportFormats(const SupportedImportFormatsRequest& request, in SupportedImportFormats() [all …]
|
/system/keymaster/include/keymaster/ |
D | android_keymaster.h | 48 class AndroidKeymaster { 50 AndroidKeymaster(KeymasterContext* context, size_t operation_table_size, 52 virtual ~AndroidKeymaster(); 53 AndroidKeymaster(AndroidKeymaster&&);
|
D | soft_keymaster_device.h | 237 UniquePtr<AndroidKeymaster> impl_;
|
/system/keymaster/ng/include/ |
D | AndroidKeyMintOperation.h | 25 class AndroidKeymaster; variable 39 explicit AndroidKeyMintOperation(const shared_ptr<::keymaster::AndroidKeymaster> implementation, 61 std::shared_ptr<::keymaster::AndroidKeymaster> impl_;
|
D | AndroidSecureClock.h | 25 class AndroidKeymaster; variable 40 shared_ptr<::keymaster::AndroidKeymaster>& impl_;
|
D | AndroidSharedSecret.h | 24 class AndroidKeymaster; variable 40 shared_ptr<::keymaster::AndroidKeymaster>& impl_;
|
D | AndroidKeyMintDevice.h | 24 class AndroidKeymaster; variable 90 shared_ptr<::keymaster::AndroidKeymaster>& getKeymasterImpl() { return impl_; } in getKeymasterImpl() 93 std::shared_ptr<::keymaster::AndroidKeymaster> impl_;
|
D | AndroidKeymaster3Device.h | 30 class AndroidKeymaster; variable 93 std::unique_ptr<::keymaster::AndroidKeymaster> impl_;
|
D | AndroidRemotelyProvisionedComponentDevice.h | 54 std::shared_ptr<::keymaster::AndroidKeymaster> impl_;
|
D | AndroidKeymaster4Device.h | 28 class AndroidKeymaster; variable 107 std::unique_ptr<::keymaster::AndroidKeymaster> impl_;
|
D | AndroidKeymaster41Device.h | 28 class AndroidKeymaster; variable
|
/system/keymaster/ng/ |
D | AndroidKeyMintOperation.cpp | 42 shared_ptr<::keymaster::AndroidKeymaster> implementation, keymaster_operation_handle_t opHandle) in AndroidKeyMintOperation()
|
D | AndroidKeymaster3Device.cpp | 223 : impl_(new (std::nothrow)::keymaster::AndroidKeymaster( in AndroidKeymaster3Device() 240 : impl_(new (std::nothrow)::keymaster::AndroidKeymaster(context, kOperationTableSize)), in AndroidKeymaster3Device()
|
D | AndroidKeyMintDevice.cpp | 217 : impl_(new(std::nothrow)::keymaster::AndroidKeymaster( in AndroidKeyMintDevice()
|
D | AndroidKeymaster4Device.cpp | 222 : impl_(new (std::nothrow)::keymaster::AndroidKeymaster( in AndroidKeymaster4Device()
|
/system/keymaster/ |
D | Android.bp | 16 // AndroidKeymaster implementation, e.g. one running in TrustZone. 105 // the function-based keymaster HAL API to the message-based AndroidKeymaster API.
|
/system/keymaster/contexts/ |
D | soft_keymaster_device.cpp | 162 impl_(new (std::nothrow) AndroidKeymaster(context_, kOperationTableSize)), in SoftKeymasterDevice() 173 impl_(new (std::nothrow) AndroidKeymaster(context_, kOperationTableSize)), in SoftKeymasterDevice()
|