Searched refs:RND (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_hash/sha512/cp/ |
| H A D | hash_sha512_cp.c | 99 #define RND(a, b, c, d, e, f, g, h, k) \ macro 105 RND(S[(80 - i) % 8], S[(81 - i) % 8], S[(82 - i) % 8], S[(83 - i) % 8], \
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_hash/sha256/cp/ |
| H A D | hash_sha256_cp.c | 83 #define RND(a, b, c, d, e, f, g, h, k) \ macro 89 RND(S[(64 - i) % 8], S[(65 - i) % 8], S[(66 - i) % 8], S[(67 - i) % 8], \
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | sha256c.c | 115 #define RND(a, b, c, d, e, f, g, h, k) \ macro 122 RND(S[(64 - i) % 8], S[(65 - i) % 8], \
|
| H A D | sha512c.c | 139 #define RND(a, b, c, d, e, f, g, h, k) \ macro 146 RND(S[(80 - i) % 8], S[(81 - i) % 8], \
|
| /f-stack/freebsd/crypto/sha2/ |
| H A D | sha256c.c | 113 #define RND(a, b, c, d, e, f, g, h, k) \ macro 120 RND(S[(64 - i) % 8], S[(65 - i) % 8], \
|
| H A D | sha512c.c | 139 #define RND(a, b, c, d, e, f, g, h, k) \ macro 146 RND(S[(80 - i) % 8], S[(81 - i) % 8], \
|