Searched defs:h2 (Results 1 - 15 of 15) 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
75 hd->h2 = 0x98badcfe;
138 c = hd->h2;
227 hd->h2 += c;
H A Dsha256.c50 u32 h0,h1,h2,h3,h4,h5,h6,h7; member in struct:__anon542
64 hd->h2 = 0x3c6ef372;
83 hd->h2 = 0x3070dd17;
147 c = hd->h2;
180 hd->h2 += c;
H A Dsha512.c58 u64 h0, h1, h2, h3, h4, h5, h6, h7; member in struct:__anon543
71 hd->h2 = U64_C(0x3c6ef372fe94f82b);
89 hd->h2 = U64_C(0x9159015a3070dd17);
157 c = hd->h2;
218 hd->h2 += c;
H A Decc.c763 gcry_mpi_t h, h1, h2, x, y;
774 h2 = mpi_alloc (0);
794 /* h2 = r * s^(-1) (mod n) */
795 mpi_mulm (h2, r, h, pkey->E.n);
796 /* log_mpidump (" h2", h2); */
798 _gcry_mpi_ec_mul_point (&Q2, h2, &pkey->Q, ctx);
846 mpi_free (h2);
759 gcry_mpi_t h, h1, h2, x, y; local
/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
74 hd->h2 = 0x98badcfe;
137 c = hd->h2;
226 hd->h2 += c;
H A Dsha256.c50 u32 h0,h1,h2,h3,h4,h5,h6,h7; member in struct:__anon586
64 hd->h2 = 0x3c6ef372;
83 hd->h2 = 0x3070dd17;
147 c = hd->h2;
180 hd->h2 += c;
H A Dsha512.c60 u64 h0, h1, h2, h3, h4, h5, h6, h7; member in struct:__anon587
73 hd->h2 = U64_C(0x3c6ef372fe94f82b);
91 hd->h2 = U64_C(0x9159015a3070dd17);
159 c = hd->h2;
220 hd->h2 += c;
H A Decc.c763 gcry_mpi_t h, h1, h2, x, y;
774 h2 = mpi_alloc (0);
794 /* h2 = r * s^(-1) (mod n) */
795 mpi_mulm (h2, r, h, pkey->E.n);
796 /* log_mpidump (" h2", h2); */
798 _gcry_mpi_ec_mul_point (&Q2, h2, &pkey->Q, ctx);
846 mpi_free (h2);
759 gcry_mpi_t h, h1, h2, x, y; local
/osnet-11/usr/src/lib/libnsl/key/
H A Dxcrypt.c582 uint32_t h2; member in struct:DESkey
617 weakDESkeys[i].h2 == db.key.low)
/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;
/osnet-11/usr/src/grub/grub2/grub-core/video/readers/
H A Djpeg.c485 int h1, h2, qt; local
492 h2 = data->comp_index[id][2];
503 num = grub_jpeg_get_huff_code (data, h2);
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Drelocator.c298 grub_mm_header_t h2, *hp; local
308 for (hp = &r2->first, h2 = *hp; h2->next != r2->first;
309 hp = &(h2->next), h2 = *hp)
310 if (h2 == (grub_mm_header_t) (r2 + 1))
312 if (h2 == (grub_mm_header_t) (r2 + 1))
314 h->size = h2->size + (h2 - h);
315 h->next = h2
[all...]
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_ads.c2962 smb_ads_host_info_t *h2 = (smb_ads_host_info_t *)q; local
2964 if (h1->priority < h2->priority)
2966 if (h1->priority > h2->priority)
2970 if (h1->weight < h2->weight)
2972 if (h1->weight > h2->weight)

Completed in 367 milliseconds