MCPcopy 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
174void SeedOpenSSLRNG() {
175 RAND_load_file("/dev/urandom", RNG_RESEED_BYTES);
176}
177
178Status ValidatePemBundle(const string& bundle) {
179 SCOPED_OPENSSL_NO_PENDING_ERRORS;

Callers 4

InitCommonRuntimeMethod · 0.85
SetUpMethod · 0.85
AuthenticationHashMethod · 0.85
InitializeRandomMethod · 0.85

Calls

no outgoing calls

Tested by 1

SetUpMethod · 0.68