Home
last modified time | relevance | path

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

/openbsd-src/lib/libcrypto/sha/
H A Dsha256.c110 sigma0(SHA_LONG x) in sigma0() function
H A Dsha512.c135 sigma0(SHA_LONG64 x) in sigma0() function
/openbsd-src/gnu/usr.bin/perl/cpan/Digest-SHA/src/
H A Dsha.c40 #define sigma0(x) (ROTR(x, 7) ^ ROTR(x, 18) ^ SR32(x, 3)) macro