Searched defs:t4 (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/common/crypto/ecc/
H A Dec2_mont.c126 mp_int t3, t4, t5; local
129 MP_DIGITS(&t4) = 0;
132 MP_CHECKOK(mp_init(&t4, FLAG(x2)));
163 MP_CHECKOK(group->meth->field_sqr(x, &t4, group->meth));
164 MP_CHECKOK(group->meth->field_add(&t4, y, &t4, group->meth));
165 MP_CHECKOK(group->meth->field_mul(&t4, &t3, &t4, group->meth));
166 MP_CHECKOK(group->meth->field_add(&t4, z2, &t4, grou
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dkrb5_decode.c373 taginfo t4; local
377 retval = asn1_get_tag_2(&buf, &t4);
379 if (t4.asn1class != APPLICATION || t4.construction != CONSTRUCTED) clean_return(ASN1_BAD_ID);
380 if (t4.tagnum == 25) rep->msg_type = KRB5_AS_REP;
381 else if (t4.tagnum == 26) rep->msg_type = KRB5_TGS_REP;
/osnet-11/usr/src/grub/grub2/grub-core/video/readers/
H A Djpeg.c347 int t0, t1, t2, t3, t4, t5, t6, t7; local
385 t4 = pd[JPEG_UNIT_SIZE * 7];
390 v0 = t4 + t7;
392 v2 = t4 + t6;
402 t4 = t4 * CONST (0.298631336) - v0 - v2;
413 pd[JPEG_UNIT_SIZE * 3] = t3 + t4;
414 pd[JPEG_UNIT_SIZE * 4] = t3 - t4;
439 t4 = pd[7];
444 v0 = t4
[all...]

Completed in 61 milliseconds