MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / DIGESTUpdate

Function DIGESTUpdate

mysys_ssl/crypt_genhash_impl.cc:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void DIGESTUpdate(DIGEST_CTX *ctx, const void *plaintext, int len)
64{
65 ctx->Update((const TaoCrypt::byte *)plaintext, len);
66}
67
68void DIGESTFinal(void *txt, DIGEST_CTX *ctx)
69{

Callers 1

my_crypt_genhashFunction · 0.85

Calls 1

UpdateMethod · 0.45

Tested by

no test coverage detected