Searched refs:big_mul (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/common/crypto/dsa/ |
H A D | dsa_impl.c | 377 if ((brv = big_mul(&tmp1, &(dsakey.x), &(dsakey.r))) != BIG_OK) { 387 if ((brv = big_mul(&tmp, &tmp1, &tmp)) != BIG_OK) { 536 if (big_mul(&tmp1, &msg, &tmp2) != BIG_OK) { 546 if (big_mul(&tmp2, &tmp2, &(dsakey.r)) != BIG_OK) { 568 if (big_mul(&tmp1, &tmp1, &tmp2) != BIG_OK) {
|
/illumos-gate/usr/src/common/bignum/ |
H A D | bignumimpl.c | 40 * functions to implement big_mul. Those functions are: big_mul_set_vec, 1555 big_mul(BIGNUM *result, BIGNUM *aa, BIGNUM *bb) function 1687 if ((err = big_mul(ret, a, b)) != BIG_OK) { 2431 if ((err = big_mul(&tmp, p, q)) != BIG_OK) { 2463 if ((err = big_mul(&tmp, &tmp, pinvmodq)) != BIG_OK) { 2474 if ((err = big_mul(&tmp, &aq, p)) != BIG_OK) { 2561 if ((err = big_mul(&prod, high, high)) != BIG_OK) { 2574 if ((err = big_mul(&prod, mid, mid)) != BIG_OK) 2738 if ((err = big_mul(&tmp, Lk, Lkminus1)) != BIG_OK) { 2747 if ((err = big_mul( [all...] |
H A D | bignum.h | 159 BIG_ERR_CODE big_mul(BIGNUM *result, BIGNUM *aa, BIGNUM *bb);
|
/illumos-gate/usr/src/common/crypto/rsa/ |
H A D | rsa_impl.c | 281 if ((brv = big_mul(&g, &b, &c)) != BIG_OK) { 292 if ((brv = big_mul(&a, &a, &d)) != BIG_OK) {
|
/illumos-gate/usr/src/common/bignum/i386/ |
H A D | bignum_i386_asm.s | 884 / numbers of 1 or 2 digits. big_mul() just uses the ordinary big_mul_vec()
|
Completed in 88 milliseconds