Home
last modified time | relevance | path

Searched refs:IdentityCredential (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/guest/hals/identity/common/
DIdentityCredential.cpp43 int IdentityCredential::initialize() { in initialize()
85 ndk::ScopedAStatus IdentityCredential::deleteCredential( in deleteCredential()
90 ndk::ScopedAStatus IdentityCredential::deleteCredentialWithChallenge( in deleteCredentialWithChallenge()
96 ndk::ScopedAStatus IdentityCredential::deleteCredentialCommon( in deleteCredentialCommon()
133 ndk::ScopedAStatus IdentityCredential::proveOwnership( in proveOwnership()
167 ndk::ScopedAStatus IdentityCredential::createEphemeralKeyPair( in createEphemeralKeyPair()
198 ndk::ScopedAStatus IdentityCredential::setReaderEphemeralPublicKey( in setReaderEphemeralPublicKey()
204 ndk::ScopedAStatus IdentityCredential::createAuthChallenge( in createAuthChallenge()
215 ndk::ScopedAStatus IdentityCredential::setRequestedNamespaces( in setRequestedNamespaces()
221 ndk::ScopedAStatus IdentityCredential::setVerificationToken( in setVerificationToken()
[all …]
DIdentityCredentialStore.cpp74 shared_ptr<IdentityCredential> credential = in getCredential()
75 ndk::SharedRefBase::make<IdentityCredential>(hwProxyFactory_, hwProxy, in getCredential()
DIdentityCredential.h46 class IdentityCredential : public BnIdentityCredential {
48 IdentityCredential(sp<SecureHardwareProxyFactory> hwProxyFactory, in IdentityCredential() function
/device/google/cuttlefish/guest/hals/identity/
DAndroid.bp56 "common/IdentityCredential.cpp",