Searched refs:SHA384_F1 (Results 1 – 1 of 1) sorted by relevance
25 #define SHA384_F1(x, y, z) (z ^ (x & (y ^ z))) macro37 temp1 = h + SHA384_S3(e) + SHA384_F1(e, f, g) + K + x; \