MCPcopy 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
58void DIGESTInit(DIGEST_CTX *ctx)
59{
60 ctx->Init();
61}
62
63void DIGESTUpdate(DIGEST_CTX *ctx, const void *plaintext, int len)
64{

Callers 1

my_crypt_genhashFunction · 0.85

Calls 1

InitMethod · 0.45

Tested by

no test coverage detected