Searched refs:big_add (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/lib/pkcs11/libsoftcrypto/capabilities/sun4v/common/ |
H A D | mapfile-cap | 36 big_add;
|
/titanic_44/usr/src/lib/pkcs11/libsoftcrypto/capabilities/sun4u/common/ |
H A D | mapfile-cap | 42 big_add;
|
/titanic_44/usr/src/common/crypto/dsa/ |
H A D | dsa_impl.c | 372 if ((brv = big_add(&tmp, &tmp, &(dsakey.q))) != BIG_OK) { in dsa_sign() 382 if ((brv = big_add(&tmp1, &tmp1, &msg)) != BIG_OK) { in dsa_sign() 531 if (big_add(&tmp2, &tmp2, &(dsakey.q)) != BIG_OK) { in dsa_verify()
|
/titanic_44/usr/src/common/crypto/rsa/ |
H A D | rsa_impl.c | 268 (void) big_add(&a, &c, &big_Two); in generate_rsa_key() 304 if ((brv = big_add(&d, &d, &a)) != BIG_OK) { in generate_rsa_key() 318 if ((brv = big_add(&f, &f, &c)) != BIG_OK) { in generate_rsa_key()
|
/titanic_44/usr/src/lib/pkcs11/libsoftcrypto/capabilities/intel/common/ |
H A D | mapfile-cap | 44 big_add;
|
/titanic_44/usr/src/lib/pkcs11/libsoftcrypto/common/ |
H A D | mapfile-vers | 56 big_add;
|
/titanic_44/usr/src/common/bignum/ |
H A D | bignum.h | 157 BIG_ERR_CODE big_add(BIGNUM *result, BIGNUM *aa, BIGNUM *bb);
|
H A D | bignumimpl.c | 714 big_add(BIGNUM *result, BIGNUM *aa, BIGNUM *bb) in big_add() function 2434 if ((err = big_add(&tmp, &tmp, a)) != BIG_OK) { in big_modexp_crt_ext()
|