Home
last modified time | relevance | path

Searched defs:G (Results 1 – 17 of 17) sorted by relevance

/titanic_44/usr/src/lib/gss_mechs/mech_krb5/crypto/md4/
H A Dmd4.c63 #define G(x, y, z) (((x) & (y)) | ((x) & (z)) | ((y) & (z))) macro
/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dmd5.c48 #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) macro
/titanic_44/usr/src/common/crypto/md4/
H A Dmd4.c75 #define G(x, y, z) (((x) & (y)) | ((x) & (z)) | ((y) & (z))) macro
/titanic_44/usr/src/lib/gss_mechs/mech_dh/backend/crypto/
H A Dmd5.c71 #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) macro
/titanic_44/usr/src/cmd/vi/port/
H A Dex_io.c356 struct glob G; variable
/titanic_44/usr/src/common/crypto/sha1/
H A Dsha1.c94 #define G(b, c, d) ((b) ^ (c) ^ (d)) macro
/titanic_44/usr/src/common/crypto/md5/
H A Dmd5.c71 #define G(b, c, d) (((b) & (d)) | ((c) & (~d))) macro
/titanic_44/usr/src/lib/libsum/common/
H A Dsum-md5.c168 #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) macro
/titanic_44/usr/src/lib/libsasl/lib/
H A Dmd5.c98 #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) macro
/titanic_44/usr/src/uts/common/io/i40e/
H A Di40e_osdep.h40 #define DEBUGOUT7(S, A, B, C, D, E, F, G) \ argument
/titanic_44/usr/src/grub/grub-0.97/netboot/
H A De1000.c139 #define DEBUGOUT7(S,A,B,C,D,E,F,G) printf(S,A,B,C,D,E,F,G) argument
145 #define DEBUGOUT7(S,A,B,C,D,E,F,G) argument
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSDigest.c931 #define G(b,c,d) ((((b) ^ (c)) & (d)) ^ (c)) macro
/titanic_44/usr/src/uts/common/io/ntxn/
H A Dunm_inc.h1511 #define UNM_SQM_BASE(G) \ argument
1516 #define UNM_SQM_INT_ENABLE(G) (UNM_SQM_BASE(G) + 0x00018) argument
1517 #define UNM_SQM_INT_STATUS(G) (UNM_SQM_BASE(G) + 0x0001c) argument
1518 #define UNN_SQM_SCRATCHPAD(G) (UNM_SQM_BASE(G) + 0x01000) argument
/titanic_44/usr/src/cmd/fm/modules/common/eversholt/
H A Ditree.c133 } G; variable
/titanic_44/usr/src/lib/libkmf/ber_der/common/
H A Dclasn1.c2485 BerValue *P, *Q, *G, *Mod, *Exp, *PubKey; in ExtractSPKIData() local
/titanic_44/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c122 static uchar_t G[] = { 0x00, 0x62, 0x6d, 0x02, 0x78, 0x39, 0xea, 0x0a, variable
/titanic_44/usr/src/uts/intel/io/drm/
H A Dr300_reg.h844 #define R300_EASY_TX_FORMAT(B, G, R, A, FMT) (\ argument