Symbol: BN_GF2m_add
crypto/openssl/crypto/bn/bn_gf2m.c
1030
if (!BN_GF2m_add(z, z, a))
crypto/openssl/crypto/bn/bn_gf2m.c
1057
if (!BN_GF2m_add(z, z, tmp))
crypto/openssl/crypto/bn/bn_gf2m.c
1059
if (!BN_GF2m_add(w, w2, rho))
crypto/openssl/crypto/bn/bn_gf2m.c
1072
if (!BN_GF2m_add(w, z, w))
crypto/openssl/crypto/bn/bn_gf2m.c
584
if (!BN_GF2m_add(b, b, p))
crypto/openssl/crypto/bn/bn_gf2m.c
603
if (!BN_GF2m_add(u, u, v))
crypto/openssl/crypto/bn/bn_gf2m.c
605
if (!BN_GF2m_add(b, b, c))
crypto/openssl/crypto/ec/ec2_oct.c
102
if (!BN_GF2m_add(y, y, x))
crypto/openssl/crypto/ec/ec2_oct.c
76
if (!BN_GF2m_add(tmp, group->a, tmp))
crypto/openssl/crypto/ec/ec2_oct.c
78
if (!BN_GF2m_add(tmp, x, tmp))
crypto/openssl/crypto/ec/ec2_smpl.c
415
if (!BN_GF2m_add(t, x0, x1))
crypto/openssl/crypto/ec/ec2_smpl.c
417
if (!BN_GF2m_add(s, y0, y1))
crypto/openssl/crypto/ec/ec2_smpl.c
423
if (!BN_GF2m_add(x2, x2, group->a))
crypto/openssl/crypto/ec/ec2_smpl.c
425
if (!BN_GF2m_add(x2, x2, s))
crypto/openssl/crypto/ec/ec2_smpl.c
427
if (!BN_GF2m_add(x2, x2, t))
crypto/openssl/crypto/ec/ec2_smpl.c
438
if (!BN_GF2m_add(s, s, x1))
crypto/openssl/crypto/ec/ec2_smpl.c
443
if (!BN_GF2m_add(x2, x2, s))
crypto/openssl/crypto/ec/ec2_smpl.c
445
if (!BN_GF2m_add(x2, x2, group->a))
crypto/openssl/crypto/ec/ec2_smpl.c
449
if (!BN_GF2m_add(y2, x1, x2))
crypto/openssl/crypto/ec/ec2_smpl.c
453
if (!BN_GF2m_add(y2, y2, x2))
crypto/openssl/crypto/ec/ec2_smpl.c
455
if (!BN_GF2m_add(y2, y2, y1))
crypto/openssl/crypto/ec/ec2_smpl.c
491
return BN_GF2m_add(point->Y, point->X, point->Y);
crypto/openssl/crypto/ec/ec2_smpl.c
548
if (!BN_GF2m_add(lh, point->X, group->a))
crypto/openssl/crypto/ec/ec2_smpl.c
552
if (!BN_GF2m_add(lh, lh, point->Y))
crypto/openssl/crypto/ec/ec2_smpl.c
556
if (!BN_GF2m_add(lh, lh, group->b))
crypto/openssl/crypto/ec/ec2_smpl.c
560
if (!BN_GF2m_add(lh, lh, y2))
crypto/openssl/crypto/ec/ec2_smpl.c
755
|| !BN_GF2m_add(r->X, r->X, group->b)
crypto/openssl/crypto/ec/ec2_smpl.c
779
|| !BN_GF2m_add(s->Z, r->Y, s->X)
crypto/openssl/crypto/ec/ec2_smpl.c
783
|| !BN_GF2m_add(s->X, s->X, r->Y)
crypto/openssl/crypto/ec/ec2_smpl.c
788
|| !BN_GF2m_add(r->X, r->Y, s->Y))
crypto/openssl/crypto/ec/ec2_smpl.c
830
|| !BN_GF2m_add(t1, r->X, t1)
crypto/openssl/crypto/ec/ec2_smpl.c
833
|| !BN_GF2m_add(t2, t2, s->X)
crypto/openssl/crypto/ec/ec2_smpl.c
836
|| !BN_GF2m_add(t2, p->Y, t2)
crypto/openssl/crypto/ec/ec2_smpl.c
838
|| !BN_GF2m_add(t1, t2, t1)
crypto/openssl/crypto/ec/ec2_smpl.c
843
|| !BN_GF2m_add(t2, p->X, r->X)
crypto/openssl/crypto/ec/ec2_smpl.c
845
|| !BN_GF2m_add(r->Y, p->Y, t2)
crypto/openssl/include/openssl/bn.h
478
int BN_GF2m_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
crypto/openssl/include/openssl/bn.h
479
#define BN_GF2m_sub(r, a, b) BN_GF2m_add(r, a, b)
crypto/openssl/test/bntest.c
1023
&& TEST_true(BN_GF2m_add(f, e, f))
crypto/openssl/test/bntest.c
1068
&& TEST_true(BN_GF2m_add(f, c, e))
crypto/openssl/test/bntest.c
1112
&& TEST_true(BN_GF2m_add(d, c, d))
crypto/openssl/test/bntest.c
1114
&& TEST_true(BN_GF2m_add(e, e, d))
crypto/openssl/test/bntest.c
754
if (!(TEST_true(BN_GF2m_add(c, a, b))
crypto/openssl/test/bntest.c
759
if (!(TEST_true(BN_GF2m_add(c, c, c))
crypto/openssl/test/bntest.c
794
&& TEST_true(BN_GF2m_add(d, a, c))
crypto/openssl/test/bntest.c
840
&& TEST_true(BN_GF2m_add(f, a, d))
crypto/openssl/test/bntest.c
843
&& TEST_true(BN_GF2m_add(f, e, g))
crypto/openssl/test/bntest.c
844
&& TEST_true(BN_GF2m_add(f, f, h))
crypto/openssl/test/bntest.c
888
&& TEST_true(BN_GF2m_add(d, c, d))
crypto/openssl/test/ectest.c
2755
if (!TEST_true(BN_GF2m_add(x, x, field)))