Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Dbn_gf2m.c802 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 Dmissingcrypto.txt225 BN_GF2m_mod_div(3)
H A Dmissingcrypto111.txt252 BN_GF2m_mod_div(3)
H A Dlibcrypto.num2469 BN_GF2m_mod_div 2522 3_0_0 EXIST::FUNCTION:EC2M
/openssl/include/openssl/
H A Dbn.h493 int BN_GF2m_mod_div(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
/openssl/crypto/ec/
H A Dec2_smpl.c712 return BN_GF2m_mod_div(r, a, b, group->field, ctx); in ossl_ec_GF2m_simple_field_div()
/openssl/test/
H A Dbntest.c970 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 DCHANGES.md4124 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 67 milliseconds