HomeSort by relevance Sort by last modified time
    Searched refs:BN_sqr (Results 1 - 10 of 10) sorted by null

  /external/openssl/crypto/bn/
bn_mod.c 191 { if (!BN_sqr(t,a,ctx)) goto err; }
205 if (!BN_sqr(r, a, ctx)) return 0;
bn_recp.c 115 { if (!BN_sqr(a,x,ctx)) goto err; }
bnspeed.c 212 BN_sqr(r,a,ctx);
bn_sqr.c 1 /* crypto/bn/bn_sqr.c */
65 int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx)
72 fprintf(stderr,"BN_sqr %d * %d\n",a->top,a->top);
bn_mont.c 157 if (!BN_sqr(tmp,a,ctx)) goto err;
bn.h 455 int BN_sqr(BIGNUM *r, const BIGNUM *a,BN_CTX *ctx);
    [all...]
bn_exp.c 161 if (!BN_sqr(v,v,ctx)) goto err;
bntest.c 214 message(out,"BN_sqr");
691 BN_sqr(&c,&a,ctx);
    [all...]
  /external/openssl/crypto/ec/
ecp_nist.c 208 if (!BN_sqr(r, a, ctx)) goto err;
  /external/openssl/include/openssl/
bn.h 455 int BN_sqr(BIGNUM *r, const BIGNUM *a,BN_CTX *ctx);
    [all...]

Completed in 218 milliseconds