Searched refs:big_add_abs (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/common/bignum/ |
H A D | bignumimpl.c | 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() [all …]
|
H A D | bignum.h | 158 BIG_ERR_CODE big_add_abs(BIGNUM *result, BIGNUM *aa, BIGNUM *bb);
|