Home
last modified time | relevance | path

Searched defs:sigma1 (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/lib/libcrypto/sha/
H A Dsha256.c116 sigma1(SHA_LONG x) in sigma1() function
H A Dsha512.c141 sigma1(SHA_LONG64 x) in sigma1() function
/openbsd-src/gnu/usr.bin/perl/cpan/Digest-SHA/src/
H A Dsha.c41 #define sigma1(x) (ROTR(x, 17) ^ ROTR(x, 19) ^ SR32(x, 10)) macro