Home
last modified time | relevance | path

Searched refs:SIGMA_2 (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Support/
DSHA256.cpp40 #define SIGMA_2(x) (ROTR(x, 17) ^ ROTR(x, 19) ^ SHR(x, 10)) macro
48 M1 += SIGMA_2(M2) + M3 + SIGMA_3(M4); \