Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/crypto/bn/
HDbn_gf2m.c806 int BN_GF2m_mod_div(BIGNUM *r, const BIGNUM *y, const BIGNUM *x, in BN_GF2m_mod_div() function
854 ret = BN_GF2m_mod_div(r, yy, xx, field, ctx); in BN_GF2m_mod_div_arr()
/freebsd-14-stable/crypto/openssl/include/openssl/
HDbn.h486 int BN_GF2m_mod_div(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
/freebsd-14-stable/crypto/openssl/util/
HDmissingcrypto.txt228 BN_GF2m_mod_div(3)
HDmissingcrypto111.txt252 BN_GF2m_mod_div(3)
HDlibcrypto.num2469 BN_GF2m_mod_div 2522 3_0_0 EXIST::FUNCTION:EC2M
/freebsd-14-stable/crypto/openssl/crypto/ec/
HDec2_smpl.c712 return BN_GF2m_mod_div(r, a, b, group->field, ctx); in ossl_ec_GF2m_simple_field_div()
/freebsd-14-stable/crypto/openssl/test/
HDbntest.c951 if (!(TEST_true(BN_GF2m_mod_div(d, a, c, b[j], ctx)) in test_gf2m_moddiv()
953 && TEST_true(BN_GF2m_mod_div(f, a, e, b[j], ctx)) in test_gf2m_moddiv()
/freebsd-14-stable/secure/lib/libcrypto/
HDVersion.map434 BN_GF2m_mod_div;
/freebsd-14-stable/crypto/openssl/
HDCHANGES.md3149 pending (OPENSSL_SUN_GF2M_DIV) BN_GF2m_mod_div implementation.
11909 BN_GF2m_mod_div_arr [wrapper for BN_GF2m_mod_div]
11923 Two implementations for BN_GF2m_mod_div() are available.