Home
last modified time | relevance | path

Searched refs:exportKey (Results 1 – 20 of 20) sorted by relevance

/system/security/keystore/include/keystore/
Dkeystore_client_mock.h59 MOCK_METHOD3(exportKey, int32_t(keymaster_key_format_t export_format,
Dkeystore_client.h123 virtual KeyStoreNativeReturnCode exportKey(KeyFormat export_format, const std::string& key_name,
Dkeystore_client_impl.h62 KeyStoreNativeReturnCode exportKey(KeyFormat export_format, const std::string& key_name,
/system/core/trusty/keymaster/include/trusty_keymaster/
DTrustyKeymaster3Device.h57 Return<void> exportKey(KeyFormat exportFormat, const hidl_vec<uint8_t>& keyBlob,
/system/security/keystore/
Dlegacy_keymaster_device_wrapper.h60 Return<void> exportKey(KeyFormat exportFormat, const hidl_vec<uint8_t>& keyBlob,
Dkeystore_client_impl.cpp286 KeyStoreNativeReturnCode KeystoreClientImpl::exportKey(KeyFormat export_format, in exportKey() function in keystore::KeystoreClientImpl
293 auto binder_result = keystore_->exportKey( in exportKey()
Dkeymaster_worker.cpp1023 void KeymasterWorker::exportKey(LockedKeyBlobEntry lockedEntry, KeyFormat exportFormat, in exportKey() function in keystore::KeymasterWorker
1046 keymasterDevice_->exportKey(exportFormat, key, clientId, appData, hidlCb)); in exportKey()
1070 keymasterDevice_->exportKey(exportFormat, upgradedHidlKeyBlob, in exportKey()
Dkey_store_service.h109 exportKey(const ::android::sp<::android::security::keystore::IKeystoreExportKeyCallback>& cb,
Dkeymaster_worker.h276 void exportKey(LockedKeyBlobEntry lockedEntry, KeyFormat exportFormat,
Dlegacy_keymaster_device_wrapper.cpp314 Return<void> LegacyKeymasterDeviceWrapper::exportKey(KeyFormat exportFormat, in exportKey() function in android::keystore::LegacyKeymasterDeviceWrapper
Dkeystore_cli_v2.cpp338 int32_t result = keystore->exportKey(KeyFormat::X509, name, &data).getErrorCode(); in ExportKey()
Dkey_store_service.cpp812 Status KeyStoreService::exportKey( in exportKey() function in keystore::KeyStoreService
842 dev->exportKey(std::move(lockedEntry), KeyFormat(format), clientId.getData(), appData.getData(), in exportKey()
/system/keymaster/ng/include/
DAndroidKeymaster3Device.h72 Return<void> exportKey(KeyFormat exportFormat, const hidl_vec<uint8_t>& keyBlob,
DAndroidKeymaster4Device.h77 Return<void> exportKey(KeyFormat exportFormat, const hidl_vec<uint8_t>& keyBlob,
/system/security/keystore/binder/android/security/keystore/
DIKeystoreService.aidl56 … int exportKey(IKeystoreExportKeyCallback cb, String alias, int format, in KeymasterBlob clientId, in exportKey() method
/system/security/keystore-engine/
Dkeystore_backend_binder.cpp259 auto binder_result = service->exportKey( in get_pubkey()
/system/hardware/interfaces/wifi/keystore/1.0/default/
Dkeystore.cpp96 auto binder_result = service->exportKey( in getPublicKey()
/system/core/trusty/keymaster/3.0/
DTrustyKeymaster3Device.cpp295 Return<void> TrustyKeymaster3Device::exportKey(KeyFormat exportFormat, in exportKey() function in keymaster::TrustyKeymaster3Device
/system/keymaster/ng/
DAndroidKeymaster3Device.cpp337 Return<void> AndroidKeymaster3Device::exportKey(KeyFormat exportFormat, in exportKey() function in keymaster::ng::AndroidKeymaster3Device
DAndroidKeymaster4Device.cpp396 Return<void> AndroidKeymaster4Device::exportKey(KeyFormat exportFormat, in exportKey() function in keymaster::V4_0::ng::AndroidKeymaster4Device