Home
last modified time | relevance | path

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

/external/openssl/crypto/bn/
Dbn_gf2m.c607 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()
Dbntest.c1384 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()
Dbn.h615 int BN_GF2m_mod_div(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
/external/openssl/crypto/ec/
Dec2_smpl.c1038 return BN_GF2m_mod_div(r, a, b, &group->field, ctx); in ec_GF2m_simple_field_div()
/external/openssl/include/openssl/
Dbn.h615 int BN_GF2m_mod_div(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,