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

/seL4-camkes-master/tools/seL4/elfloader-tool/src/utils/
H A Dcrypt_md5.c37 #define GG(a,b,c,d,w,s,t) a += G(b,c,d) + w + t; a = rol(a,s) + b macro
80 GG(a, b, c, d, W[(5 * i + 1) % 16], 5, tab[i]);
82 GG(d, a, b, c, W[(5 * i + 1) % 16], 9, tab[i]);
84 GG(c, d, a, b, W[(5 * i + 1) % 16], 14, tab[i]);
86 GG(b, c, d, a, W[(5 * i + 1) % 16], 20, tab[i]);
/seL4-camkes-master/projects/musllibc/src/crypt/
H A Dcrypt_md5.c26 #define GG(a,b,c,d,w,s,t) a += G(b,c,d) + w + t; a = rol(a,s) + b macro
65 GG(a,b,c,d, W[(5*i+1)%16], 5, tab[i]); i++;
66 GG(d,a,b,c, W[(5*i+1)%16], 9, tab[i]); i++;
67 GG(c,d,a,b, W[(5*i+1)%16], 14, tab[i]); i++;
68 GG(b,c,d,a, W[(5*i+1)%16], 20, tab[i]); i++;

Completed in 83 milliseconds