Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_hash/sha256/cp/
H A Dhash_sha256_cp.c79 #define S1(x) (ROTR(x, 6) ^ ROTR(x, 11) ^ ROTR(x, 25)) macro
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_hash/sha512/cp/
H A Dhash_sha512_cp.c95 #define S1(x) (ROTR(x, 14) ^ ROTR(x, 18) ^ ROTR(x, 41)) macro
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dsha256c.c110 #define S1(x) (ROTR(x, 6) ^ ROTR(x, 11) ^ ROTR(x, 25)) macro
H A Dsha512c.c134 #define S1(x) (ROTR(x, 14) ^ ROTR(x, 18) ^ ROTR(x, 41)) macro
/f-stack/freebsd/crypto/sha2/
H A Dsha256c.c108 #define S1(x) (ROTR(x, 6) ^ ROTR(x, 11) ^ ROTR(x, 25)) macro
H A Dsha512c.c134 #define S1(x) (ROTR(x, 14) ^ ROTR(x, 18) ^ ROTR(x, 41)) macro
/f-stack/freebsd/mips/include/
H A Dregnum.h84 #define S1 17 macro
/f-stack/freebsd/contrib/edk2/Include/Library/
H A DBaseLib.h137 UINT64 S1; member