Searched refs:BN_GF2m_mod_mul (Results 1 – 5 of 5) sorted by relevance
/external/openssl/crypto/bn/ |
D | bntest.c | 1202 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()
|
D | bn_gf2m.c | 439 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()
|
D | bn.h | 642 int BN_GF2m_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
|
/external/openssl/include/openssl/ |
D | bn.h | 642 int BN_GF2m_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
|
/external/openssl/patches/ |
D | 0010-dsa_nonce.patch | 68 {ERR_FUNC(BN_F_BN_GF2M_MOD_MUL), "BN_GF2m_mod_mul"},
|