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

/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dmul.c579 int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) { function
/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 91 milliseconds