| /netbsd-src/common/lib/libc/md/ |
| H A D | md4c.c | 111 #define GG(a, b, c, d, x, s) { \ macro 249 GG (a, b, c, d, x[ 0], S21); /* 17 */ in MD4Transform() 250 GG (d, a, b, c, x[ 4], S22); /* 18 */ in MD4Transform() 251 GG (c, d, a, b, x[ 8], S23); /* 19 */ in MD4Transform() 252 GG (b, c, d, a, x[12], S24); /* 20 */ in MD4Transform() 253 GG (a, b, c, d, x[ 1], S21); /* 21 */ in MD4Transform() 254 GG (d, a, b, c, x[ 5], S22); /* 22 */ in MD4Transform() 255 GG (c, d, a, b, x[ 9], S23); /* 23 */ in MD4Transform() 256 GG (b, c, d, a, x[13], S24); /* 24 */ in MD4Transform() 257 GG (a, b, c, d, x[ 2], S21); /* 25 */ in MD4Transform() [all …]
|
| H A D | md5c.c | 156 #define GG(a, b, c, d, x, s, ac) { \ macro 295 GG (a, b, c, d, x[ 1], S21, 0xf61e2562); /* 17 */ in MD5Transform() 296 GG (d, a, b, c, x[ 6], S22, 0xc040b340); /* 18 */ in MD5Transform() 297 GG (c, d, a, b, x[11], S23, 0x265e5a51); /* 19 */ in MD5Transform() 298 GG (b, c, d, a, x[ 0], S24, 0xe9b6c7aa); /* 20 */ in MD5Transform() 299 GG (a, b, c, d, x[ 5], S21, 0xd62f105d); /* 21 */ in MD5Transform() 300 GG (d, a, b, c, x[10], S22, 0x2441453); /* 22 */ in MD5Transform() 301 GG (c, d, a, b, x[15], S23, 0xd8a1e681); /* 23 */ in MD5Transform() 302 GG (b, c, d, a, x[ 4], S24, 0xe7d3fbc8); /* 24 */ in MD5Transform() 303 GG (a, b, c, d, x[ 9], S21, 0x21e1cde6); /* 25 */ in MD5Transform() [all …]
|
| /netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| H A D | md5c.c | 135 #define GG(a, b, c, d, x, s, ac) { \ macro 266 GG (a, b, c, d, x[ 1], S21, 0xf61e2562); /* 17 */ in MD5Transform() 267 GG (d, a, b, c, x[ 6], S22, 0xc040b340); /* 18 */ in MD5Transform() 268 GG (c, d, a, b, x[11], S23, 0x265e5a51); /* 19 */ in MD5Transform() 269 GG (b, c, d, a, x[ 0], S24, 0xe9b6c7aa); /* 20 */ in MD5Transform() 270 GG (a, b, c, d, x[ 5], S21, 0xd62f105d); /* 21 */ in MD5Transform() 271 GG (d, a, b, c, x[10], S22, 0x2441453); /* 22 */ in MD5Transform() 272 GG (c, d, a, b, x[15], S23, 0xd8a1e681); /* 23 */ in MD5Transform() 273 GG (b, c, d, a, x[ 4], S24, 0xe7d3fbc8); /* 24 */ in MD5Transform() 274 GG (a, b, c, d, x[ 9], S21, 0x21e1cde6); /* 25 */ in MD5Transform() [all …]
|
| /netbsd-src/external/bsd/iscsi/dist/src/lib/ |
| H A D | md5c.c | 165 #define GG(a, b, c, d, x, s, ac) { \ macro 308 GG (a, b, c, d, x[ 1], S21, 0xf61e2562); /* 17 */ 309 GG (d, a, b, c, x[ 6], S22, 0xc040b340); /* 18 */ 310 GG (c, d, a, b, x[11], S23, 0x265e5a51); /* 19 */ 311 GG (b, c, d, a, x[ 0], S24, 0xe9b6c7aa); /* 20 */ 312 GG (a, b, c, d, x[ 5], S21, 0xd62f105d); /* 21 */ 313 GG (d, a, b, c, x[10], S22, 0x2441453); /* 22 */ 314 GG (c, d, a, b, x[15], S23, 0xd8a1e681); /* 23 */ 315 GG (b, c, d, a, x[ 4], S24, 0xe7d3fbc8); /* 24 */ 316 GG (a, b, c, d, x[ 9], S21, 0x21e1cde6); /* 25 */ [all …]
|
| /netbsd-src/external/bsd/ipf/dist/ |
| H A D | md5.c | 92 #define GG(a, b, c, d, x, s, ac) \ macro 248 GG ( a, b, c, d, in[ 1], S21, UL(4129170786)); /* 17 */ 249 GG ( d, a, b, c, in[ 6], S22, UL(3225465664)); /* 18 */ 250 GG ( c, d, a, b, in[11], S23, UL( 643717713)); /* 19 */ 251 GG ( b, c, d, a, in[ 0], S24, UL(3921069994)); /* 20 */ 252 GG ( a, b, c, d, in[ 5], S21, UL(3593408605)); /* 21 */ 253 GG ( d, a, b, c, in[10], S22, UL( 38016083)); /* 22 */ 254 GG ( c, d, a, b, in[15], S23, UL(3634488961)); /* 23 */ 255 GG ( b, c, d, a, in[ 4], S24, UL(3889429448)); /* 24 */ 256 GG ( a, b, c, d, in[ 9], S21, UL( 568446438)); /* 25 */ [all …]
|
| /netbsd-src/sys/ufs/ext2fs/ |
| H A D | ext2fs_hash.c | 81 #define GG(a, b, c, d, x, s) { \ macro 191 GG(a, b, c, d, data[1], 3); in ext2fs_half_md4() 192 GG(d, a, b, c, data[3], 5); in ext2fs_half_md4() 193 GG(c, d, a, b, data[5], 9); in ext2fs_half_md4() 194 GG(b, c, d, a, data[7], 13); in ext2fs_half_md4() 195 GG(a, b, c, d, data[0], 3); in ext2fs_half_md4() 196 GG(d, a, b, c, data[2], 5); in ext2fs_half_md4() 197 GG(c, d, a, b, data[4], 9); in ext2fs_half_md4() 198 GG(b, c, d, a, data[6], 13); in ext2fs_half_md4()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/digest/ |
| H A D | md.d | 133 static void GG(ref uint a, uint b, uint c, uint d, uint x, uint s, uint ac) in GG() function 224 GG (a, b, c, d, x[ 1], S21, 0xf61e2562); /* 17 */ in transform() 225 GG (d, a, b, c, x[ 6], S22, 0xc040b340); /* 18 */ in transform() 226 GG (c, d, a, b, x[11], S23, 0x265e5a51); /* 19 */ in transform() 227 GG (b, c, d, a, x[ 0], S24, 0xe9b6c7aa); /* 20 */ in transform() 228 GG (a, b, c, d, x[ 5], S21, 0xd62f105d); /* 21 */ in transform() 229 GG (d, a, b, c, x[10], S22, 0x2441453); /* 22 */ in transform() 230 GG (c, d, a, b, x[15], S23, 0xd8a1e681); /* 23 */ in transform() 231 GG (b, c, d, a, x[ 4], S24, 0xe7d3fbc8); /* 24 */ in transform() 232 GG (a, b, c, d, x[ 9], S21, 0x21e1cde6); /* 25 */ in transform() [all …]
|
| H A D | ripemd.d | 139 static void GG(ref uint a, uint b, ref uint c, uint d, uint e, uint x, uint s) in GG() function 269 GG(ee, aa, bb, cc, dd, x[ 7], 7); in transform() 270 GG(dd, ee, aa, bb, cc, x[ 4], 6); in transform() 271 GG(cc, dd, ee, aa, bb, x[13], 8); in transform() 272 GG(bb, cc, dd, ee, aa, x[ 1], 13); in transform() 273 GG(aa, bb, cc, dd, ee, x[10], 11); in transform() 274 GG(ee, aa, bb, cc, dd, x[ 6], 9); in transform() 275 GG(dd, ee, aa, bb, cc, x[15], 7); in transform() 276 GG(cc, dd, ee, aa, bb, x[ 3], 15); in transform() 277 GG(bb, cc, dd, ee, aa, x[12], 7); in transform() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/digest/ |
| H A D | md.d | 126 static void GG(ref uint a, uint b, uint c, uint d, uint x, uint s, uint ac) in GG() function 217 GG (a, b, c, d, x[ 1], S21, 0xf61e2562); /* 17 */ in transform() 218 GG (d, a, b, c, x[ 6], S22, 0xc040b340); /* 18 */ in transform() 219 GG (c, d, a, b, x[11], S23, 0x265e5a51); /* 19 */ in transform() 220 GG (b, c, d, a, x[ 0], S24, 0xe9b6c7aa); /* 20 */ in transform() 221 GG (a, b, c, d, x[ 5], S21, 0xd62f105d); /* 21 */ in transform() 222 GG (d, a, b, c, x[10], S22, 0x2441453); /* 22 */ in transform() 223 GG (c, d, a, b, x[15], S23, 0xd8a1e681); /* 23 */ in transform() 224 GG (b, c, d, a, x[ 4], S24, 0xe7d3fbc8); /* 24 */ in transform() 225 GG (a, b, c, d, x[ 9], S21, 0x21e1cde6); /* 25 */ in transform() [all …]
|
| H A D | ripemd.d | 132 static void GG(ref uint a, uint b, ref uint c, uint d, uint e, uint x, uint s) in GG() function 262 GG(ee, aa, bb, cc, dd, x[ 7], 7); in transform() 263 GG(dd, ee, aa, bb, cc, x[ 4], 6); in transform() 264 GG(cc, dd, ee, aa, bb, x[13], 8); in transform() 265 GG(bb, cc, dd, ee, aa, x[ 1], 13); in transform() 266 GG(aa, bb, cc, dd, ee, x[10], 11); in transform() 267 GG(ee, aa, bb, cc, dd, x[ 6], 9); in transform() 268 GG(dd, ee, aa, bb, cc, x[15], 7); in transform() 269 GG(cc, dd, ee, aa, bb, x[ 3], 15); in transform() 270 GG(bb, cc, dd, ee, aa, x[12], 7); in transform() [all …]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| H A D | sha256.c | 99 uint32_t AA, BB, CC, DD, EE, FF, GG, HH; in calc() local 109 GG = G; in calc() 121 T1 = HH + Sigma1(EE) + Ch(EE, FF, GG) + constant_256[i] + data[i]; in calc() 124 HH = GG; in calc() 125 GG = FF; in calc() 140 G += GG; in calc()
|
| H A D | sha512.c | 123 uint64_t AA, BB, CC, DD, EE, FF, GG, HH; in calc() local 133 GG = G; in calc() 145 T1 = HH + Sigma1(EE) + Ch(EE, FF, GG) + constant_512[i] + data[i]; in calc() 148 HH = GG; in calc() 149 GG = FF; in calc() 164 G += GG; in calc()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/sm3/ |
| H A D | sm3_local.h | 53 #define RND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF, GG) \ argument 59 const SM3_WORD TT2 = GG(E, F, G) + H + SS1 + Wi; \
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/sm3/ |
| H A D | sm3_local.h | 54 #define RND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF, GG) \ argument 60 const SM3_WORD TT2 = GG(E, F, G) + H + SS1 + Wi; \
|
| /netbsd-src/external/bsd/openldap/dist/tests/data/ |
| H A D | test-dn.ldif | 117 member: 1.1.1=#GG 118 description: 1.1.1=#GG // invalid HEX form 327 # 1.1.1=#GG // invalid HEX form [AoOn]
|
| /netbsd-src/share/misc/ |
| H A D | country | 101 Georgia GE GEO 268 GG 111 Guernsey GG GGY 831 GK
|
| H A D | acronyms | 212 GG good game
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/ |
| H A D | ISO_3166 | 101 GG Guernsey
|
| H A D | iso-3166.texi | 157 @item GG
|
| /netbsd-src/external/public-domain/tz/dist/ |
| H A D | iso3166.tab | 111 GG Guernsey
|
| H A D | zone1970.tab | 155 GB,GG,IM,JE +513030-0000731 Europe/London
|
| H A D | zone.tab | 186 GG +492717-0023210 Europe/Guernsey
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/nvidia/ |
| H A D | tegra194-p3509-0000.dtsi | 749 reset-gpios = <&gpio TEGRA194_MAIN_GPIO(GG, 1) GPIO_ACTIVE_LOW>;
|
| H A D | tegra194-p2972-0000.dts | 772 reset-gpios = <&gpio TEGRA194_MAIN_GPIO(GG, 1) GPIO_ACTIVE_LOW>;
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/ |
| H A D | qrb5165-rb5.dts | 1078 "GPIO-GG",
|