HomeSort by relevance Sort by last modified time
    Searched refs:BN_GF2m_mod_mul (Results 1 - 4 of 4) sorted by null

  /external/openssl/crypto/bn/
bntest.c 274 message(out,"BN_GF2m_mod_mul");
1202 BN_GF2m_mod_mul(e, a, c, b[j], ctx);
1220 BN_GF2m_mod_mul(g, f, c, b[j], ctx);
1221 BN_GF2m_mod_mul(h, d, c, b[j], ctx);
1269 BN_GF2m_mod_mul(d, a, d, b[j], ctx);
1327 BN_GF2m_mod_mul(d, a, c, b[j], ctx);
1385 BN_GF2m_mod_mul(e, d, c, b[j], ctx);
1450 BN_GF2m_mod_mul(e, e, f, b[j], ctx);
    [all...]
bn_gf2m.c 439 int BN_GF2m_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *p, BN_CTX *ctx)
699 if (!BN_GF2m_mod_mul(r, y, xinv, p, ctx)) goto err;
bn.h 640 int BN_GF2m_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
    [all...]
  /external/openssl/include/openssl/
bn.h 640 int BN_GF2m_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
    [all...]

Completed in 26 milliseconds