Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/include/libecc/hash/
H A Dsha2.h128 #define SHR_SHA256(x, n) (((u32)(x)) >> (n)) macro
132 #define SIGMA_MIN0_SHA256(x) (ROTR_SHA256(x, 7) ^ ROTR_SHA256(x, 18) ^ SHR_SHA256(x, 3))
133 #define SIGMA_MIN1_SHA256(x) (ROTR_SHA256(x, 17) ^ ROTR_SHA256(x, 19) ^ SHR_SHA256(x, 10))