Searched refs:halBinder (Results 1 – 6 of 6) sorted by relevance
/system/security/identity/ |
D | Session.h | 50 Session(int32_t cipherSuite, sp<IPresentationSession> halBinder, sp<CredentialStore> store) in Session() argument 51 : cipherSuite_(cipherSuite), halBinder_(halBinder), store_(store) {} in Session()
|
D | Credential.cpp | 98 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 …]
|
D | WritableCredential.h | 43 sp<IWritableIdentityCredential> halBinder);
|
D | WritableCredential.cpp | 44 sp<IWritableIdentityCredential> halBinder) in WritableCredential() argument 46 hwInfo_(std::move(hwInfo)), halBinder_(halBinder) {} in WritableCredential()
|
D | CredentialData.h | 119 getAuthKeysNeedingCertification(const sp<IIdentityCredential>& halBinder);
|
D | CredentialData.cpp | 582 CredentialData::getAuthKeysNeedingCertification(const sp<IIdentityCredential>& halBinder) { in getAuthKeysNeedingCertification() argument 603 if (!halBinder->generateSigningKeyPair(&signingKeyBlob, &signingKeyCertificate) in getAuthKeysNeedingCertification()
|