Home
last modified time | relevance | path

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

/external/openssl/crypto/bn/
Dbntest.c1202 BN_GF2m_mod_mul(e, a, c, b[j], ctx); in test_gf2m_mod_mul()
1220 BN_GF2m_mod_mul(g, f, c, b[j], ctx); in test_gf2m_mod_mul()
1221 BN_GF2m_mod_mul(h, d, c, b[j], ctx); in test_gf2m_mod_mul()
1269 BN_GF2m_mod_mul(d, a, d, b[j], ctx); in test_gf2m_mod_sqr()
1327 BN_GF2m_mod_mul(d, a, c, b[j], ctx); in test_gf2m_mod_inv()
1385 BN_GF2m_mod_mul(e, d, c, b[j], ctx); in test_gf2m_mod_div()
1450 BN_GF2m_mod_mul(e, e, f, b[j], ctx); in test_gf2m_mod_exp()
Dbn_gf2m.c439 int BN_GF2m_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *p, BN_CTX *ctx) in BN_GF2m_mod_mul() function
699 if (!BN_GF2m_mod_mul(r, y, xinv, p, ctx)) goto err; in BN_GF2m_mod_div()
Dbn.h642 int BN_GF2m_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
/external/openssl/include/openssl/
Dbn.h642 int BN_GF2m_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
/external/openssl/patches/
D0010-dsa_nonce.patch68 {ERR_FUNC(BN_F_BN_GF2M_MOD_MUL), "BN_GF2m_mod_mul"},