Searched refs:big_cmp_abs (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/common/crypto/rsa/ |
H A D | rsa_impl.c | 259 if (big_cmp_abs(&f, &big_One) != 0) { in generate_rsa_key() 273 if (big_cmp_abs(&a, &b) == 0) { in generate_rsa_key() 298 if (big_cmp_abs(&f, &big_One) != 0) { in generate_rsa_key() 350 if (big_cmp_abs(&b, &h) != 0) { in generate_rsa_key() 529 if (big_cmp_abs(&msg, &(rsakey.n)) > 0) { in rsa_encrypt() 596 if (big_cmp_abs(&msg, &(rsakey.n)) > 0) { in rsa_decrypt() 611 if ((big_cmp_abs(&(rsakey.dmodpminus1), &(rsakey.p)) > 0) || in rsa_decrypt() 612 (big_cmp_abs(&(rsakey.dmodqminus1), &(rsakey.q)) > 0) || in rsa_decrypt() 613 (big_cmp_abs(&(rsakey.pinvmodq), &(rsakey.q)) > 0)) { in rsa_decrypt()
|
/illumos-gate/usr/src/common/bignum/ |
H A D | bignumimpl.c | 638 big_cmp_abs(BIGNUM *aa, BIGNUM *bb) in big_cmp_abs() function 685 if (big_cmp_abs(aa, bb) >= 0) { in big_sub() 697 if (big_cmp_abs(aa, bb) >= 0) { in big_sub() 729 if (big_cmp_abs(aa, bb) >= 0) { in big_add() 741 if (big_cmp_abs(aa, bb) >= 0) { in big_add() 897 return (big_cmp_abs(&aa1, bb)); in big_cmp_abs_high() 1049 if (big_cmp_abs(aa, bb) < 0) { in big_div_pos() 1566 diff = big_cmp_abs(aa, bb); in big_mul() 2336 if (big_cmp_abs(a, n) > 0) { in big_modexp_ext() 2564 diff = big_cmp_abs(&prod, n); in big_sqrt_pos() [all …]
|
H A D | bignum.h | 151 int big_cmp_abs(BIGNUM *a, BIGNUM *b);
|
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/capabilities/sun4v/common/ |
H A D | mapfile-cap | 38 big_cmp_abs;
|
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/capabilities/sun4u/common/ |
H A D | mapfile-cap | 44 big_cmp_abs;
|
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/capabilities/intel/common/ |
H A D | mapfile-cap | 46 big_cmp_abs;
|
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/common/ |
H A D | mapfile-vers | 90 big_cmp_abs;
|
/illumos-gate/usr/src/common/crypto/dsa/ |
H A D | dsa_impl.c | 156 } while (big_cmp_abs(&(key->x), &(key->q)) > 0); in generate_dsa_key() 583 if (big_cmp_abs(&tmp1, &(dsakey.r)) == 0) in dsa_verify()
|
/illumos-gate/usr/src/common/crypto/dh/ |
H A D | dh_impl.c | 173 if (big_cmp_abs(&(dhkey.g), &(dhkey.p)) >= 0) { in dh_genkey_pair()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_dhchap.c | 5657 if (big_cmp_abs(&a, &n) > 0) { in emlxs_BIGNUM_get_pubkey() 6009 if (big_cmp_abs(&a, &n) > 0) { in emlxs_BIGNUM_pubkey()
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softAttributeUtil.c | 2328 if (big_cmp_abs(&x, &q) > 0) {
|