Searched refs:BN_GF2m_mod_div (Results 1 – 8 of 8) sorted by relevance
/openssl-master/crypto/bn/ |
A D | bn_gf2m.c | 799 int BN_GF2m_mod_div(BIGNUM *r, const BIGNUM *y, const BIGNUM *x, in BN_GF2m_mod_div() function 847 ret = BN_GF2m_mod_div(r, yy, xx, field, ctx); in BN_GF2m_mod_div_arr()
|
/openssl-master/include/openssl/ |
A D | bn.h | 486 int BN_GF2m_mod_div(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
|
/openssl-master/util/ |
A D | missingcrypto.txt | 230 BN_GF2m_mod_div(3)
|
A D | missingcrypto111.txt | 252 BN_GF2m_mod_div(3)
|
A D | libcrypto.num | 2469 BN_GF2m_mod_div 2522 3_0_0 EXIST::FUNCTION:EC2M
|
/openssl-master/crypto/ec/ |
A D | ec2_smpl.c | 712 return BN_GF2m_mod_div(r, a, b, group->field, ctx); in ossl_ec_GF2m_simple_field_div()
|
/openssl-master/test/ |
A D | bntest.c | 906 if (!(TEST_true(BN_GF2m_mod_div(d, a, c, b[j], ctx)) in test_gf2m_moddiv() 908 && TEST_true(BN_GF2m_mod_div(f, a, e, b[j], ctx)) in test_gf2m_moddiv()
|
/openssl-master/ |
A D | CHANGES.md | 2185 pending (OPENSSL_SUN_GF2M_DIV) BN_GF2m_mod_div implementation. 10945 BN_GF2m_mod_div_arr [wrapper for BN_GF2m_mod_div] 10959 Two implementations for BN_GF2m_mod_div() are available.
|
Completed in 43 milliseconds