Searched refs:BN_GF2m_mod_div (Results 1 – 5 of 5) sorted by relevance
/external/openssl/crypto/bn/ |
D | bn_gf2m.c | 607 int BN_GF2m_mod_div(BIGNUM *r, const BIGNUM *y, const BIGNUM *x, const BIGNUM *p, BN_CTX *ctx) in BN_GF2m_mod_div() function 636 int BN_GF2m_mod_div(BIGNUM *r, const BIGNUM *y, const BIGNUM *x, const BIGNUM *p, BN_CTX *ctx) in BN_GF2m_mod_div() function 722 ret = BN_GF2m_mod_div(r, yy, xx, field, ctx); in BN_GF2m_mod_div_arr()
|
D | bntest.c | 1384 BN_GF2m_mod_div(d, a, c, b[j], ctx); in test_gf2m_mod_div() 1386 BN_GF2m_mod_div(f, a, e, b[j], ctx); in test_gf2m_mod_div()
|
D | bn.h | 615 int BN_GF2m_mod_div(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
|
/external/openssl/crypto/ec/ |
D | ec2_smpl.c | 1038 return BN_GF2m_mod_div(r, a, b, &group->field, ctx); in ec_GF2m_simple_field_div()
|
/external/openssl/include/openssl/ |
D | bn.h | 615 int BN_GF2m_mod_div(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
|