Home
last modified time | relevance | path

Searched refs:BN_GF2m_mod_div (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/crypto/bn/
Dbn_gf2m.c790 int BN_GF2m_mod_div(BIGNUM *r, const BIGNUM *y, const BIGNUM *x, in BN_GF2m_mod_div() function
838 ret = BN_GF2m_mod_div(r, yy, xx, field, ctx); in BN_GF2m_mod_div_arr()
/third_party/openssl/include/openssl/
Dbn.h442 int BN_GF2m_mod_div(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
/third_party/openssl/crypto/ec/
Dec2_smpl.c679 return BN_GF2m_mod_div(r, a, b, group->field, ctx); in ec_GF2m_simple_field_div()
/third_party/openssl/test/
Dbntest.c947 if (!(TEST_true(BN_GF2m_mod_div(d, a, c, b[j], ctx)) in test_gf2m_moddiv()
949 && TEST_true(BN_GF2m_mod_div(f, a, e, b[j], ctx)) in test_gf2m_moddiv()
/third_party/openssl/util/
Dlibcrypto.num2555 BN_GF2m_mod_div 2522 1_1_0 EXIST::FUNCTION:EC2M
/third_party/openssl/
DCHANGES877 pending (OPENSSL_SUN_GF2M_DIV) BN_GF2m_mod_div implementation.
6893 BN_GF2m_mod_div_arr [wrapper for BN_GF2m_mod_div]
6907 Two implementations for BN_GF2m_mod_div() are available.