Home
last modified time | relevance | path

Searched refs:GG (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/md4/
H A Dmd4.c75 #define GG(a, b, c, d, x, s) \ macro
217 GG (a, b, c, d, in[ 0], 3); in Transform()
218 GG (d, a, b, c, in[ 4], 5); in Transform()
219 GG (c, d, a, b, in[ 8], 9); in Transform()
220 GG (b, c, d, a, in[12], 13); in Transform()
221 GG (a, b, c, d, in[ 1], 3); in Transform()
222 GG (d, a, b, c, in[ 5], 5); in Transform()
223 GG (c, d, a, b, in[ 9], 9); in Transform()
224 GG (b, c, d, a, in[13], 13); in Transform()
225 GG (a, b, c, d, in[ 2], 3); in Transform()
[all …]
/illumos-gate/usr/src/common/crypto/md4/
H A Dmd4.c90 #define GG(a, b, c, d, x, s) { \ macro
217 GG(a, b, c, d, x[ 0], S21); /* 17 */ in MD4Transform()
218 GG(d, a, b, c, x[ 4], S22); /* 18 */ in MD4Transform()
219 GG(c, d, a, b, x[ 8], S23); /* 19 */ in MD4Transform()
220 GG(b, c, d, a, x[12], S24); /* 20 */ in MD4Transform()
221 GG(a, b, c, d, x[ 1], S21); /* 21 */ in MD4Transform()
222 GG(d, a, b, c, x[ 5], S22); /* 22 */ in MD4Transform()
223 GG(c, d, a, b, x[ 9], S23); /* 23 */ in MD4Transform()
224 GG(b, c, d, a, x[13], S24); /* 24 */ in MD4Transform()
225 GG(a, b, c, d, x[ 2], S21); /* 25 */ in MD4Transform()
[all …]
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/crypto/
H A Dmd5.c83 #define GG(a, b, c, d, x, s, ac) \ macro
230 GG (a, b, c, d, in[ 1], S21, 4129170786U); /* 17 */ in Transform()
231 GG (d, a, b, c, in[ 6], S22, 3225465664U); /* 18 */ in Transform()
232 GG (c, d, a, b, in[11], S23, 643717713U); /* 19 */ in Transform()
233 GG (b, c, d, a, in[ 0], S24, 3921069994U); /* 20 */ in Transform()
234 GG (a, b, c, d, in[ 5], S21, 3593408605U); /* 21 */ in Transform()
235 GG (d, a, b, c, in[10], S22, 38016083U); /* 22 */ in Transform()
236 GG (c, d, a, b, in[15], S23, 3634488961U); /* 23 */ in Transform()
237 GG (b, c, d, a, in[ 4], S24, 3889429448U); /* 24 */ in Transform()
238 GG (a, b, c, d, in[ 9], S21, 568446438U); /* 25 */ in Transform()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libsum/
H A Dsum-md5.c163 #define GG(a, b, c, d, x, s, ac) { \ macro
209 GG (a, b, c, d, x[ 1], S21, 0xf61e2562); /* 17 */ in md5_transform()
210 GG (d, a, b, c, x[ 6], S22, 0xc040b340); /* 18 */ in md5_transform()
211 GG (c, d, a, b, x[11], S23, 0x265e5a51); /* 19 */ in md5_transform()
212 GG (b, c, d, a, x[ 0], S24, 0xe9b6c7aa); /* 20 */ in md5_transform()
213 GG (a, b, c, d, x[ 5], S21, 0xd62f105d); /* 21 */ in md5_transform()
214 GG (d, a, b, c, x[10], S22, 0x02441453); /* 22 */ in md5_transform()
215 GG (c, d, a, b, x[15], S23, 0xd8a1e681); /* 23 */ in md5_transform()
216 GG (b, c, d, a, x[ 4], S24, 0xe7d3fbc8); /* 24 */ in md5_transform()
217 GG (a, b, c, d, x[ 9], S21, 0x21e1cde6); /* 25 */ in md5_transform()
[all …]
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dmd5.c235 GG (a, b, c, d, x[ 1], S21, 0xf61e2562); /* 17 */
236 GG (d, a, b, c, x[ 6], S22, 0xc040b340); /* 18 */
237 GG (c, d, a, b, x[11], S23, 0x265e5a51); /* 19 */
238 GG (b, c, d, a, x[ 0], S24, 0xe9b6c7aa); /* 20 */
239 GG (a, b, c, d, x[ 5], S21, 0xd62f105d); /* 21 */
240 GG (d, a, b, c, x[10], S22, 0x2441453); /* 22 */
246 GG (b, c, d, a, x[ 8], S24, 0x455a14ed); /* 28 */
247 GG (a, b, c, d, x[13], S21, 0xa9e3e905); /* 29 */
248 GG (d, a, b, c, x[ 2], S22, 0xfcefa3f8); /* 30 */
249 GG (c, d, a, b, x[ 7], S23, 0x676f02d9); /* 31 */
[all …]
/illumos-gate/usr/src/common/crypto/md5/
H A Dmd5.c92 #define GG(a, b, c, d, x, s, ac) { \ macro
581 GG(a, b, c, d, x_1, MD5_SHIFT_21, MD5_CONST_e(16)); /* 17 */ in MD5Transform()
582 GG(d, a, b, c, x_6, MD5_SHIFT_22, MD5_CONST_o(17)); /* 18 */ in MD5Transform()
583 GG(c, d, a, b, x_11, MD5_SHIFT_23, MD5_CONST_e(18)); /* 19 */ in MD5Transform()
584 GG(b, c, d, a, x_0, MD5_SHIFT_24, MD5_CONST_o(19)); /* 20 */ in MD5Transform()
585 GG(a, b, c, d, x_5, MD5_SHIFT_21, MD5_CONST_e(20)); /* 21 */ in MD5Transform()
586 GG(d, a, b, c, x_10, MD5_SHIFT_22, MD5_CONST_o(21)); /* 22 */ in MD5Transform()
587 GG(c, d, a, b, x_15, MD5_SHIFT_23, MD5_CONST_e(22)); /* 23 */ in MD5Transform()
588 GG(b, c, d, a, x_4, MD5_SHIFT_24, MD5_CONST_o(23)); /* 24 */ in MD5Transform()
589 GG(a, b, c, d, x_9, MD5_SHIFT_21, MD5_CONST_e(24)); /* 25 */ in MD5Transform()
[all …]
/illumos-gate/usr/src/data/zoneinfo/
H A Dcountry.tab111 GG Guernsey
H A Dzone.tab.txt186 GG +492717-0023210 Europe/Guernsey
H A Dzone_sun.tab209 GG +492717-0023210 Europe/Guernsey -
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-379 HP Vectra XU 6/200 BIOS version GG.06.11
H A Dgrub.texi2955 HP Vectra XU 6/200 BIOS version GG.06.11
H A Dgrub.info2788 HP Vectra XU 6/200 BIOS version GG.06.11
/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src5427 # :GG#0:GI=\EH8:GF=\EH7:\
17902 # :rv=\EH:re=\EI:rg=0:GG=0:\
18890 # GG :as:/:ae: glitch (analogous to :sg:/:ug:)
H A Dterminfo.src6148 # :GG#0:GI=\EH8:GF=\EH7:\
20065 # :rv=\EH:re=\EI:rg=0:GG=0:\
21108 # GG :as:/:ae: glitch (analogous to :sg:/:ug:)