Searched refs:halBinder_ (Results 1 – 4 of 4) sorted by relevance
/system/security/identity/ |
D | WritableCredential.cpp | 45 dataChunkSize_(dataChunkSize), halBinder_(halBinder) {} in WritableCredential() 63 Status status = halBinder_->getAttestationCertificate(asn1AttestationId.value(), challenge, in ensureAttestationCertificateExists() 180 Status status = halBinder_->setExpectedProofOfProvisioningSize(expectedPoPSize); in personalize() 186 status = halBinder_->startPersonalization(accessControlProfiles.size(), entryCounts); in personalize() 195 status = halBinder_->addAccessControlProfile( in personalize() 212 status = halBinder_->beginAddEntry(ids, ensParcel.namespaceName, eParcel.name, in personalize() 221 status = halBinder_->addEntryValue(chunk, &encryptedChunk); in personalize() 237 status = halBinder_->finishAddingEntries(&credentialData, &proofOfProvisioningSignature); in personalize()
|
D | Credential.cpp | 91 halBinder_ = halBinder; in loadCredential() 112 Status status = halBinder_->createAuthChallenge(&challenge); in selectAuthKey() 369 Status status = halBinder_->setRequestedNamespaces(halRequestNamespaces); in getEntries() 376 status = halBinder_->setVerificationToken(aidlVerificationToken); in getEntries() 383 halBinder_->startRetrieval(selectedProfiles, aidlAuthToken, requestMessage, signingKeyBlob, in getEntries() 417 halBinder_->startRetrieveEntryValue(rns.namespaceName, rep.name, data.value().size, in getEntries() 446 status = halBinder_->retrieveEntryValue(encryptedChunk, &chunk); in getEntries() 460 status = halBinder_->finishRetrieval(&ret.mac, &ret.deviceNameSpaces); in getEntries() 482 Status status = halBinder_->deleteCredential(&proofOfDeletionSignature); in deleteCredential() 496 Status status = halBinder_->createEphemeralKeyPair(&keyPair); in createEphemeralKeyPair() [all …]
|
D | WritableCredential.h | 55 sp<IWritableIdentityCredential> halBinder_; variable
|
D | Credential.h | 84 sp<IIdentityCredential> halBinder_; variable
|