Searched defs:ROUND3 (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/smb/common/
H A Dcifs_md4.c52 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (u32)0x6ED9EBA1,s)) macro
[all...]
/linux-master/crypto/
H A Dmd4.c65 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (u32)0x6ED9EBA1,s)) macro
[all...]
/linux-master/scripts/mod/
H A Dsumversion.c69 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (uint32_t)0x6ED9EBA1,s)) macro
[all...]

Completed in 109 milliseconds