Searched refs:MD4_G (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/aLinkCreator/src/
H A Dmd4.cpp184 #define MD4_G(x, y, z) (((x) & (y)) | ((x) & (z)) | ((y) & (z))) macro
192 (a) += MD4_G ((b), (c), (d)) + (x) + (uint32_t)0x5a827999; \

Completed in 51 milliseconds