Searched refs:BN_GF2m_mod_div (Results 1 – 6 of 6) sorted by relevance
| /freebsd-9-stable/crypto/openssl/crypto/bn/ |
| D | bn_gf2m.c | 839 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()
|
| D | bntest.c | 1386 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()
|
| D | bn.h | 647 int BN_GF2m_mod_div(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
|
| /freebsd-9-stable/crypto/openssl/crypto/ec/ |
| D | ec2_smpl.c | 1034 return BN_GF2m_mod_div(r, a, b, &group->field, ctx); in ec_GF2m_simple_field_div()
|
| /freebsd-9-stable/crypto/openssl/util/ |
| D | libeay.num | 2989 BN_GF2m_mod_div 3420 EXIST::FUNCTION:
|
| /freebsd-9-stable/crypto/openssl/ |
| D | CHANGES | 2157 BN_GF2m_mod_div_arr [wrapper for BN_GF2m_mod_div] 2171 Two implementations for BN_GF2m_mod_div() are available.
|