Searched refs:big_mul (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/common/crypto/dsa/ |
H A D | dsa_impl.c | 377 if ((brv = big_mul(&tmp1, &(dsakey.x), &(dsakey.r))) != BIG_OK) { in dsa_sign() 387 if ((brv = big_mul(&tmp, &tmp1, &tmp)) != BIG_OK) { in dsa_sign() 536 if (big_mul(&tmp1, &msg, &tmp2) != BIG_OK) { in dsa_verify() 546 if (big_mul(&tmp2, &tmp2, &(dsakey.r)) != BIG_OK) { in dsa_verify() 568 if (big_mul(&tmp1, &tmp1, &tmp2) != BIG_OK) { in dsa_verify()
|
/titanic_44/usr/src/lib/pkcs11/libsoftcrypto/capabilities/sun4v/common/ |
H A D | mapfile-cap | 48 big_mul;
|
/titanic_44/usr/src/lib/pkcs11/libsoftcrypto/capabilities/sun4u/common/ |
H A D | mapfile-cap | 54 big_mul;
|
/titanic_44/usr/src/common/bignum/ |
H A D | bignumimpl.c | 1555 big_mul(BIGNUM *result, BIGNUM *aa, BIGNUM *bb) in big_mul() function 1687 if ((err = big_mul(ret, a, b)) != BIG_OK) { in big_mont_mul() 2431 if ((err = big_mul(&tmp, p, q)) != BIG_OK) { in big_modexp_crt_ext() 2463 if ((err = big_mul(&tmp, &tmp, pinvmodq)) != BIG_OK) { in big_modexp_crt_ext() 2474 if ((err = big_mul(&tmp, &aq, p)) != BIG_OK) { in big_modexp_crt_ext() 2561 if ((err = big_mul(&prod, high, high)) != BIG_OK) { in big_sqrt_pos() 2574 if ((err = big_mul(&prod, mid, mid)) != BIG_OK) in big_sqrt_pos() 2738 if ((err = big_mul(&tmp, Lk, Lkminus1)) != BIG_OK) { in big_Lucas() 2747 if ((err = big_mul(&tmp, Lkminus1, Lkminus1)) != in big_Lucas() 2759 if ((err = big_mul(&tmp, Lk, Lk)) != BIG_OK) { in big_Lucas() [all …]
|
H A D | bignum.h | 159 BIG_ERR_CODE big_mul(BIGNUM *result, BIGNUM *aa, BIGNUM *bb);
|
/titanic_44/usr/src/lib/pkcs11/libsoftcrypto/capabilities/intel/common/ |
H A D | mapfile-cap | 56 big_mul;
|
/titanic_44/usr/src/lib/pkcs11/libsoftcrypto/common/ |
H A D | mapfile-vers | 68 big_mul;
|
/titanic_44/usr/src/common/crypto/rsa/ |
H A D | rsa_impl.c | 281 if ((brv = big_mul(&g, &b, &c)) != BIG_OK) { in generate_rsa_key() 292 if ((brv = big_mul(&a, &a, &d)) != BIG_OK) { in generate_rsa_key()
|
/titanic_44/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()
|