Home
last modified time | relevance | path

Searched refs:BN_GF2m_add (Results 1 – 10 of 10) sorted by relevance

/openssl/crypto/ec/
H A Dec2_smpl.c417 if (!BN_GF2m_add(t, x0, x1)) in ossl_ec_GF2m_simple_add()
419 if (!BN_GF2m_add(s, y0, y1)) in ossl_ec_GF2m_simple_add()
427 if (!BN_GF2m_add(x2, x2, s)) in ossl_ec_GF2m_simple_add()
429 if (!BN_GF2m_add(x2, x2, t)) in ossl_ec_GF2m_simple_add()
440 if (!BN_GF2m_add(s, s, x1)) in ossl_ec_GF2m_simple_add()
445 if (!BN_GF2m_add(x2, x2, s)) in ossl_ec_GF2m_simple_add()
451 if (!BN_GF2m_add(y2, x1, x2)) in ossl_ec_GF2m_simple_add()
455 if (!BN_GF2m_add(y2, y2, x2)) in ossl_ec_GF2m_simple_add()
457 if (!BN_GF2m_add(y2, y2, y1)) in ossl_ec_GF2m_simple_add()
562 if (!BN_GF2m_add(lh, lh, y2)) in ossl_ec_GF2m_simple_is_on_curve()
[all …]
H A Dec2_oct.c76 if (!BN_GF2m_add(tmp, group->a, tmp)) in ossl_ec_GF2m_simple_set_compressed_coordinates()
78 if (!BN_GF2m_add(tmp, x, tmp)) in ossl_ec_GF2m_simple_set_compressed_coordinates()
102 if (!BN_GF2m_add(y, y, x)) in ossl_ec_GF2m_simple_set_compressed_coordinates()
/openssl/crypto/bn/
H A Dbn_gf2m.c253 int BN_GF2m_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) in BN_GF2m_add() function
594 if (!BN_GF2m_add(b, b, p)) in BN_GF2m_mod_inv_vartime()
613 if (!BN_GF2m_add(u, u, v)) in BN_GF2m_mod_inv_vartime()
615 if (!BN_GF2m_add(b, b, c)) in BN_GF2m_mod_inv_vartime()
1040 if (!BN_GF2m_add(z, z, a)) in BN_GF2m_mod_solve_quad_arr()
1067 if (!BN_GF2m_add(z, z, tmp)) in BN_GF2m_mod_solve_quad_arr()
1069 if (!BN_GF2m_add(w, w2, rho)) in BN_GF2m_mod_solve_quad_arr()
1082 if (!BN_GF2m_add(w, z, w)) in BN_GF2m_mod_solve_quad_arr()
/openssl/test/
H A Dbntest.c751 if (!(TEST_true(BN_GF2m_add(c, a, b)) in test_gf2m_add()
756 if (!(TEST_true(BN_GF2m_add(c, c, c)) in test_gf2m_add()
791 && TEST_true(BN_GF2m_add(d, a, c)) in test_gf2m_mod()
837 && TEST_true(BN_GF2m_add(f, a, d)) in test_gf2m_mul()
840 && TEST_true(BN_GF2m_add(f, e, g)) in test_gf2m_mul()
841 && TEST_true(BN_GF2m_add(f, f, h)) in test_gf2m_mul()
885 && TEST_true(BN_GF2m_add(d, c, d)) in test_gf2m_sqr()
1020 && TEST_true(BN_GF2m_add(f, e, f)) in test_gf2m_modexp()
1065 && TEST_true(BN_GF2m_add(f, c, e)) in test_gf2m_modsqrt()
1109 && TEST_true(BN_GF2m_add(d, c, d)) in test_gf2m_modsolvequad()
[all …]
H A Dectest.c2377 if (!TEST_true(BN_GF2m_add(x, x, field))) in check_ec_key_field_public_range_test()
/openssl/include/openssl/
H A Dbn.h479 int BN_GF2m_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
480 # define BN_GF2m_sub(r, a, b) BN_GF2m_add(r, a, b)
/openssl/util/
H A Dmissingcrypto.txt221 BN_GF2m_add(3)
H A Dmissingcrypto111.txt248 BN_GF2m_add(3)
H A Dlibcrypto.num2153 BN_GF2m_add 2202 3_0_0 EXIST::FUNCTION:EC2M
/openssl/
H A DCHANGES.md12857 BN_GF2m_add
12858 BN_GF2m_sub [= BN_GF2m_add]
12869 BN_GF2m_add() is misnomer, but this is for the sake of consistency.)

Completed in 98 milliseconds