Home
last modified time | relevance | path

Searched refs:BN_GF2m_mod_mul (Results 1 – 7 of 7) sorted by relevance

/openssl-master/crypto/bn/
A Dbn_gf2m.c465 int BN_GF2m_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in BN_GF2m_mod_mul() function
750 if (!BN_GF2m_mod_mul(r, a, b, p, ctx)) in BN_GF2m_mod_inv()
758 if (!BN_GF2m_mod_mul(r, r, b, p, ctx)) in BN_GF2m_mod_inv()
816 if (!BN_GF2m_mod_mul(r, y, xinv, p, ctx)) in BN_GF2m_mod_div()
/openssl-master/test/
A Dbntest.c780 if (!(TEST_true(BN_GF2m_mod_mul(e, a, c, b[j], ctx)) in test_gf2m_mul()
782 && TEST_true(BN_GF2m_mod_mul(g, f, c, b[j], ctx)) in test_gf2m_mul()
783 && TEST_true(BN_GF2m_mod_mul(h, d, c, b[j], ctx)) in test_gf2m_mul()
828 && TEST_true(BN_GF2m_mod_mul(d, a, d, b[j], ctx)) in test_gf2m_sqr()
866 && TEST_true(BN_GF2m_mod_mul(d, a, c, b[j], ctx)) in test_gf2m_modinv()
907 && TEST_true(BN_GF2m_mod_mul(e, d, c, b[j], ctx)) in test_gf2m_moddiv()
953 && TEST_true(BN_GF2m_mod_mul(e, e, f, b[j], ctx)) in test_gf2m_modexp()
/openssl-master/include/openssl/
A Dbn.h479 int BN_GF2m_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
/openssl-master/util/
A Dmissingcrypto.txt236 BN_GF2m_mod_mul(3)
A Dmissingcrypto111.txt258 BN_GF2m_mod_mul(3)
A Dlibcrypto.num77 BN_GF2m_mod_mul 79 3_0_0 EXIST::FUNCTION:EC2M
/openssl-master/
A DCHANGES.md10921 BN_GF2m_mod_mul [wrapper for BN_GF2m_mod_mul_arr]
10961 BN_GF2m_mod_mul(). The alternative algorithm is compiled in only

Completed in 39 milliseconds