Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/src/hash/
H A Dsha2small.c34 #define SSG2_0(x) (ROTR(x, 7) ^ ROTR(x, 18) ^ (uint32_t)((x) >> 3)) macro
88 + SSG2_0(w[i - 15]) + w[i - 16]; in br_sha2small_round()
126 + SSG2_0(W[((pc) - 15) & 0x0F]) + W[(pc) & 0x0F]; \ in br_sha2small_round()