/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/ |
H A D | rmd.h | 27 u32 h0,h1,h2,h3,h4; member in struct:__anon536
|
H A D | sha1.c | 60 u32 h0,h1,h2,h3,h4; member in struct:__anon541 75 hd->h2 = 0x98badcfe; 138 c = hd->h2; 227 hd->h2 += c;
|
H A D | sha256.c | 50 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 D | sha512.c | 58 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 D | ecc.c | 763 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 D | rmd.h | 30 u32 h0,h1,h2,h3,h4; member in struct:__anon580
|
H A D | sha1.c | 59 u32 h0,h1,h2,h3,h4; member in struct:__anon585 74 hd->h2 = 0x98badcfe; 137 c = hd->h2; 226 hd->h2 += c;
|
H A D | sha256.c | 50 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 D | sha512.c | 60 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 D | ecc.c | 763 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 D | xcrypt.c | 582 uint32_t h2; member in struct:DESkey 617 weakDESkeys[i].h2 == db.key.low)
|
/osnet-11/usr/src/lib/libnsl/nss/ |
H A D | netdir_inet_sundry.c | 123 * 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 D | jpeg.c | 485 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 D | relocator.c | 298 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 D | smbns_ads.c | 2962 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)
|