Searched refs:BN_GF2m_add (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dec2_smpt.c108 if (!BN_GF2m_add(tmp, &group->a, tmp)) goto err;
109 if (!BN_GF2m_add(tmp, x, tmp)) goto err;
127 if (!BN_GF2m_add(y, y, x)) goto err;
H A Dec2_mult.c98 if (!BN_GF2m_add(x, x, t1)) goto err;
129 if (!BN_GF2m_add(z1, z1, x1)) goto err;
132 if (!BN_GF2m_add(x1, x1, t2)) goto err;
166 if (!BN_GF2m_add(z2, x, y)) return 0;
182 if (!BN_GF2m_add(z1, z1, x1)) goto err;
185 if (!BN_GF2m_add(z2, z2, x2)) goto err;
189 if (!BN_GF2m_add(t4, t4, y)) goto err;
191 if (!BN_GF2m_add(t4, t4, z2)) goto err;
197 if (!BN_GF2m_add(z2, x2, x)) goto err;
200 if (!BN_GF2m_add(z
[all...]
H A Dec2_smpl.c735 if (!BN_GF2m_add(t, x0, x1)) goto err;
736 if (!BN_GF2m_add(s, y0, y1)) goto err;
739 if (!BN_GF2m_add(x2, x2, &group->a)) goto err;
740 if (!BN_GF2m_add(x2, x2, s)) goto err;
741 if (!BN_GF2m_add(x2, x2, t)) goto err;
752 if (!BN_GF2m_add(s, s, x1)) goto err;
755 if (!BN_GF2m_add(x2, x2, s)) goto err;
756 if (!BN_GF2m_add(x2, x2, &group->a)) goto err;
759 if (!BN_GF2m_add(y2, x1, x2)) goto err;
761 if (!BN_GF2m_add(y
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Dec2_smpl.c515 if (!BN_GF2m_add(t, x0, x1))
517 if (!BN_GF2m_add(s, y0, y1))
523 if (!BN_GF2m_add(x2, x2, &group->a))
525 if (!BN_GF2m_add(x2, x2, s))
527 if (!BN_GF2m_add(x2, x2, t))
538 if (!BN_GF2m_add(s, s, x1))
543 if (!BN_GF2m_add(x2, x2, s))
545 if (!BN_GF2m_add(x2, x2, &group->a))
549 if (!BN_GF2m_add(y2, x1, x2))
553 if (!BN_GF2m_add(y
[all...]
H A Dec2_mult.c108 if (!BN_GF2m_add(x, x, t1))
147 if (!BN_GF2m_add(z1, z1, x1))
153 if (!BN_GF2m_add(x1, x1, t2))
189 if (!BN_GF2m_add(z2, x, y))
210 if (!BN_GF2m_add(z1, z1, x1))
216 if (!BN_GF2m_add(z2, z2, x2))
223 if (!BN_GF2m_add(t4, t4, y))
227 if (!BN_GF2m_add(t4, t4, z2))
238 if (!BN_GF2m_add(z2, x2, x))
243 if (!BN_GF2m_add(z
[all...]
H A Dec2_oct.c130 if (!BN_GF2m_add(tmp, &group->a, tmp))
132 if (!BN_GF2m_add(tmp, x, tmp))
151 if (!BN_GF2m_add(y, y, x))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Dec2_smpl.c515 if (!BN_GF2m_add(t, x0, x1))
517 if (!BN_GF2m_add(s, y0, y1))
523 if (!BN_GF2m_add(x2, x2, &group->a))
525 if (!BN_GF2m_add(x2, x2, s))
527 if (!BN_GF2m_add(x2, x2, t))
538 if (!BN_GF2m_add(s, s, x1))
543 if (!BN_GF2m_add(x2, x2, s))
545 if (!BN_GF2m_add(x2, x2, &group->a))
549 if (!BN_GF2m_add(y2, x1, x2))
553 if (!BN_GF2m_add(y
[all...]
H A Dec2_mult.c108 if (!BN_GF2m_add(x, x, t1))
147 if (!BN_GF2m_add(z1, z1, x1))
153 if (!BN_GF2m_add(x1, x1, t2))
189 if (!BN_GF2m_add(z2, x, y))
210 if (!BN_GF2m_add(z1, z1, x1))
216 if (!BN_GF2m_add(z2, z2, x2))
223 if (!BN_GF2m_add(t4, t4, y))
227 if (!BN_GF2m_add(t4, t4, z2))
238 if (!BN_GF2m_add(z2, x2, x))
243 if (!BN_GF2m_add(z
[all...]
H A Dec2_oct.c130 if (!BN_GF2m_add(tmp, &group->a, tmp))
132 if (!BN_GF2m_add(tmp, x, tmp))
151 if (!BN_GF2m_add(y, y, x))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_gf2m.c286 int BN_GF2m_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) function
608 if (!BN_GF2m_add(b, b, p)) goto err;
621 if (!BN_GF2m_add(u, u, v)) goto err;
622 if (!BN_GF2m_add(b, b, c)) goto err;
718 if (BN_is_odd(u)) if (!BN_GF2m_add(u, u, p)) goto err;
726 if (!BN_GF2m_add(b, b, a)) goto err;
727 if (!BN_GF2m_add(v, v, u)) goto err;
731 if (BN_is_odd(v)) if (!BN_GF2m_add(v, v, p)) goto err;
739 if (!BN_GF2m_add(a, a, b)) goto err;
740 if (!BN_GF2m_add(
[all...]
H A Dbntest.c266 message(out,"BN_GF2m_add");
1078 BN_GF2m_add(&c,&a,&b);
1099 BN_GF2m_add(&c,&c,&c);
1152 BN_GF2m_add(d, a, c);
1217 BN_GF2m_add(f, a, d);
1220 BN_GF2m_add(f, e, g);
1221 BN_GF2m_add(f, f, h);
1284 BN_GF2m_add(d, c, d);
1471 BN_GF2m_add(f, e, f);
1530 BN_GF2m_add(
[all...]
H A Dbn.h579 int BN_GF2m_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b); /*r = a + b*/
580 #define BN_GF2m_sub(r, a, b) BN_GF2m_add(r, a, b)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_gf2m.c331 int BN_GF2m_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) function
670 if (!BN_GF2m_add(b, b, p))
689 if (!BN_GF2m_add(u, u, v))
691 if (!BN_GF2m_add(b, b, c))
897 if (!BN_GF2m_add(u, u, p))
905 if (!BN_GF2m_add(b, b, a))
907 if (!BN_GF2m_add(v, v, u))
913 if (!BN_GF2m_add(v, v, p))
921 if (!BN_GF2m_add(a, a, b))
923 if (!BN_GF2m_add(
[all...]
H A Dbntest.c288 message(out, "BN_GF2m_add");
1240 BN_GF2m_add(&c, &a, &b);
1260 BN_GF2m_add(&c, &c, &c);
1309 BN_GF2m_add(d, a, c);
1370 BN_GF2m_add(f, a, d);
1373 BN_GF2m_add(f, e, g);
1374 BN_GF2m_add(f, f, h);
1434 BN_GF2m_add(d, c, d);
1609 BN_GF2m_add(f, e, f);
1665 BN_GF2m_add(
[all...]
H A Dbn.h648 int BN_GF2m_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
649 # define BN_GF2m_sub(r, a, b) BN_GF2m_add(r, a, b)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_gf2m.c331 int BN_GF2m_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) function
670 if (!BN_GF2m_add(b, b, p))
689 if (!BN_GF2m_add(u, u, v))
691 if (!BN_GF2m_add(b, b, c))
897 if (!BN_GF2m_add(u, u, p))
905 if (!BN_GF2m_add(b, b, a))
907 if (!BN_GF2m_add(v, v, u))
913 if (!BN_GF2m_add(v, v, p))
921 if (!BN_GF2m_add(a, a, b))
923 if (!BN_GF2m_add(
[all...]
H A Dbntest.c288 message(out, "BN_GF2m_add");
1240 BN_GF2m_add(&c, &a, &b);
1260 BN_GF2m_add(&c, &c, &c);
1309 BN_GF2m_add(d, a, c);
1370 BN_GF2m_add(f, a, d);
1373 BN_GF2m_add(f, e, g);
1374 BN_GF2m_add(f, f, h);
1434 BN_GF2m_add(d, c, d);
1609 BN_GF2m_add(f, e, f);
1665 BN_GF2m_add(
[all...]
H A Dbn.h648 int BN_GF2m_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
649 # define BN_GF2m_sub(r, a, b) BN_GF2m_add(r, a, b)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dbntest.c266 message(out,"BN_GF2m_add");
1078 BN_GF2m_add(&c,&a,&b);
1099 BN_GF2m_add(&c,&c,&c);
1152 BN_GF2m_add(d, a, c);
1217 BN_GF2m_add(f, a, d);
1220 BN_GF2m_add(f, e, g);
1221 BN_GF2m_add(f, f, h);
1284 BN_GF2m_add(d, c, d);
1471 BN_GF2m_add(f, e, f);
1530 BN_GF2m_add(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dbn.h579 int BN_GF2m_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b); /*r = a + b*/
580 #define BN_GF2m_sub(r, a, b) BN_GF2m_add(r, a, b)

Completed in 92 milliseconds