Home | History | Annotate | Download | only in openssl

Lines Matching full:bn_add

384 /* BN_add sets |r| = |a| + |b|, where |r| may be the same pointer as either |a|
386 OPENSSL_EXPORT int BN_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);