Searched refs:BN_sqr (Results 1 - 18 of 18) sorted by relevance

/external/openssl/crypto/bn/
H A Dbn_mod.c191 { if (!BN_sqr(t,a,ctx)) goto err; }
205 if (!BN_sqr(r, a, ctx)) return 0;
H A Dbn_recp.c115 { if (!BN_sqr(a,x,ctx)) goto err; }
H A Dbnspeed.c212 BN_sqr(r,a,ctx);
H A Dbn_sqr.c65 int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) function
72 fprintf(stderr,"BN_sqr %d * %d\n",a->top,a->top);
H A Dbn_mont.c157 if (!BN_sqr(tmp,a,ctx)) goto err;
H A Dbn.h455 int BN_sqr(BIGNUM *r, const BIGNUM *a,BN_CTX *ctx);
H A Dbn_exp.c161 if (!BN_sqr(v,v,ctx)) goto err;
H A Dbntest.c214 message(out,"BN_sqr");
691 BN_sqr(&c,&a,ctx);
/external/openssl/crypto/ec/
H A Decp_nist.c209 if (!BN_sqr(r, a, ctx)) goto err;
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Ddiv.c440 if (!BN_sqr(t, a, ctx)) {
461 if (!BN_sqr(r, a, ctx)) {
H A Dsqrt.c470 !BN_sqr(tmp, estimate, ctx) ||
H A Dmontgomery.c550 if (!BN_sqr(tmp, a, ctx)) {
H A Dexponentiation.c165 if (!BN_sqr(v, v, ctx)) {
368 if (!BN_sqr(a, x, ctx)) {
H A Dmul.c816 int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) { function
H A Dbn_test.c214 message(out, "BN_sqr");
667 BN_sqr(&c, &a, ctx);
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dbn.h376 /* BN_sqr sets |r| = |a|^2 (i.e. squares), where |r| may be the same pointer as
379 OPENSSL_EXPORT int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx);
/external/chromium_org/third_party/boringssl/src/crypto/rsa/
H A Drsa.c703 !BN_sqr(rem, p_plus_q, ctx) ||
/external/openssl/include/openssl/
H A Dbn.h455 int BN_sqr(BIGNUM *r, const BIGNUM *a,BN_CTX *ctx);

Completed in 3870 milliseconds