Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/crypto/bn/
Dbn_gf2m.c839 int BN_GF2m_mod_div(BIGNUM *r, const BIGNUM *y, const BIGNUM *x, in BN_GF2m_mod_div() function
872 int BN_GF2m_mod_div(BIGNUM *r, const BIGNUM *y, const BIGNUM *x, in BN_GF2m_mod_div() function
975 ret = BN_GF2m_mod_div(r, yy, xx, field, ctx); in BN_GF2m_mod_div_arr()
Dbntest.c1386 BN_GF2m_mod_div(d, a, c, b[j], ctx); in test_gf2m_mod_div()
1388 BN_GF2m_mod_div(f, a, e, b[j], ctx); in test_gf2m_mod_div()
Dbn.h647 int BN_GF2m_mod_div(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
/freebsd-9-stable/crypto/openssl/crypto/ec/
Dec2_smpl.c1034 return BN_GF2m_mod_div(r, a, b, &group->field, ctx); in ec_GF2m_simple_field_div()
/freebsd-9-stable/crypto/openssl/util/
Dlibeay.num2989 BN_GF2m_mod_div 3420 EXIST::FUNCTION:
/freebsd-9-stable/crypto/openssl/
DCHANGES2157 BN_GF2m_mod_div_arr [wrapper for BN_GF2m_mod_div]
2171 Two implementations for BN_GF2m_mod_div() are available.