Searched refs:GetSSLContextExIndex (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/socket/
H A Dssl_session_cache_openssl.cc47 static int GetSSLContextExIndex() { function in namespace:net::__anon9541
174 SSL_CTX_set_ex_data(ctx_, GetSSLContextExIndex(), this);
180 SSL_CTX_set_ex_data(ctx_, GetSSLContextExIndex(), NULL);
349 void* result = SSL_CTX_get_ex_data(ctx, GetSSLContextExIndex());

Completed in 74 milliseconds