Searched refs:BN_GF2m_mod_div (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/crypto/bn/ |
D | bn_gf2m.c | 790 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/ |
D | bn.h | 442 int BN_GF2m_mod_div(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
|
/third_party/openssl/crypto/ec/ |
D | ec2_smpl.c | 679 return BN_GF2m_mod_div(r, a, b, group->field, ctx); in ec_GF2m_simple_field_div()
|
/third_party/openssl/test/ |
D | bntest.c | 947 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/ |
D | libcrypto.num | 2555 BN_GF2m_mod_div 2522 1_1_0 EXIST::FUNCTION:EC2M
|
/third_party/openssl/ |
D | CHANGES | 877 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.
|