Lines Matching refs:big_add_abs
508 big_add_abs(BIGNUM *result, BIGNUM *aa, BIGNUM *bb) in big_add_abs() function
675 if ((err = big_add_abs(result, aa, bb)) != BIG_OK) { in big_sub()
680 if ((err = big_add_abs(result, aa, bb)) != BIG_OK) { in big_sub()
719 if ((err = big_add_abs(result, aa, bb)) != BIG_OK) { in big_add()
724 if ((err = big_add_abs(result, aa, bb)) != BIG_OK) { in big_add()
2477 err = big_add_abs(result, &ap, &tmp); in big_modexp_crt_ext()
2572 (void) big_add_abs(mid, high, low); in big_sqrt_pos()
2741 (void) big_add_abs(&tmp, &tmp, n); in big_Lucas()
2751 (void) big_add_abs(&tmp, &tmp, n); in big_Lucas()
2762 (void) big_add_abs(&tmp, &tmp, n); in big_Lucas()
2879 (void) big_add_abs(&o, &o, &big_One); in big_isprime_pos_ext()
2889 (void) big_add_abs(&tmp, n, &big_One); in big_isprime_pos_ext()
2971 if ((err = big_add_abs(result, result, &big_Two)) != in big_nextprime_pos_ext()
3002 if ((err = big_add_abs(result, result, &big_Two)) != BIG_OK) in big_nextprime_pos_slow()