Searched defs:exportKey (Results 1 - 5 of 5) sorted by relevance

/system/keymaster/ng/
H A DAndroidKeymaster3Device.cpp337 Return<void> AndroidKeymaster3Device::exportKey(KeyFormat exportFormat, function in class:keymaster::ng::AndroidKeymaster3Device
H A DAndroidKeymaster4Device.cpp396 Return<void> AndroidKeymaster4Device::exportKey(KeyFormat exportFormat, function in class:keymaster::V4_0::ng::AndroidKeymaster4Device
/system/security/keystore/
H A Dkeystore_client_impl.cpp248 KeyStoreNativeReturnCode KeystoreClientImpl::exportKey(KeyFormat export_format, function in class:keystore::KeystoreClientImpl
253 auto binder_result = keystore_->exportKey(
H A Dlegacy_keymaster_device_wrapper.cpp310 Return<void> LegacyKeymasterDeviceWrapper::exportKey(KeyFormat exportFormat, function in class:android::keystore::LegacyKeymasterDeviceWrapper
H A Dkey_store_service.cpp591 exportKey(name, static_cast<int32_t>(KeyFormat::X509), clientId, appData, UID_SELF, &result);
1126 Status KeyStoreService::exportKey(const String16& name, int32_t format, function in class:KeyStoreService
1134 ALOGW("uid %d not permitted to act for uid %d in exportKey", callingUid, targetUid);
1161 dev->exportKey(KeyFormat(format), key, clientId.getData(), appData.getData(), hidlCb));
1183 result->resultCode = KS_HANDLE_HIDL_ERROR(dev->exportKey(

Completed in 83 milliseconds