Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/include/libecc/hash/
H A Dsha2.h164 #define SHR_SHA512(x, n) (((u64)(x)) >> (n)) macro
168 #define SIGMA_MIN0_SHA512(x) (ROTR_SHA512(x, 1) ^ ROTR_SHA512(x, 8) ^ SHR_SHA512(x, 7))
169 #define SIGMA_MIN1_SHA512(x) (ROTR_SHA512(x, 19) ^ ROTR_SHA512(x, 61) ^ SHR_SHA512(x, 6))