Searched refs:h2 (Results 1 - 25 of 26) sorted by relevance

12

/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 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 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 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
H A Drmd160.c104 * h0 = 0x67452301; h1 = 0xEFCDAB89; h2 = 0x98BADCFE; h3 = 0x10325476;
117 * A := h0; B := h1; C := h2; D = h3; E = h4;
118 * A' := h0; B' := h1; C' := h2; D' = h3; E' = h4;
126 * T := h1 [+] C [+] D'; h1 := h2 [+] D [+] E'; h2 := h3 [+] E [+] A';
151 hd->h2 = 0x98BADCFE;
218 c = hd->h2;
307 c = hd->h2;
393 hd->h1 = hd->h2 + e + dd;
394 hd->h2
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dhash.t42 my %h2 = map {$_ => 1} 'a'..'cc';
44 ok (!Internals::HvREHASH(%h2),
47 my @keys = get_keys(\%h2);
48 $h2{$_}++ for @keys;
49 ok (Internals::HvREHASH(%h2),
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/examples/
H A Dnph-clock.cgi12 h2($time)
H A Dfile_upload.cgi40 h2($file),
H A Djavascript.cgi99 print h2("Your profile"),
/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 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 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 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
H A Drmd160.c104 * h0 = 0x67452301; h1 = 0xEFCDAB89; h2 = 0x98BADCFE; h3 = 0x10325476;
117 * A := h0; B := h1; C := h2; D = h3; E = h4;
118 * A' := h0; B' := h1; C' := h2; D' = h3; E' = h4;
126 * T := h1 [+] C [+] D'; h1 := h2 [+] D [+] E'; h2 := h3 [+] E [+] A';
151 hd->h2 = 0x98BADCFE;
218 c = hd->h2;
307 c = hd->h2;
393 hd->h1 = hd->h2 + e + dd;
394 hd->h2
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/APItest/t/
H A Dhash.t187 my %h2 = @$defaults;
190 tie %h2, ref $class;
196 is (XS::APItest::Hash::store(\%h2, $key, 1), $HV_STORE_IS_CRAZY,
198 ok (brute_force_exists (\%h2, $key), "hv_store$message $printable");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/
H A Dstart_end_asterisk.t11 use CGI qw(:standard *h1 *h2 *h3 *h4 *h5 *h6 *table *ul *li *ol *td *b *i *u *div);
17 is(start_h2(), "<h2>", "start_h2"); # TEST
18 is(start_h2({class => 'hello'}), "<h2 class=\"hello\">", "start_h2 with param"); # TEST
19 is(end_h2(), "</h2>", "end_h2"); # TEST
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A Dhtmlview.t80 <h2><a name="new__"><code>new()</code></a></h2>
145 <h2><a name="old__"><code>old()</code></a></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/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/libldap5/sources/ldap/common/
H A Drequest.c528 #define LDAP_CONN_SAMEHOST( h1, h2 ) \
529 (( (h1) == NULL && (h2) == NULL ) || \
530 ( (h1) != NULL && (h2) != NULL && strcasecmp( (h1), (h2) ) == 0 ))
/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/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 187 milliseconds

12