Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ InitializeOpenSSL
Function
InitializeOpenSSL
be/src/kudu/util/openssl_util.cc:296–299 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
294
}
295
296
void InitializeOpenSSL() {
297
static std::once_flag ssl_once;
298
std::call_once(ssl_once, DoInitializeOpenSSL);
299
}
300
301
string GetOpenSSLErrors() {
302
ostringstream serr;
Callers
7
GeneratePrivateKey
Function · 0.85
GetKuduKerberosPrincipalOidNid
Function · 0.85
TlsContext
Method · 0.85
Init
Method · 0.85
Sign
Method · 0.85
EasyCurl
Method · 0.85
Init
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected