Searched refs:BN_GF2m_mod_arr (Results 1 - 25 of 36) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/bn/
H A Dbn_gf2m.c262 int BN_GF2m_mod_arr(BIGNUM *r, const BIGNUM *a, const int p[]) function
356 * This function calls down to the BN_GF2m_mod_arr implementation; this wrapper
358 * BN_GF2m_mod_arr function.
374 ret = BN_GF2m_mod_arr(r, a, arr);
422 if (BN_GF2m_mod_arr(r, s, p))
480 if (!BN_GF2m_mod_arr(r, s, p)) goto err;
753 if (!BN_GF2m_mod_arr(u, a, p)) goto err;
882 if (!BN_GF2m_mod_arr(a, a_, p)) goto err;
912 if (!BN_GF2m_mod_arr(rho, rho, p)) goto err;
H A Dbn.h649 int BN_GF2m_mod_arr(BIGNUM *r, const BIGNUM *a, const int p[]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/bn/
H A Dbn_gf2m.c262 int BN_GF2m_mod_arr(BIGNUM *r, const BIGNUM *a, const int p[]) function
356 * This function calls down to the BN_GF2m_mod_arr implementation; this wrapper
358 * BN_GF2m_mod_arr function.
374 ret = BN_GF2m_mod_arr(r, a, arr);
422 if (BN_GF2m_mod_arr(r, s, p))
480 if (!BN_GF2m_mod_arr(r, s, p)) goto err;
753 if (!BN_GF2m_mod_arr(u, a, p)) goto err;
882 if (!BN_GF2m_mod_arr(a, a_, p)) goto err;
912 if (!BN_GF2m_mod_arr(rho, rho, p)) goto err;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/bn/
H A Dbn_gf2m.c262 int BN_GF2m_mod_arr(BIGNUM *r, const BIGNUM *a, const int p[]) function
356 * This function calls down to the BN_GF2m_mod_arr implementation; this wrapper
358 * BN_GF2m_mod_arr function.
374 ret = BN_GF2m_mod_arr(r, a, arr);
422 if (BN_GF2m_mod_arr(r, s, p))
480 if (!BN_GF2m_mod_arr(r, s, p)) goto err;
753 if (!BN_GF2m_mod_arr(u, a, p)) goto err;
882 if (!BN_GF2m_mod_arr(a, a_, p)) goto err;
912 if (!BN_GF2m_mod_arr(rho, rho, p)) goto err;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/bn/
H A Dbn_gf2m.c371 int BN_GF2m_mod_arr(BIGNUM *r, const BIGNUM *a, const int p[]) function
465 * This function calls down to the BN_GF2m_mod_arr implementation; this wrapper
467 * BN_GF2m_mod_arr function.
480 ret = BN_GF2m_mod_arr(r, a, arr);
528 if (BN_GF2m_mod_arr(r, s, p))
589 if (!BN_GF2m_mod_arr(r, s, p))
998 if (!BN_GF2m_mod_arr(u, a, p))
1134 if (!BN_GF2m_mod_arr(a, a_, p))
1166 if (!BN_GF2m_mod_arr(rho, rho, p))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/bn/
H A Dbn_gf2m.c371 int BN_GF2m_mod_arr(BIGNUM *r, const BIGNUM *a, const int p[]) function
465 * This function calls down to the BN_GF2m_mod_arr implementation; this wrapper
467 * BN_GF2m_mod_arr function.
480 ret = BN_GF2m_mod_arr(r, a, arr);
528 if (BN_GF2m_mod_arr(r, s, p))
589 if (!BN_GF2m_mod_arr(r, s, p))
998 if (!BN_GF2m_mod_arr(u, a, p))
1134 if (!BN_GF2m_mod_arr(a, a_, p))
1166 if (!BN_GF2m_mod_arr(rho, rho, p))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/bn/
H A Dbn_gf2m.c371 int BN_GF2m_mod_arr(BIGNUM *r, const BIGNUM *a, const int p[]) function
465 * This function calls down to the BN_GF2m_mod_arr implementation; this wrapper
467 * BN_GF2m_mod_arr function.
480 ret = BN_GF2m_mod_arr(r, a, arr);
528 if (BN_GF2m_mod_arr(r, s, p))
589 if (!BN_GF2m_mod_arr(r, s, p))
998 if (!BN_GF2m_mod_arr(u, a, p))
1134 if (!BN_GF2m_mod_arr(a, a_, p))
1166 if (!BN_GF2m_mod_arr(rho, rho, p))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/ec/
H A Dec2_smpl.c224 if (!BN_GF2m_mod_arr(&group->a, a, group->poly))
233 if (!BN_GF2m_mod_arr(&group->b, b, group->poly))
309 if (!BN_GF2m_mod_arr(b, &group->b, group->poly))
H A Dec2_oct.c120 if (!BN_GF2m_mod_arr(x, x_, group->poly))
H A Dec2_mult.c305 if (!BN_GF2m_mod_arr(x1, &point->X, group->poly))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/ec/
H A Dec2_smpl.c224 if (!BN_GF2m_mod_arr(&group->a, a, group->poly))
233 if (!BN_GF2m_mod_arr(&group->b, b, group->poly))
309 if (!BN_GF2m_mod_arr(b, &group->b, group->poly))
H A Dec2_oct.c120 if (!BN_GF2m_mod_arr(x, x_, group->poly))
H A Dec2_mult.c305 if (!BN_GF2m_mod_arr(x1, &point->X, group->poly))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/ec/
H A Dec2_smpl.c224 if (!BN_GF2m_mod_arr(&group->a, a, group->poly))
233 if (!BN_GF2m_mod_arr(&group->b, b, group->poly))
309 if (!BN_GF2m_mod_arr(b, &group->b, group->poly))
H A Dec2_oct.c120 if (!BN_GF2m_mod_arr(x, x_, group->poly))
H A Dec2_mult.c305 if (!BN_GF2m_mod_arr(x1, &point->X, group->poly))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/ec/
H A Dec2_smpl.c203 if (!BN_GF2m_mod_arr(&group->a, a, group->poly)) goto err;
208 if (!BN_GF2m_mod_arr(&group->b, b, group->poly)) goto err;
276 if (!BN_GF2m_mod_arr(b, &group->b, group->poly)) goto err;
450 if (!BN_GF2m_mod_arr(x, x_, group->poly)) goto err;
H A Dec2_mult.c256 if (!BN_GF2m_mod_arr(x1, &point->X, group->poly)) goto err; /* x1 = x */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/ec/
H A Dec2_smpl.c203 if (!BN_GF2m_mod_arr(&group->a, a, group->poly)) goto err;
208 if (!BN_GF2m_mod_arr(&group->b, b, group->poly)) goto err;
276 if (!BN_GF2m_mod_arr(b, &group->b, group->poly)) goto err;
450 if (!BN_GF2m_mod_arr(x, x_, group->poly)) goto err;
H A Dec2_mult.c256 if (!BN_GF2m_mod_arr(x1, &point->X, group->poly)) goto err; /* x1 = x */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/ec/
H A Dec2_smpl.c203 if (!BN_GF2m_mod_arr(&group->a, a, group->poly)) goto err;
208 if (!BN_GF2m_mod_arr(&group->b, b, group->poly)) goto err;
276 if (!BN_GF2m_mod_arr(b, &group->b, group->poly)) goto err;
450 if (!BN_GF2m_mod_arr(x, x_, group->poly)) goto err;
H A Dec2_mult.c256 if (!BN_GF2m_mod_arr(x1, &point->X, group->poly)) goto err; /* x1 = x */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/include/openssl/
H A Dbn.h680 int BN_GF2m_mod_arr(BIGNUM *r, const BIGNUM *a, const int p[]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/include/openssl/
H A Dbn.h649 int BN_GF2m_mod_arr(BIGNUM *r, const BIGNUM *a, const int p[]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/include/openssl/
H A Dbn.h649 int BN_GF2m_mod_arr(BIGNUM *r, const BIGNUM *a, const int p[]);

Completed in 214 milliseconds

12