Searched refs:BN_GF2m_mod_div (Results 1 – 8 of 8) sorted by relevance
/openssl/crypto/bn/ |
H A D | bn_gf2m.c | 802 int BN_GF2m_mod_div(BIGNUM *r, const BIGNUM *y, const BIGNUM *x, in BN_GF2m_mod_div() function 850 ret = BN_GF2m_mod_div(r, yy, xx, field, ctx); in BN_GF2m_mod_div_arr()
|
/openssl/util/ |
H A D | missingcrypto.txt | 225 BN_GF2m_mod_div(3)
|
H A D | missingcrypto111.txt | 252 BN_GF2m_mod_div(3)
|
H A D | libcrypto.num | 2469 BN_GF2m_mod_div 2522 3_0_0 EXIST::FUNCTION:EC2M
|
/openssl/include/openssl/ |
H A D | bn.h | 493 int BN_GF2m_mod_div(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
|
/openssl/crypto/ec/ |
H 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/test/ |
H A D | bntest.c | 970 if (!(TEST_true(BN_GF2m_mod_div(d, a, c, b[j], ctx)) in test_gf2m_moddiv() 972 && TEST_true(BN_GF2m_mod_div(f, a, e, b[j], ctx)) in test_gf2m_moddiv()
|
/openssl/ |
H A D | CHANGES.md | 4124 pending (OPENSSL_SUN_GF2M_DIV) BN_GF2m_mod_div implementation. 12884 BN_GF2m_mod_div_arr [wrapper for BN_GF2m_mod_div] 12898 Two implementations for BN_GF2m_mod_div() are available.
|
Completed in 76 milliseconds