MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / get

Method get

plugins/wasi_crypto/utils/evp_wrapper.cpp:170–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170EVP_PKEY *SharedEvpPkey::get() const noexcept { return Pkey; }
171
172SharedEvpPkey::operator bool() const noexcept { return Pkey != nullptr; }
173

Callers 7

createBioFromSpanFunction · 0.45
writeKeyToBioFunction · 0.45
pemReadPUBKEYFunction · 0.45
pemReadPrivateKeyFunction · 0.45
d2iPUBKEYFunction · 0.45
d2iPrivateKeyFunction · 0.45
o2iEcdsaSigFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected