Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ GetEvpKey
Method
GetEvpKey
src/openrct2/core/Crypt.OpenSSL.cpp:118–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
{
117
public:
118
EVP_PKEY* GetEvpKey() const
119
{
120
return _evpKey;
121
}
122
123
~OpenSSLRsaKey()
124
{
Callers
2
SignData
Method · 0.80
VerifyData
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected