Searched defs:S1 (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_hash/sha256/cp/ |
| H A D | hash_sha256_cp.c | 79 #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 D | hash_sha512_cp.c | 95 #define S1(x) (ROTR(x, 14) ^ ROTR(x, 18) ^ ROTR(x, 41)) macro
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | sha256c.c | 110 #define S1(x) (ROTR(x, 6) ^ ROTR(x, 11) ^ ROTR(x, 25)) macro
|
| H A D | sha512c.c | 134 #define S1(x) (ROTR(x, 14) ^ ROTR(x, 18) ^ ROTR(x, 41)) macro
|
| /f-stack/freebsd/crypto/sha2/ |
| H A D | sha256c.c | 108 #define S1(x) (ROTR(x, 6) ^ ROTR(x, 11) ^ ROTR(x, 25)) macro
|
| H A D | sha512c.c | 134 #define S1(x) (ROTR(x, 14) ^ ROTR(x, 18) ^ ROTR(x, 41)) macro
|
| /f-stack/freebsd/mips/include/ |
| H A D | regnum.h | 84 #define S1 17 macro
|
| /f-stack/freebsd/contrib/edk2/Include/Library/ |
| H A D | BaseLib.h | 137 UINT64 S1; member
|