Searched refs:SHA256_F1 (Results 1 – 1 of 1) sorted by relevance
119 #define SHA256_F1(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) macro180 T2 = SHA256_F2(a) + SHA256_F1(a,b,c); in SHA256Transform()
Completed in 6 milliseconds