Home
last modified time | relevance | path

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

/system/security/identity/
DCredentialStore.cpp129 Status CredentialStore::getCredentialCommon(const std::string& credentialName, int32_t cipherSuite, in getCredentialCommon() argument
149 new Credential(CipherSuite(cipherSuite), dataPath_, credentialName, callingUid, hwInfo_, in getCredentialCommon()
161 Status CredentialStore::getCredentialByName(const std::string& credentialName, int32_t cipherSuite, in getCredentialByName() argument
163 return getCredentialCommon(credentialName, cipherSuite, nullptr, _aidl_return); in getCredentialByName()
166 Status CredentialStore::createPresentationSession(int32_t cipherSuite, sp<ISession>* _aidl_return) { in createPresentationSession() argument
169 hal_->createPresentationSession(CipherSuite(cipherSuite), &halPresentationSession); in createPresentationSession()
174 *_aidl_return = new Session(cipherSuite, halPresentationSession, this); in createPresentationSession()
DCredentialStore.h52 Status getCredentialCommon(const string& credentialName, int32_t cipherSuite,
62 Status getCredentialByName(const string& credentialName, int32_t cipherSuite,
65 Status createPresentationSession(int32_t cipherSuite, sp<ISession>* _aidl_return) override;
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.h48 Credential(CipherSuite cipherSuite, const string& dataPath, const string& credentialName,
DCredential.cpp70 Credential::Credential(CipherSuite cipherSuite, const std::string& dataPath, in Credential() argument
74 : cipherSuite_(cipherSuite), dataPath_(dataPath), credentialName_(credentialName), in Credential()
/system/security/identity/binder/android/security/identity/
DICredentialStore.aidl51 in int cipherSuite); in getCredentialByName() argument
53 ISession createPresentationSession(in int cipherSuite); in createPresentationSession() argument