Searched refs:halBinder_ (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/security/identity/ |
H A D | WritableCredential.cpp | 46 hwInfo_(std::move(hwInfo)), halBinder_(halBinder) {} in WritableCredential() 68 Status status = halBinder_->getAttestationCertificate(asn1AttestationId.value(), challenge, in ensureAttestationCertificateExists() 200 Status status = halBinder_->setExpectedProofOfProvisioningSize(expectedPoPSize); in personalize() 206 status = halBinder_->startPersonalization(accessControlProfiles.size(), entryCounts); in personalize() 215 status = halBinder_->addAccessControlProfile( in personalize() 232 status = halBinder_->beginAddEntry(ids, ensParcel.namespaceName, eParcel.name, in personalize() 241 status = halBinder_->addEntryValue(chunk, &encryptedChunk); in personalize() 257 status = halBinder_->finishAddingEntries(&credentialData, &proofOfProvisioningSignature); in personalize()
|
H A D | Credential.cpp | 101 halBinder_ = halBinder; in ensureOrReplaceHalBinder() 151 Status status = halBinder_->createAuthChallenge(&challenge); in ensureChallenge() 408 Status status = halBinder_->setRequestedNamespaces(halRequestNamespaces); in getEntries() 415 status = halBinder_->setVerificationToken(aidlVerificationToken); in getEntries() 485 status = halBinder_->retrieveEntryValue(encryptedChunk, &chunk); in getEntries() 499 status = halBinder_->finishRetrieval(&ret.mac, &ret.deviceNameSpaces); in getEntries() 529 Status status = halBinder_->deleteCredential(&proofOfDeletionSignature); in deleteCredential() 584 Status status = halBinder_->createEphemeralKeyPair(&keyPair); in createEphemeralKeyPair() 605 Status status = halBinder_->setReaderEphemeralPublicKey(publicKey); in setReaderEphemeralPublicKey() 635 data->getAuthKeysNeedingCertification(halBinder_); in getAuthKeysNeedingCertification() [all …]
|
H A D | WritableCredential.h | 67 sp<IWritableIdentityCredential> halBinder_; variable
|
H A D | Credential.h | 100 sp<IIdentityCredential> halBinder_; variable
|