Searched refs:BN_kronecker (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_kron.c63 int BN_kronecker(const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) function
H A Dexpspeed.c296 if (-2 == BN_kronecker(a,b,ctx)) goto err;
297 if (-2 == BN_kronecker(b,c,ctx)) goto err;
298 if (-2 == BN_kronecker(c,a,ctx)) goto err;
H A Dbn_sqrt.c231 r = BN_kronecker(y, q, ctx); /* here 'q' is |p| */
H A Dbn.h493 int BN_kronecker(const BIGNUM *a,const BIGNUM *b,BN_CTX *ctx); /* returns -2 for error */
H A Dbntest.c258 message(out,"BN_kronecker");
1667 /* We test BN_kronecker(a, b, ctx) just for b odd (Jacobi symbol).
1668 * In this case we know that if b is prime, then BN_kronecker(a, b, ctx)
1673 * don't want to test whether b is prime but whether BN_kronecker
1711 kronecker = BN_kronecker(a, b, ctx);
1713 /* we actually need BN_kronecker(a, |b|) */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_kron.c63 int BN_kronecker(const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) function
H A Dexpspeed.c312 if (-2 == BN_kronecker(a, b, ctx))
314 if (-2 == BN_kronecker(b, c, ctx))
316 if (-2 == BN_kronecker(c, a, ctx))
H A Dbn_sqrt.c244 r = BN_kronecker(y, q, ctx); /* here 'q' is |p| */
H A Dbn.h537 int BN_kronecker(const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx); /* returns
H A Dbntest.c278 message(out, "BN_kronecker");
1804 * We test BN_kronecker(a, b, ctx) just for b odd (Jacobi symbol). In
1805 * this case we know that if b is prime, then BN_kronecker(a, b, ctx) is
1810 * is prime but whether BN_kronecker works.)
1852 kronecker = BN_kronecker(a, b, ctx);
1855 /* we actually need BN_kronecker(a, |b|) */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_kron.c63 int BN_kronecker(const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) function
H A Dexpspeed.c312 if (-2 == BN_kronecker(a, b, ctx))
314 if (-2 == BN_kronecker(b, c, ctx))
316 if (-2 == BN_kronecker(c, a, ctx))
H A Dbn_sqrt.c244 r = BN_kronecker(y, q, ctx); /* here 'q' is |p| */
H A Dbn.h537 int BN_kronecker(const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx); /* returns
H A Dbntest.c278 message(out, "BN_kronecker");
1804 * We test BN_kronecker(a, b, ctx) just for b odd (Jacobi symbol). In
1805 * this case we know that if b is prime, then BN_kronecker(a, b, ctx) is
1810 * is prime but whether BN_kronecker works.)
1852 kronecker = BN_kronecker(a, b, ctx);
1855 /* we actually need BN_kronecker(a, |b|) */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Decp_oct.c174 kron = BN_kronecker(x, &group->field, ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Decp_oct.c174 kron = BN_kronecker(x, &group->field, ctx);
/netgear-R7000-V1.0.7.12_1.2.5/src/include/bcmcrypto/
H A Dbn.h447 int BN_kronecker(const BIGNUM *a,const BIGNUM *b,BN_CTX *ctx); /* returns -2 for error */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dbn.h493 int BN_kronecker(const BIGNUM *a,const BIGNUM *b,BN_CTX *ctx); /* returns -2 for error */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dbntest.c258 message(out,"BN_kronecker");
1667 /* We test BN_kronecker(a, b, ctx) just for b odd (Jacobi symbol).
1668 * In this case we know that if b is prime, then BN_kronecker(a, b, ctx)
1673 * don't want to test whether b is prime but whether BN_kronecker
1711 kronecker = BN_kronecker(a, b, ctx);
1713 /* we actually need BN_kronecker(a, |b|) */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Decp_smpl.c736 kron = BN_kronecker(x, &group->field, ctx);

Completed in 205 milliseconds