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

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

Completed in 69 milliseconds