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