Searched refs:hwProxy_ (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/identity/aidl/default/common/ |
D | PresentationSession.cpp | 45 if (!hwProxy_->initialize()) { in initialize() 50 optional<uint64_t> id = hwProxy_->getId(); in initialize() 57 optional<uint64_t> authChallenge = hwProxy_->getAuthChallenge(); in initialize() 69 optional<vector<uint8_t>> ephemeralKeyPriv = hwProxy_->getEphemeralKeyPair(); in getEphemeralKeyPair() 107 if (!hwProxy_->setReaderEphemeralPublicKey(pubKeyP256)) { in setReaderEphemeralPublicKey() 118 if (!hwProxy_->setSessionTranscript(sessionTranscript)) { in setSessionTranscript()
|
D | WritableIdentityCredential.cpp | 42 if (!hwProxy_->initialize(testCredential_)) { in initialize() 55 if (!hwProxy_->initializeForUpdate(testCredential_, docType_, encryptedCredentialKeys)) { in initializeForUpdate() 84 certChain = hwProxy_->createCredentialKeyUsingRkp( in getAttestationCertificate() 88 certChain = hwProxy_->createCredentialKey(attestationChallenge, attestationApplicationId); in getAttestationCertificate() 142 if (!hwProxy_->startPersonalization(accessControlProfileCount, entryCounts, docType_, in startPersonalization() 182 optional<vector<uint8_t>> mac = hwProxy_->addAccessControlProfile( in addAccessControlProfile() 286 if (!hwProxy_->beginAddEntry(accessControlProfileIds, nameSpace, name, entrySize)) { in beginAddEntry() 319 optional<vector<uint8_t>> encryptedContent = hwProxy_->addEntryValue( in addEntryValue() 384 optional<vector<uint8_t>> signatureOfToBeSigned = hwProxy_->finishAddingEntries(); in finishAddingEntries() 399 optional<vector<uint8_t>> encryptedCredentialKeys = hwProxy_->finishGetCredentialData(docType_); in finishAddingEntries() [all …]
|
D | IdentityCredential.cpp | 90 if (hwProxy_) { in ensureHwProxy() 93 hwProxy_ = hwProxyFactory_->createPresentationProxy(); in ensureHwProxy() 94 if (!hwProxy_) { in ensureHwProxy() 99 if (!hwProxy_->initialize(sessionId, testCredential_, docType_, encryptedCredentialKeys_)) { in ensureHwProxy() 100 hwProxy_.clear(); in ensureHwProxy() 141 optional<vector<uint8_t>> signatureOfToBeSigned = hwProxy_->deleteCredential( in deleteCredentialCommon() 181 optional<vector<uint8_t>> signatureOfToBeSigned = hwProxy_->proveOwnership( in proveOwnership() 210 optional<vector<uint8_t>> ephemeralPriv = hwProxy_->createEphemeralKeyPair(); in createEphemeralKeyPair() 254 optional<uint64_t> challenge = hwProxy_->createAuthChallenge(); in createAuthChallenge() 307 if (!hwProxy_->startRetrieveEntries()) { in startRetrieval() [all …]
|
D | PresentationSession.h | 44 hwProxy_(std::move(hwProxy)), in PresentationSession() 70 sp<SecureHardwareSessionProxy> hwProxy_; variable
|
D | WritableIdentityCredential.h | 46 : hwProxy_(hwProxy), in WritableIdentityCredential() 91 sp<SecureHardwareProvisioningProxy> hwProxy_;
|
D | IdentityCredential.h | 120 sp<SecureHardwarePresentationProxy> hwProxy_; variable
|