Lines Matching refs:result
50 BN_add() adds I<a> and I<b> and places the result in I<r> (C<r=a+b>).
53 BN_sub() subtracts I<b> from I<a> and places the result in I<r> (C<r=a-b>).
56 BN_mul() multiplies I<a> and I<b> and places the result in I<r> (C<r=a*b>).
60 BN_sqr() takes the square of I<a> and places the result in I<r>
64 BN_div() divides I<a> by I<d> and places the result in I<dv> and the
67 The result is rounded towards zero; thus if I<a> is negative, the
77 result in I<r>.
80 nonnegative result in I<r>.
90 result in I<r>.
94 prime, otherwise an error or an incorrect "result" will be returned.
95 The result is stored into I<in> which can be NULL. The result will be
98 BN_exp() raises I<a> to the I<p>-th power and places the result in I<r>
108 places the result in I<r>. I<r> may be the same B<BIGNUM> as I<a> or
114 Unless noted otherwise, the result B<BIGNUM> must be different from
124 The BN_mod_sqrt() returns the result (possibly incorrect if I<p> is