Home
last modified time | relevance | path

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

/system/security/identity/binder/android/security/identity/
DICredentialStore.aidl48 in int cipherSuite); in getCredentialByName()
/system/security/identity/
DCredentialStore.cpp97 Status CredentialStore::getCredentialByName(const std::string& credentialName, int32_t cipherSuite, in getCredentialByName()
DCredential.cpp60 Credential::Credential(CipherSuite cipherSuite, const std::string& dataPath, in Credential()