MCPcopy Create free account
hub / github.com/apache/cloudstack / cmn

Function cmn

systemvm/agent/noVNC/core/crypto/md5.js:55–57  ·  view source on GitHub ↗
(d, g, m, f, r, i)

Source from the content-addressed store, hash-verified

53}
54
55function cmn(d, g, m, f, r, i) {
56 return add(rol(add(add(g, d), add(f, i)), r), m);
57}
58
59function ff(d, g, m, f, r, i, n) {
60 return cmn(g & m | ~g & f, d, g, r, i, n);

Callers 4

ffFunction · 0.85
ggFunction · 0.85
hhFunction · 0.85
iiFunction · 0.85

Calls 2

rolFunction · 0.85
addFunction · 0.70

Tested by

no test coverage detected