MCPcopy Create free account
hub / github.com/LizardByte/Sunshine / sign

Function sign

src/crypto.cpp:445–467  ·  view source on GitHub ↗

* @brief Sign data with the requested OpenSSL digest. * * @param pkey Private key PEM data or private key file path. * @param data Payload or state data to serialize, deserialize, or forward. * @param md OpenSSL message digest algorithm used for signing or verification. * @return Number of bytes written, signature bytes, or an error status depending on the overload. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

sign256Function · 0.85

Calls 3

getMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected