Searched defs:OpenSSLClientKeyStore (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/ssl/
H A Dopenssl_client_key_store.h23 // OpenSSLClientKeyStore implements an in-memory store for client
30 class NET_EXPORT OpenSSLClientKeyStore { class in namespace:net
33 static OpenSSLClientKeyStore* GetInstance();
59 OpenSSLClientKeyStore();
61 ~OpenSSLClientKeyStore();
91 friend struct DefaultSingletonTraits<OpenSSLClientKeyStore>;
93 DISALLOW_COPY_AND_ASSIGN(OpenSSLClientKeyStore);
H A Dopenssl_client_key_store.cc33 OpenSSLClientKeyStore::OpenSSLClientKeyStore() { function in class:net::OpenSSLClientKeyStore
36 OpenSSLClientKeyStore::~OpenSSLClientKeyStore() {
39 OpenSSLClientKeyStore::KeyPair::KeyPair(EVP_PKEY* pub_key,
45 OpenSSLClientKeyStore::KeyPair::~KeyPair() {
48 OpenSSLClientKeyStore::KeyPair::KeyPair(const KeyPair& other)
53 void OpenSSLClientKeyStore::KeyPair::operator=(const KeyPair& other) {
64 int OpenSSLClientKeyStore::FindKeyPairIndex(EVP_PKEY* public_key) {
74 void OpenSSLClientKeyStore
[all...]

Completed in 147 milliseconds