Searched defs:h1 (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
74 hd->h1 = 0xefcdab89;
137 b = hd->h1;
226 hd->h1 += b;
H A Dsha256.c50 u32 h0,h1,h2,h3,h4,h5,h6,h7; member in struct:__anon542
63 hd->h1 = 0xbb67ae85;
82 hd->h1 = 0x367cd507;
146 b = hd->h1;
179 hd->h1 += b;
H A Dsha512.c58 u64 h0, h1, h2, h3, h4, h5, h6, h7; member in struct:__anon543
70 hd->h1 = U64_C(0xbb67ae8584caa73b);
88 hd->h1 = U64_C(0x629a292a367cd507);
156 b = hd->h1;
217 hd->h1 += b;
H A Decc.c763 gcry_mpi_t h, h1, h2, x, y;
773 h1 = mpi_alloc (0);
786 /* h1 = hash * s^(-1) (mod n) */
787 mpi_mulm (h1, input, h, pkey->E.n);
788 /* log_mpidump (" h1", h1); */
790 _gcry_mpi_ec_mul_point (&Q1, h1, &pkey->E.G, ctx);
847 mpi_free (h1);
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
73 hd->h1 = 0xefcdab89;
136 b = hd->h1;
225 hd->h1 += b;
H A Dsha256.c50 u32 h0,h1,h2,h3,h4,h5,h6,h7; member in struct:__anon586
63 hd->h1 = 0xbb67ae85;
82 hd->h1 = 0x367cd507;
146 b = hd->h1;
179 hd->h1 += b;
H A Dsha512.c60 u64 h0, h1, h2, h3, h4, h5, h6, h7; member in struct:__anon587
72 hd->h1 = U64_C(0xbb67ae8584caa73b);
90 hd->h1 = U64_C(0x629a292a367cd507);
158 b = hd->h1;
219 hd->h1 += b;
H A Decc.c763 gcry_mpi_t h, h1, h2, x, y;
773 h1 = mpi_alloc (0);
786 /* h1 = hash * s^(-1) (mod n) */
787 mpi_mulm (h1, input, h, pkey->E.n);
788 /* log_mpidump (" h1", h1); */
790 _gcry_mpi_ec_mul_point (&Q1, h1, &pkey->E.G, ctx);
847 mpi_free (h1);
759 gcry_mpi_t h, h1, h2, x, y; local
/osnet-11/usr/src/lib/libnsl/key/
H A Dxcrypt.c581 uint32_t h1; member in struct:DESkey
616 if (weakDESkeys[i].h1 == db.key.high &&
/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
491 h1 = data->comp_index[id][1];
495 grub_jpeg_get_number (data, grub_jpeg_get_huff_code (data, h1));
/osnet-11/usr/src/cmd/sendmail/src/
H A Dusersmtp.c327 char *hr, *h1, *h, *res; local
354 h1 = s2;
358 while (h != NULL && *h1 != '\0')
361 if ((h = strchr(h1, ' ')) != NULL)
363 l1 = strlen(h1);
366 if (iteminlist(h1, s1, " ") == NULL)
372 memcpy(hr, h1, l1);
382 h1 = h + 1;
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_ads.c2961 smb_ads_host_info_t *h1 = (smb_ads_host_info_t *)p; 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 57 milliseconds