Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/src/hash/
H A Dsha2small.c35 #define SSG2_1(x) (ROTR(x, 17) ^ ROTR(x, 19) ^ (uint32_t)((x) >> 10)) macro
87 w[i] = SSG2_1(w[i - 2]) + w[i - 7] in br_sha2small_round()
124 W[(pc) & 0x0F] = SSG2_1(W[((pc) - 2) & 0x0F]) \ in br_sha2small_round()