Searched refs:SHA384_F0 (Results 1 – 1 of 1) sorted by relevance
430 #define SHA384_F0(x,y,z) ((x & y) | (z & (x | y))) macro441 temp2 = SHA384_S2(a) + SHA384_F0(a,b,c); \