Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bn/
H A Dbn_gf2m.c805 int BN_GF2m_mod_div(BIGNUM *r, const BIGNUM *y, const BIGNUM *x, in BN_GF2m_mod_div() function
853 ret = BN_GF2m_mod_div(r, yy, xx, field, ctx); in BN_GF2m_mod_div_arr()
/freebsd/crypto/openssl/include/openssl/
H A Dbn.h486 int BN_GF2m_mod_div(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
/freebsd/crypto/openssl/util/
H A Dmissingcrypto.txt228 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
/freebsd/crypto/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()
/freebsd/crypto/openssl/test/
H A Dbntest.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/secure/lib/libcrypto/
H A DVersion.map434 BN_GF2m_mod_div;