Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ ValidateSelfSignature
Method
ValidateSelfSignature
extra/yassl/taocrypt/src/asn.cpp:918–922 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
916
917
918
bool CertDecoder::ValidateSelfSignature()
919
{
920
Source pub(key_.GetKey(), key_.size());
921
return ConfirmSignature(pub);
922
}
923
924
925
// extract compare signature hash from plain and place into digest
Callers
nothing calls this directly
Calls
2
GetKey
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected