Home
last modified time | relevance | path

Searched refs:big_add_abs (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/common/bignum/
H A Dbignumimpl.c508 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()
[all …]
H A Dbignum.h158 BIG_ERR_CODE big_add_abs(BIGNUM *result, BIGNUM *aa, BIGNUM *bb);