Searched refs:hwInfo_ (Results 1 – 6 of 6) sorted by relevance
/system/security/identity/ |
D | CredentialStore.cpp | 51 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 …]
|
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()
|