MCPcopy Create free account
hub / github.com/e2wugui/zeze / reset

Method reset

cxx/security.cpp:30–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28namespace limax {
29
30 void MD5::reset() {
31 ctx.state[0] = 0x67452301;
32 ctx.state[1] = 0xefcdab89;
33 ctx.state[2] = 0x98badcfe;
34 ctx.state[3] = 0x10325476;
35 ctx.count = 0;
36 ctx.remain = 0;
37 }
38
39 MD5::MD5(std::shared_ptr<Codec> _sink) : sink(_sink)
40 {

Callers 13

SendForWaitMethod · 0.45
DispatchMethod · 0.45
ProcessSHandshakeMethod · 0.45
SocketMethod · 0.45
CloseMethod · 0.45
digestMethod · 0.45
OnSocketCloseMethod · 0.45
OnSocketCloseMethod · 0.45
ResourceMethod · 0.45
createRootMethod · 0.45
SetBeanMethod · 0.45
NewBeanMethod · 0.45

Calls 2

digestMethod · 0.80
updateMethod · 0.65

Tested by

no test coverage detected