Searched refs:hwInfo_ (Results 1 – 6 of 6) sorted by relevance
/system/security/identity/ |
D | CredentialStore.cpp | 50 Status status = hal_->getHardwareInformation(&hwInfo_); in init() 57 if (hwInfo_.isRemoteKeyProvisioningSupported) { in init() 66 << " and name '" << hwInfo_.credentialStoreName << "' authored by '" in init() 67 << hwInfo_.credentialStoreAuthorName << "' with chunk size " << hwInfo_.dataChunkSize in init() 68 << " directoAccess set to " << (hwInfo_.isDirectAccess ? "true" : "false") in init() 70 << (hwInfo_.isRemoteKeyProvisioningSupported ? "enabled" : "disabled"); in init() 78 info.directAccess = hwInfo_.isDirectAccess; in getSecurityHardwareInfo() 79 info.supportedDocTypes = hwInfo_.supportedDocTypes; in getSecurityHardwareInfo() 99 if (hwInfo_.supportedDocTypes.size() > 0) { in createCredential() 100 if (std::find(hwInfo_.supportedDocTypes.begin(), hwInfo_.supportedDocTypes.end(), in createCredential() [all …]
|
D | WritableCredential.h | 67 HardwareInformation hwInfo_; variable
|
D | CredentialStore.h | 75 HardwareInformation hwInfo_; variable
|
D | WritableCredential.cpp | 46 hwInfo_(std::move(hwInfo)), halBinder_(halBinder) {} in WritableCredential() 228 vector<vector<uint8_t>> chunks = chunkVector(eParcel.value, hwInfo_.dataChunkSize); in personalize()
|
D | Credential.h | 100 HardwareInformation hwInfo_; variable
|
D | Credential.cpp | 75 callingUid_(callingUid), hwInfo_(std::move(hwInfo)), halStoreBinder_(halStoreBinder), in Credential() 915 dataPath_, credentialName_, docType.value(), true, hwInfo_, halWritableCredential); in update()
|