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

/external/openssl/crypto/bn/
H A Dbn_mul.c943 int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) function
957 fprintf(stderr,"BN_mul %d * %d\n",a->top,b->top);

Completed in 80 milliseconds