Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/src/hash/
H A Dsha2small.c33 #define BSG2_1(x) (ROTR(x, 6) ^ ROTR(x, 11) ^ ROTR(x, 25)) macro
75 T1 = H + BSG2_1(E) + CH(E, F, G) + K[j] + w[j]; \ in br_sha2small_round()
132 t1 = h + BSG2_1(e) + CH(e, f, g) \ in br_sha2small_round()