Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/src/hash/
H A Dsha2big.c34 #define SSG5_0(x) (ROTR(x, 1) ^ ROTR(x, 8) ^ (uint64_t)((x) >> 7)) macro
113 + SSG5_0(w[i - 15]) + w[i - 16]; in sha2big_round()