Home
last modified time | relevance | path

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

12

/system/keymaster/ng/include/
DAndroidKeymaster41Device.h124 Return<void> exportKey(KeyFormat exportFormat, const hidl_vec<uint8_t>& keyBlob, in exportKey() function
127 return super::exportKey(exportFormat, keyBlob, clientId, appData, _hidl_cb); in exportKey()
DAndroidKeymaster3Device.h72 Return<void> exportKey(KeyFormat exportFormat, const hidl_vec<uint8_t>& keyBlob,
DAndroidKeymaster4Device.h78 Return<void> exportKey(KeyFormat exportFormat, const hidl_vec<uint8_t>& keyBlob,
/system/security/keystore/include/keystore/
Dkeystore_client_mock.h59 MOCK_METHOD3(exportKey, int32_t(keymaster_key_format_t export_format,
Dkeystore_client.h125 virtual KeyStoreNativeReturnCode exportKey(KeyFormat export_format, const std::string& key_name,
Dkeystore_client_impl.h63 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,
DTrustyKeymaster4Device.h74 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.cpp280 KeyStoreNativeReturnCode KeystoreClientImpl::exportKey(KeyFormat export_format, in exportKey() function in keystore::KeystoreClientImpl
287 auto binder_result = keystore_->exportKey( in exportKey()
Dkeymaster_worker.cpp1059 void KeymasterWorker::exportKey(LockedKeyBlobEntry lockedEntry, KeyFormat exportFormat, in exportKey() function in keystore::KeymasterWorker
1082 keymasterDevice_->exportKey(exportFormat, key, clientId, appData, hidlCb)); in exportKey()
1106 keymasterDevice_->exportKey(exportFormat, upgradedHidlKeyBlob, in exportKey()
Dkey_store_service.h108 exportKey(const ::android::sp<::android::security::keystore::IKeystoreExportKeyCallback>& cb,
Dkeymaster_worker.h271 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()
/system/vold/
DKeymaster.h118 bool exportKey(const KeyBuffer& kmKey, std::string* key);
DKeymaster.cpp141 bool Keymaster::exportKey(const KeyBuffer& kmKey, std::string* key) { in exportKey() function in android::vold::Keymaster
150 auto error = mDevice->exportKey(km::KeyFormat::RAW, kmKeyBlob, {}, {}, hidlCb); in exportKey()
DKeyStorage.cpp157 if (!keymaster.exportKey(kmKey, &key_temp)) return false; in exportWrappedStorageKey()
/system/security/keystore/binder/android/security/keystore/
DIKeystoreService.aidl65 … 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.cpp409 Return<void> AndroidKeymaster4Device::exportKey(KeyFormat exportFormat, in exportKey() function in keymaster::V4_0::ng::AndroidKeymaster4Device
/system/core/trusty/keymaster/4.0/
DTrustyKeymaster4Device.cpp436 Return<void> TrustyKeymaster4Device::exportKey(KeyFormat exportFormat, in exportKey() function in keymaster::V4_0::TrustyKeymaster4Device

12