Home
last modified time | relevance | path

Searched defs:cipherSuite (Results 1 – 4 of 4) sorted by relevance

/system/security/identity/binder/android/security/identity/
DICredentialStore.aidl51 in int cipherSuite); in getCredentialByName()
53 ISession createPresentationSession(in int cipherSuite); in createPresentationSession()
/system/security/identity/
DCredentialStore.cpp128 Status CredentialStore::getCredentialCommon(const std::string& credentialName, int32_t cipherSuite, in getCredentialCommon()
160 Status CredentialStore::getCredentialByName(const std::string& credentialName, int32_t cipherSuite, in getCredentialByName()
165 Status CredentialStore::createPresentationSession(int32_t cipherSuite, sp<ISession>* _aidl_return) { in createPresentationSession()
DSession.h50 Session(int32_t cipherSuite, sp<IPresentationSession> halBinder, sp<CredentialStore> store) in Session()
DCredential.cpp70 Credential::Credential(CipherSuite cipherSuite, const std::string& dataPath, in Credential()