Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/src/hash/
H A Dsha2big.c33 #define BSG5_1(x) (ROTR(x, 14) ^ ROTR(x, 18) ^ ROTR(x, 41)) macro
100 T1 = H + BSG5_1(E) + CH(E, F, G) + K[j] + w[j]; \ in sha2big_round()