Home
last modified time | relevance | path

Searched refs:hwInfo_ (Results 1 – 6 of 6) sorted by relevance

/system/security/identity/
DCredentialStore.cpp51 Status status = hal_->getHardwareInformation(&hwInfo_); in init()
58 if (hwInfo_.isRemoteKeyProvisioningSupported) { in init()
67 << " and name '" << hwInfo_.credentialStoreName << "' authored by '" in init()
68 << hwInfo_.credentialStoreAuthorName << "' with chunk size " << hwInfo_.dataChunkSize in init()
69 << " directoAccess set to " << (hwInfo_.isDirectAccess ? "true" : "false") in init()
71 << (hwInfo_.isRemoteKeyProvisioningSupported ? "enabled" : "disabled"); in init()
79 info.directAccess = hwInfo_.isDirectAccess; in getSecurityHardwareInfo()
80 info.supportedDocTypes = hwInfo_.supportedDocTypes; in getSecurityHardwareInfo()
100 if (hwInfo_.supportedDocTypes.size() > 0) { in createCredential()
101 if (std::find(hwInfo_.supportedDocTypes.begin(), hwInfo_.supportedDocTypes.end(), in createCredential()
[all …]
DWritableCredential.h67 HardwareInformation hwInfo_; variable
DCredentialStore.h75 HardwareInformation hwInfo_; variable
DWritableCredential.cpp46 hwInfo_(std::move(hwInfo)), halBinder_(halBinder) {} in WritableCredential()
228 vector<vector<uint8_t>> chunks = chunkVector(eParcel.value, hwInfo_.dataChunkSize); in personalize()
DCredential.h100 HardwareInformation hwInfo_; variable
DCredential.cpp75 callingUid_(callingUid), hwInfo_(std::move(hwInfo)), halStoreBinder_(halStoreBinder), in Credential()
915 dataPath_, credentialName_, docType.value(), true, hwInfo_, halWritableCredential); in update()