Lines Matching refs:hwInfo_
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()
101 docType) == hwInfo_.supportedDocTypes.end()) { in createCredential()
113 if (hwInfo_.isRemoteKeyProvisioningSupported) { in createCredential()
123 dataPath_, credentialName, docType, false, hwInfo_, halWritableCredential); in createCredential()
148 new Credential(CipherSuite(cipherSuite), dataPath_, credentialName, callingUid, hwInfo_, in getCredentialCommon()