Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Support/
DSHA256.cpp41 #define SIGMA_3(x) (ROTR(x, 7) ^ ROTR(x, 18) ^ SHR(x, 3)) macro
48 M1 += SIGMA_2(M2) + M3 + SIGMA_3(M4); \