Searched refs:big_add (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/common/crypto/dsa/
H A Ddsa_impl.c372 if ((brv = big_add(&tmp, &tmp, &(dsakey.q))) != BIG_OK) {
382 if ((brv = big_add(&tmp1, &tmp1, &msg)) != BIG_OK) {
531 if (big_add(&tmp2, &tmp2, &(dsakey.q)) != BIG_OK) {
/illumos-gate/usr/src/common/crypto/rsa/
H A Drsa_impl.c268 (void) big_add(&a, &c, &big_Two);
304 if ((brv = big_add(&d, &d, &a)) != BIG_OK) {
318 if ((brv = big_add(&f, &f, &c)) != BIG_OK) {
/illumos-gate/usr/src/common/bignum/
H A Dbignum.h157 BIG_ERR_CODE big_add(BIGNUM *result, BIGNUM *aa, BIGNUM *bb);
H A Dbignumimpl.c714 big_add(BIGNUM *result, BIGNUM *aa, BIGNUM *bb) function
2434 if ((err = big_add(&tmp, &tmp, a)) != BIG_OK) {

Completed in 70 milliseconds