Home
last modified time | relevance | path

Searched refs:AndroidKeymaster (Results 1 – 4 of 4) sorted by relevance

/system/keymaster/
Dandroid_keymaster.cpp68 AndroidKeymaster::AndroidKeymaster(KeymasterContext* context, size_t operation_table_size) in AndroidKeymaster() function in keymaster::AndroidKeymaster
71 AndroidKeymaster::~AndroidKeymaster() {} in ~AndroidKeymaster()
94 void AndroidKeymaster::GetVersion(const GetVersionRequest&, GetVersionResponse* rsp) { in GetVersion()
104 void AndroidKeymaster::SupportedAlgorithms(const SupportedAlgorithmsRequest& /* request */, in SupportedAlgorithms()
140 void AndroidKeymaster::SupportedBlockModes(const SupportedBlockModesRequest& request, in SupportedBlockModes()
146 void AndroidKeymaster::SupportedPaddingModes(const SupportedPaddingModesRequest& request, in SupportedPaddingModes()
152 void AndroidKeymaster::SupportedDigests(const SupportedDigestsRequest& request, in SupportedDigests()
158 void AndroidKeymaster::SupportedImportFormats(const SupportedImportFormatsRequest& request, in SupportedImportFormats()
169 void AndroidKeymaster::SupportedExportFormats(const SupportedExportFormatsRequest& request, in SupportedExportFormats()
180 void AndroidKeymaster::AddRngEntropy(const AddEntropyRequest& request, in AddRngEntropy()
[all …]
Dsoft_keymaster_device.cpp130 impl_(new AndroidKeymaster(context_, kOperationTableSize)), configured_(false) { in SoftKeymasterDevice()
140 impl_(new AndroidKeymaster(context_, kOperationTableSize)), configured_(false) { in SoftKeymasterDevice()
/system/keymaster/include/keymaster/
Dandroid_keymaster.h48 class AndroidKeymaster {
50 AndroidKeymaster(KeymasterContext* context, size_t operation_table_size);
51 virtual ~AndroidKeymaster();
Dsoft_keymaster_device.h246 UniquePtr<AndroidKeymaster> impl_;