Searched defs:h4 (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Drmd.h27 u32 h0,h1,h2,h3,h4; member in struct:__anon536
H A Dsha1.c60 u32 h0,h1,h2,h3,h4; member in struct:__anon541
77 hd->h4 = 0xc3d2e1f0;
140 e = hd->h4;
229 hd->h4 += e;
H A Dsha256.c50 u32 h0,h1,h2,h3,h4,h5,h6,h7; member in struct:__anon542
66 hd->h4 = 0x510e527f;
85 hd->h4 = 0xffc00b31;
149 e = hd->h4;
182 hd->h4 += e;
H A Dsha512.c58 u64 h0, h1, h2, h3, h4, h5, h6, h7; member in struct:__anon543
73 hd->h4 = U64_C(0x510e527fade682d1);
91 hd->h4 = U64_C(0x67332667ffc00b31);
159 e = hd->h4;
220 hd->h4 += e;
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Drmd.h30 u32 h0,h1,h2,h3,h4; member in struct:__anon580
H A Dsha1.c59 u32 h0,h1,h2,h3,h4; member in struct:__anon585
76 hd->h4 = 0xc3d2e1f0;
139 e = hd->h4;
228 hd->h4 += e;
H A Dsha256.c50 u32 h0,h1,h2,h3,h4,h5,h6,h7; member in struct:__anon586
66 hd->h4 = 0x510e527f;
85 hd->h4 = 0xffc00b31;
149 e = hd->h4;
182 hd->h4 += e;
H A Dsha512.c60 u64 h0, h1, h2, h3, h4, h5, h6, h7; member in struct:__anon587
75 hd->h4 = U64_C(0x510e527fade682d1);
93 hd->h4 = U64_C(0x67332667ffc00b31);
161 e = hd->h4;
222 hd->h4 += e;
/osnet-11/usr/src/lib/libnsl/nss/
H A Dnetdir_inet_sundry.c123 * decimal dot equivalent. h1.h2.h3.h4.p1.p2 where h1-h4 are the host
180 int h1, h2, h3, h4, p1, p2; local
202 if (sscanf(addr, "%d.%d.%d.%d.%d.%d", &h1, &h2, &h3, &h4,
210 inaddr = (h1 << 24) + (h2 << 16) + (h3 << 8) + h4;

Completed in 67 milliseconds