Searched refs:ftmp (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_nistp521.c686 felem ftmp, ftmp2, ftmp3, ftmp4; local
691 felem_reduce(ftmp, tmp); /* 2^1 */
692 felem_mul(tmp, in, ftmp);
693 felem_reduce(ftmp, tmp); /* 2^2 - 2^0 */
694 felem_assign(ftmp2, ftmp);
695 felem_square(tmp, ftmp);
696 felem_reduce(ftmp, tmp); /* 2^3 - 2^1 */
697 felem_mul(tmp, in, ftmp);
698 felem_reduce(ftmp, tmp); /* 2^3 - 2^0 */
699 felem_square(tmp, ftmp);
799 felem ftmp; local
1025 felem delta, gamma, beta, alpha, ftmp, ftmp2; local
1144 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, ftmp6, x_out, y_out, z_out; local
[all...]
H A Decp_nistp256.c983 felem ftmp, ftmp2; local
990 felem_reduce(ftmp, tmp); /* 2^1 */
991 felem_mul(tmp, in, ftmp);
992 felem_reduce(ftmp, tmp); /* 2^2 - 2^0 */
993 felem_assign(e2, ftmp);
994 felem_square(tmp, ftmp);
995 felem_reduce(ftmp, tmp); /* 2^3 - 2^1 */
996 felem_square(tmp, ftmp);
997 felem_reduce(ftmp, tmp); /* 2^4 - 2^2 */
998 felem_mul(tmp, ftmp, e
1107 felem delta, gamma, beta, alpha, ftmp, ftmp2; local
1239 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, ftmp6, x_out, y_out, z_out; local
1658 felem nq[3], ftmp; local
[all...]
H A Decp_nistp224.c714 felem ftmp, ftmp2, ftmp3, ftmp4; local
719 felem_reduce(ftmp, tmp); /* 2 */
720 felem_mul(tmp, in, ftmp);
721 felem_reduce(ftmp, tmp); /* 2^2 - 1 */
722 felem_square(tmp, ftmp);
723 felem_reduce(ftmp, tmp); /* 2^3 - 2 */
724 felem_mul(tmp, in, ftmp);
725 felem_reduce(ftmp, tmp); /* 2^3 - 1 */
726 felem_square(tmp, ftmp);
732 felem_mul(tmp, ftmp2, ftmp);
833 felem delta, gamma, beta, alpha, ftmp, ftmp2; local
922 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, x_out, y_out, z_out; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Da_object.c102 char ftmp[24], *tmp = ftmp; local
103 int tmpsize = sizeof(ftmp);
181 if (tmp != ftmp)
215 if (tmp != ftmp)
221 if (tmp != ftmp)
/freebsd-11-stable/sys/dev/ixl/
H A Dixlvc.c533 struct ixlv_vlan_filter *f, *ftmp; local
571 SLIST_FOREACH_SAFE(f, sc->vlan_filters, next, ftmp) {
596 struct ixlv_vlan_filter *f, *ftmp; local
633 SLIST_FOREACH_SAFE(f, sc->vlan_filters, next, ftmp) {
/freebsd-11-stable/contrib/ntp/ntpdate/
H A Dntpdate.c2091 l_fp ftmp; local
2101 ftmp = *ts;
2103 if (L_ISNEG(&ftmp)) {
2104 L_NEG(&ftmp);
2109 if (ftmp.l_ui >= 3) { /* Step it and slew - we might win */
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.c8268 Mfix * ftmp;
8284 for (ftmp = fix; ftmp; ftmp = ftmp->next)
8286 if (GET_CODE (ftmp->insn) == BARRIER)
8288 if (ftmp->address >= minipool_vector_head->max_address)
8291 last_barrier = ftmp;
8293 else if ((ftmp->minipool = add_minipool_forward_ref (ftmp))
8254 Mfix * ftmp; local
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dsh.hist.c1222 int fp, ftmp, oldidfds; local
1319 ftmp = SHOUT;
1324 SHOUT = ftmp;
H A Dsh.dir.c1359 int fp, ftmp, oldidfds; local
1391 ftmp = SHOUT;
1413 SHOUT = ftmp;
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_request.c422 l_fp ftmp; local
629 NTOHL_FP(&tailinpkt->tstamp, &ftmp);
630 L_SUB(&ftmp, &rbufp->recv_time);
631 LFPTOD(&ftmp, dtemp);
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_filter.c142 struct filter_entry *f, *ftmp; local
153 LIST_FOREACH_SAFE(f, &head[i], link_tid, ftmp) {
161 LIST_FOREACH_SAFE(f, &head[i], link_4t, ftmp) {

Completed in 166 milliseconds