Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ DIGESTInit
Function
DIGESTInit
mysys_ssl/crypt_genhash_impl.cc:58–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
#define DIGEST_CTX TaoCrypt::SHA256
57
#define DIGEST_LEN 32
58
void DIGESTInit(DIGEST_CTX *ctx)
59
{
60
ctx->Init();
61
}
62
63
void DIGESTUpdate(DIGEST_CTX *ctx, const void *plaintext, int len)
64
{
Callers
1
my_crypt_genhash
Function · 0.85
Calls
1
Init
Method · 0.45
Tested by
no test coverage detected