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

  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
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);
  /external/openssl/crypto/bn/
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);

Completed in 47 milliseconds