Lines Matching refs:AndroidKeymaster
68 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()
186 void AndroidKeymaster::GenerateKey(const GenerateKeyRequest& request, in GenerateKey()
208 void AndroidKeymaster::GetKeyCharacteristics(const GetKeyCharacteristicsRequest& request, in GetKeyCharacteristics()
237 void AndroidKeymaster::BeginOperation(const BeginOperationRequest& request, in BeginOperation()
289 void AndroidKeymaster::UpdateOperation(const UpdateOperationRequest& request, in UpdateOperation()
318 void AndroidKeymaster::FinishOperation(const FinishOperationRequest& request, in FinishOperation()
343 void AndroidKeymaster::AbortOperation(const AbortOperationRequest& request, in AbortOperation()
358 void AndroidKeymaster::ExportKey(const ExportKeyRequest& request, ExportKeyResponse* response) { in ExportKey()
392 void AndroidKeymaster::AttestKey(const AttestKeyRequest& request, AttestKeyResponse* response) { in AttestKey()
415 void AndroidKeymaster::UpgradeKey(const UpgradeKeyRequest& request, UpgradeKeyResponse* response) { in UpgradeKey()
427 void AndroidKeymaster::ImportKey(const ImportKeyRequest& request, ImportKeyResponse* response) { in ImportKey()
448 void AndroidKeymaster::DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response) { in DeleteKey()
454 void AndroidKeymaster::DeleteAllKeys(const DeleteAllKeysRequest&, DeleteAllKeysResponse* response) { in DeleteAllKeys()
460 bool AndroidKeymaster::has_operation(keymaster_operation_handle_t op_handle) const { in has_operation()
464 keymaster_error_t AndroidKeymaster::LoadKey(const keymaster_key_blob_t& key_blob, in LoadKey()