Searched refs:BN_GF2m_mod_mul (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dbntest.c274 message(out,"BN_GF2m_mod_mul");
1200 BN_GF2m_mod_mul(e, a, c, b[j], ctx);
1218 BN_GF2m_mod_mul(g, f, c, b[j], ctx);
1219 BN_GF2m_mod_mul(h, d, c, b[j], ctx);
1267 BN_GF2m_mod_mul(d, a, d, b[j], ctx);
1325 BN_GF2m_mod_mul(d, a, c, b[j], ctx);
1383 BN_GF2m_mod_mul(e, d, c, b[j], ctx);
1448 BN_GF2m_mod_mul(e, e, f, b[j], ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbntest.c274 message(out,"BN_GF2m_mod_mul");
1200 BN_GF2m_mod_mul(e, a, c, b[j], ctx);
1218 BN_GF2m_mod_mul(g, f, c, b[j], ctx);
1219 BN_GF2m_mod_mul(h, d, c, b[j], ctx);
1267 BN_GF2m_mod_mul(d, a, d, b[j], ctx);
1325 BN_GF2m_mod_mul(d, a, c, b[j], ctx);
1383 BN_GF2m_mod_mul(e, d, c, b[j], ctx);
1448 BN_GF2m_mod_mul(e, e, f, b[j], ctx);
H A Dbn_gf2m.c495 int BN_GF2m_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *p, BN_CTX *ctx) function
678 if (!BN_GF2m_mod_mul(r, y, xinv, p, ctx)) goto err;
H A Dbn.h582 int BN_GF2m_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbntest.c298 message(out, "BN_GF2m_mod_mul");
1354 BN_GF2m_mod_mul(e, a, c, b[j], ctx);
1371 BN_GF2m_mod_mul(g, f, c, b[j], ctx);
1372 BN_GF2m_mod_mul(h, d, c, b[j], ctx);
1418 BN_GF2m_mod_mul(d, a, d, b[j], ctx);
1472 BN_GF2m_mod_mul(d, a, c, b[j], ctx);
1526 BN_GF2m_mod_mul(e, d, c, b[j], ctx);
1587 BN_GF2m_mod_mul(e, e, f, b[j], ctx);
H A Dbn_gf2m.c544 int BN_GF2m_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, function
850 if (!BN_GF2m_mod_mul(r, y, xinv, p, ctx))
H A Dbn.h655 int BN_GF2m_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbntest.c298 message(out, "BN_GF2m_mod_mul");
1354 BN_GF2m_mod_mul(e, a, c, b[j], ctx);
1371 BN_GF2m_mod_mul(g, f, c, b[j], ctx);
1372 BN_GF2m_mod_mul(h, d, c, b[j], ctx);
1418 BN_GF2m_mod_mul(d, a, d, b[j], ctx);
1472 BN_GF2m_mod_mul(d, a, c, b[j], ctx);
1526 BN_GF2m_mod_mul(e, d, c, b[j], ctx);
1587 BN_GF2m_mod_mul(e, e, f, b[j], ctx);
H A Dbn_gf2m.c544 int BN_GF2m_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, function
850 if (!BN_GF2m_mod_mul(r, y, xinv, p, ctx))
H A Dbn.h655 int BN_GF2m_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dbn.h582 int BN_GF2m_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,

Completed in 131 milliseconds