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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_gf2m.c579 int BN_GF2m_mod_inv(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) function
637 * This function calls down to the BN_GF2m_mod_inv implementation; this wrapper
639 * BN_GF2m_mod_inv function.
651 ret = BN_GF2m_mod_inv(r, xx, field, ctx);
677 if (!BN_GF2m_mod_inv(xinv, x, p, ctx)) goto err;
H A Dbn.h586 int BN_GF2m_mod_inv(BIGNUM *r, const BIGNUM *b, const BIGNUM *p,
H A Dbntest.c282 message(out,"BN_GF2m_mod_inv");
1324 BN_GF2m_mod_inv(c, a, b[j], ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_gf2m.c633 int BN_GF2m_mod_inv(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) function
803 * This function calls down to the BN_GF2m_mod_inv implementation; this
805 * use the BN_GF2m_mod_inv function.
820 ret = BN_GF2m_mod_inv(r, xx, field, ctx);
848 if (!BN_GF2m_mod_inv(xinv, x, p, ctx))
H A Dbn.h660 int BN_GF2m_mod_inv(BIGNUM *r, const BIGNUM *b, const BIGNUM *p, BN_CTX *ctx);
H A Dbntest.c308 message(out, "BN_GF2m_mod_inv");
1471 BN_GF2m_mod_inv(c, a, b[j], ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_gf2m.c633 int BN_GF2m_mod_inv(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) function
803 * This function calls down to the BN_GF2m_mod_inv implementation; this
805 * use the BN_GF2m_mod_inv function.
820 ret = BN_GF2m_mod_inv(r, xx, field, ctx);
848 if (!BN_GF2m_mod_inv(xinv, x, p, ctx))
H A Dbn.h660 int BN_GF2m_mod_inv(BIGNUM *r, const BIGNUM *b, const BIGNUM *p, BN_CTX *ctx);
H A Dbntest.c308 message(out, "BN_GF2m_mod_inv");
1471 BN_GF2m_mod_inv(c, a, b[j], ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dbn.h586 int BN_GF2m_mod_inv(BIGNUM *r, const BIGNUM *b, const BIGNUM *p,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dbntest.c282 message(out,"BN_GF2m_mod_inv");
1324 BN_GF2m_mod_inv(c, a, b[j], ctx);

Completed in 103 milliseconds