/system/security/keystore/include/keystore/ |
D | keystore_client_mock.h | 53 MOCK_METHOD6(importKey,
|
D | keystore_client.h | 115 importKey(const std::string& key_name, const keystore::AuthorizationSet& key_parameters,
|
D | keystore_client_impl.h | 58 importKey(const std::string& key_name, const keystore::AuthorizationSet& key_parameters,
|
/system/core/trusty/keymaster/include/trusty_keymaster/ |
D | TrustyKeymaster3Device.h | 55 Return<void> importKey(const hidl_vec<KeyParameter>& params, KeyFormat keyFormat,
|
/system/security/keystore/ |
D | legacy_keymaster_device_wrapper.h | 58 Return<void> importKey(const hidl_vec<KeyParameter>& params, KeyFormat keyFormat,
|
D | KeyStore.h | 131 ResponseCode importKey(const uint8_t* key, size_t keyLen, const LockedKeyBlobEntry& blobfile,
|
D | keystore_client_impl.cpp | 258 KeystoreClientImpl::importKey(const std::string& key_name, const AuthorizationSet& key_parameters, in importKey() function in keystore::KeystoreClientImpl 267 auto binder_result = keystore_->importKey( in importKey()
|
D | keymaster_worker.cpp | 860 void KeymasterWorker::importKey(LockedKeyBlobEntry lockedEntry, hidl_vec<KeyParameter> keyParams, in importKey() function in keystore::KeymasterWorker 912 keymasterDevice_, keymasterDevice_->importKey(keyParams, keyFormat, keyData, hidl_cb)); in importKey() 931 fallback->importKey(std::move(lockedEntry), std::move(keyParams), keyFormat, in importKey()
|
D | key_store_service.h | 102 ::android::binder::Status importKey(
|
D | keymaster_worker.h | 263 void importKey(LockedKeyBlobEntry lockedEntry, hidl_vec<KeyParameter> params,
|
D | legacy_keymaster_device_wrapper.cpp | 279 Return<void> LegacyKeymasterDeviceWrapper::importKey(const hidl_vec<KeyParameter>& params, in importKey() function in android::keystore::LegacyKeymasterDeviceWrapper
|
D | key_store_service.cpp | 757 Status KeyStoreService::importKey( in importKey() function in keystore::KeyStoreService 798 dev->importKey( in importKey()
|
/system/keymaster/ng/include/ |
D | AndroidKeymaster3Device.h | 70 Return<void> importKey(const hidl_vec<KeyParameter>& params, KeyFormat keyFormat,
|
D | AndroidKeymaster4Device.h | 69 Return<void> importKey(const hidl_vec<KeyParameter>& params, KeyFormat keyFormat,
|
/system/security/keystore/binder/android/security/keystore/ |
D | IKeystoreService.aidl | 54 …int importKey(IKeystoreKeyCharacteristicsCallback cb, String alias, in KeymasterArguments argument… in importKey() method
|
/system/core/trusty/keymaster/3.0/ |
D | TrustyKeymaster3Device.cpp | 272 Return<void> TrustyKeymaster3Device::importKey(const hidl_vec<KeyParameter>& params, in importKey() function in keymaster::TrustyKeymaster3Device
|
/system/keymaster/ng/ |
D | AndroidKeymaster3Device.cpp | 315 Return<void> AndroidKeymaster3Device::importKey(const hidl_vec<KeyParameter>& params, in importKey() function in keymaster::ng::AndroidKeymaster3Device
|
D | AndroidKeymaster4Device.cpp | 346 Return<void> AndroidKeymaster4Device::importKey(const hidl_vec<KeyParameter>& params, in importKey() function in keymaster::V4_0::ng::AndroidKeymaster4Device
|