Home | History | Annotate | Download | only in openssl

Lines Matching full:bn_mul

409 /* BN_mul sets |r| = |a| * |b|, where |r| may be the same pointer as |a| or
411 OPENSSL_EXPORT int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
420 * BN_mul(r, a, a, ctx). */