Home
last modified time | relevance | path

Searched defs:S0 (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_hash/sha256/cp/
H A Dhash_sha256_cp.c78 #define S0(x) (ROTR(x, 2) ^ ROTR(x, 13) ^ ROTR(x, 22)) macro
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_hash/sha512/cp/
H A Dhash_sha512_cp.c94 #define S0(x) (ROTR(x, 28) ^ ROTR(x, 34) ^ ROTR(x, 39)) macro
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dsha256c.c109 #define S0(x) (ROTR(x, 2) ^ ROTR(x, 13) ^ ROTR(x, 22)) macro
H A Dsha512c.c133 #define S0(x) (ROTR(x, 28) ^ ROTR(x, 34) ^ ROTR(x, 39)) macro
/f-stack/freebsd/crypto/sha2/
H A Dsha256c.c107 #define S0(x) (ROTR(x, 2) ^ ROTR(x, 13) ^ ROTR(x, 22)) macro
H A Dsha512c.c133 #define S0(x) (ROTR(x, 28) ^ ROTR(x, 34) ^ ROTR(x, 39)) macro
/f-stack/freebsd/mips/include/
H A Dregnum.h83 #define S0 16 macro
/f-stack/freebsd/contrib/edk2/Include/Library/
H A DBaseLib.h136 UINT64 S0; member