Home
last modified time | relevance | path

Searched defs:createPresentationSession (Results 1 – 2 of 2) sorted by relevance

/system/security/identity/binder/android/security/identity/
DICredentialStore.aidl53 ISession createPresentationSession(in int cipherSuite); in createPresentationSession() method
/system/security/identity/
DCredentialStore.cpp165 Status CredentialStore::createPresentationSession(int32_t cipherSuite, sp<ISession>* _aidl_return) { in createPresentationSession() function in android::security::identity::CredentialStore