Symbol: G
crypto/krb5/src/lib/crypto/builtin/md4/md4.c
56
#define G(x, y, z) (((x) & (y)) | ((x) & (z)) | ((y) & (z)))
crypto/krb5/src/lib/crypto/builtin/md5/md5.c
69
#define G(x, y, z) (((x) & (z)) | ((y) & (~z)))
crypto/krb5/src/lib/crypto/builtin/sha2/sha256.c
84
#define G m->counter[6]
crypto/krb5/src/lib/crypto/builtin/sha2/sha512.c
62
#define G m->counter[6]
crypto/libecc/src/hash/belt-hash.c
62
#define G(x, r) ROTL_BELT( SB((x), 24) | SB((x), 16) | SB((x), 8) | SB((x), 0), (r) )
crypto/openssl/crypto/md4/md4_local.h
52
#define G(b, c, d) (((b) & (c)) | ((b) & (d)) | ((c) & (d)))
crypto/openssl/crypto/md5/md5_local.h
62
#define G(b, c, d) ((((b) ^ (c)) & (d)) ^ (c))
crypto/openssl/providers/implementations/digests/blake2b_prov.c
204
#define G(r, i, a, b, c, d) \
crypto/openssl/providers/implementations/digests/blake2b_prov.c
249
#undef G
crypto/openssl/providers/implementations/digests/blake2s_prov.c
197
#define G(r, i, a, b, c, d) \
crypto/openssl/providers/implementations/digests/blake2s_prov.c
240
#undef G
crypto/openssl/providers/implementations/kdfs/argon2.c
83
#undef G
crypto/openssl/providers/implementations/kdfs/argon2.c
84
#define G(a, b, c, d) \
crypto/openssl/test/dsatest.c
288
#define G 2
lib/libefivar/uefi-dplib.h
617
#define G(x) guid_str((const EFI_GUID *)(const void *)x)
lib/msun/ld128/s_logl.c
118
#define G(i) (T[(i)].G)
lib/msun/ld80/e_powl.c
223
#define G W
lib/msun/ld80/s_logl.c
115
#define G(i) (T[(i)].G)
sbin/ipf/ipftest/md5.c
72
#define G(x, y, z) (((x) & (z)) | ((y) & (~z)))
stand/efi/loader/loader_efi.h
46
#define G(x) (1ULL * (x) * 1024 * 1024 * 1024)
sys/crypto/md4c.c
72
#define G(x, y, z) (((x) & (y)) | ((x) & (z)) | ((y) & (z)))
sys/dev/ath/ath_rate/sample/tx_schedules.h
118
#define G(_r) \
sys/dev/ath/ath_rate/sample/tx_schedules.h
199
#undef G
sys/dev/wg/wg_crypto.c
128
#define G(r, i, a, b, c, d) do { \
sys/dev/wg/wg_crypto.c
160
#undef G
sys/fs/ext2fs/ext2_hash.c
79
#define G(x, y, z) (((x) & (y)) | ((x) & (z)) | ((y) & (z)))
sys/kern/uipc_shm.c
1027
#define G (1024 * M)
sys/kern/uipc_shm.c
1034
#undef G
sys/teken/teken.c
505
#define G (TC_GREEN | TC_LIGHT)
sys/teken/teken.c
673
#undef G