Home
last modified time | relevance | path

Searched refs:halBinder (Results 1 – 6 of 6) sorted by relevance

/system/security/identity/
DSession.h50 Session(int32_t cipherSuite, sp<IPresentationSession> halBinder, sp<CredentialStore> store) in Session() argument
51 : cipherSuite_(cipherSuite), halBinder_(halBinder), store_(store) {} in Session()
DCredential.cpp98 sp<IIdentityCredential> halBinder; in ensureOrReplaceHalBinder() local
100 halStoreBinder_->getCredential(cipherSuite_, data->getCredentialData(), &halBinder); in ensureOrReplaceHalBinder()
111 halBinder_ = halBinder; in ensureOrReplaceHalBinder()
262 sp<IIdentityCredential> halBinder = halBinder_; in getEntries() local
264 if (halBinder) { in getEntries()
269 Status status = halSessionBinder_->getCredential(data->getCredentialData(), &halBinder); in getEntries()
466 Status status = halBinder->setRequestedNamespaces(halRequestNamespaces); in getEntries()
473 status = halBinder->setVerificationToken(aidlVerificationToken); in getEntries()
479 status = halBinder->startRetrieval(selectedProfiles, aidlAuthToken, requestMessage, in getEntries()
514 halBinder->startRetrieveEntryValue(rns.namespaceName, rep.name, eData.value().size, in getEntries()
[all …]
DWritableCredential.h43 sp<IWritableIdentityCredential> halBinder);
DWritableCredential.cpp44 sp<IWritableIdentityCredential> halBinder) in WritableCredential() argument
46 hwInfo_(std::move(hwInfo)), halBinder_(halBinder) {} in WritableCredential()
DCredentialData.h119 getAuthKeysNeedingCertification(const sp<IIdentityCredential>& halBinder);
DCredentialData.cpp582 CredentialData::getAuthKeysNeedingCertification(const sp<IIdentityCredential>& halBinder) { in getAuthKeysNeedingCertification() argument
603 if (!halBinder->generateSigningKeyPair(&signingKeyBlob, &signingKeyCertificate) in getAuthKeysNeedingCertification()