MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / CreateRSAKey

Function CreateRSAKey

src/openrct2/core/Crypt.OpenSSL.cpp:350–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348 }
349
350 std::unique_ptr<RsaKey> CreateRSAKey()
351 {
352 OpenSSLInitialise();
353 return std::make_unique<OpenSSLRsaKey>();
354 }
355} // namespace OpenRCT2::Crypt
356
357 #pragma GCC diagnostic pop

Callers

nothing calls this directly

Calls 1

OpenSSLInitialiseFunction · 0.85

Tested by

no test coverage detected