Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ SeedOpenSSLRNG
Function
SeedOpenSSLRNG
be/src/util/openssl-util.cc:174–176 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
172
}
173
174
void SeedOpenSSLRNG() {
175
RAND_load_file(
"/dev/urandom"
, RNG_RESEED_BYTES);
176
}
177
178
Status ValidatePemBundle(const string& bundle) {
179
SCOPED_OPENSSL_NO_PENDING_ERRORS;
Callers
4
InitCommonRuntime
Method · 0.85
SetUp
Method · 0.85
AuthenticationHash
Method · 0.85
InitializeRandom
Method · 0.85
Calls
no outgoing calls
Tested by
1
SetUp
Method · 0.68