Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/src/hash/
H A Dsha2big.c32 #define BSG5_0(x) (ROTR(x, 28) ^ ROTR(x, 34) ^ ROTR(x, 39)) macro
101 T2 = BSG5_0(A) + MAJ(A, B, C); \ in sha2big_round()