Lines Matching refs:halSessionBinder_
76 halSessionBinder_(halSessionBinder), halApiVersion_(halApiVersion) {} in Credential()
97 if (!halSessionBinder_) { in ensureOrReplaceHalBinder()
118 if (halSessionBinder_) { in getCredentialKeyCertificateChain()
135 if (halSessionBinder_) { in selectAuthKey()
171 if (halSessionBinder_) { in ensureChallenge()
172 Status status = halSessionBinder_->getAuthChallenge(&challenge); in ensureChallenge()
263 if (halSessionBinder_) { in getEntries()
269 Status status = halSessionBinder_->getCredential(data->getCredentialData(), &halBinder); in getEntries()
585 if (halSessionBinder_) { in deleteCredential()
618 if (halSessionBinder_) { in deleteWithChallenge()
650 if (halSessionBinder_) { in proveOwnership()
665 if (halSessionBinder_) { in createEphemeralKeyPair()
694 if (halSessionBinder_) { in setReaderEphemeralPublicKey()
708 if (halSessionBinder_) { in setAvailableAuthenticationKeys()
728 if (halSessionBinder_) { in getAuthKeysNeedingCertification()
761 if (halSessionBinder_) { in storeStaticAuthenticationData()
790 if (halSessionBinder_) { in storeStaticAuthenticationDataWithExpiration()
816 if (halSessionBinder_) { in getAuthenticationDataUsageCount()
837 if (halSessionBinder_) { in getAuthenticationDataExpirations()
884 if (halSessionBinder_) { in update()