| /f-stack/dpdk/drivers/common/dpaax/caamflib/rta/ |
| H A D | header_cmd.h | 14 DNR | TD | MTD | SHR | REO, 15 DNR | TD | MTD | SHR | REO | RSMS, 16 DNR | TD | MTD | SHR | REO | RSMS, 17 DNR | TD | MTD | SHR | REO | RSMS, 18 DNR | TD | MTD | SHR | REO | RSMS | EXT, 19 DNR | TD | MTD | SHR | REO | RSMS | EXT, 20 DNR | TD | MTD | SHR | REO | RSMS | EXT, 21 DNR | TD | MTD | SHR | REO | EXT, 22 DNR | TD | MTD | SHR | REO | EXT, 23 DNR | TD | MTD | SHR | REO | EXT [all …]
|
| H A D | sec_run_time_asm.h | 317 #define SHR BIT(24) macro
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/ |
| H A D | poly1305_donna64.h | 11 #define SHR(in, shift) (unsigned long long) (in >> (shift)) macro 113 c = SHR(d0, 44); in poly1305_blocks() 116 c = SHR(d1, 44); in poly1305_blocks() 119 c = SHR(d2, 42); in poly1305_blocks()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_hash/sha512/cp/ |
| H A D | hash_sha512_cp.c | 92 #define SHR(x, n) (x >> n) macro 96 #define s0(x) (ROTR(x, 1) ^ ROTR(x, 8) ^ SHR(x, 7)) 97 #define s1(x) (ROTR(x, 19) ^ ROTR(x, 61) ^ SHR(x, 6))
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_hash/sha256/cp/ |
| H A D | hash_sha256_cp.c | 76 #define SHR(x, n) (x >> n) macro 80 #define s0(x) (ROTR(x, 7) ^ ROTR(x, 18) ^ SHR(x, 3)) 81 #define s1(x) (ROTR(x, 17) ^ ROTR(x, 19) ^ SHR(x, 10))
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | sha256c.c | 107 #define SHR(x, n) (x >> n) macro 111 #define s0(x) (ROTR(x, 7) ^ ROTR(x, 18) ^ SHR(x, 3)) 112 #define s1(x) (ROTR(x, 17) ^ ROTR(x, 19) ^ SHR(x, 10))
|
| H A D | sha512c.c | 131 #define SHR(x, n) (x >> n) macro 135 #define s0(x) (ROTR(x, 1) ^ ROTR(x, 8) ^ SHR(x, 7)) 136 #define s1(x) (ROTR(x, 19) ^ ROTR(x, 61) ^ SHR(x, 6))
|
| /f-stack/freebsd/crypto/sha2/ |
| H A D | sha256c.c | 105 #define SHR(x, n) (x >> n) macro 109 #define s0(x) (ROTR(x, 7) ^ ROTR(x, 18) ^ SHR(x, 3)) 110 #define s1(x) (ROTR(x, 17) ^ ROTR(x, 19) ^ SHR(x, 10))
|
| H A D | sha512c.c | 131 #define SHR(x, n) (x >> n) macro 135 #define s0(x) (ROTR(x, 1) ^ ROTR(x, 8) ^ SHR(x, 7)) 136 #define s1(x) (ROTR(x, 19) ^ ROTR(x, 61) ^ SHR(x, 6))
|
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/sha2/ |
| H A D | sha2.c | 91 #define SHR(x, n) ((x) >> (n)) macro 96 #define SIGMA0_256(x) (ROTR((x), 7) ^ ROTR((x), 18) ^ SHR((x), 3)) 97 #define SIGMA1_256(x) (ROTR((x), 17) ^ ROTR((x), 19) ^ SHR((x), 10)) 108 #define SIGMA0(x) (ROTR((x), 1) ^ ROTR((x), 8) ^ SHR((x), 7)) 109 #define SIGMA1(x) (ROTR((x), 19) ^ ROTR((x), 61) ^ SHR((x), 6))
|