Searched refs:big_div_pos (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/common/crypto/dsa/ |
H A D | dsa_impl.c | 346 if ((brv = big_div_pos(NULL, &(dsakey.k), &(dsakey.k), in dsa_sign() 358 if ((brv = big_div_pos(NULL, &(dsakey.r), &tmp, &(dsakey.q))) != in dsa_sign() 392 if ((brv = big_div_pos(NULL, &(dsakey.s), &tmp, &(dsakey.q))) != in dsa_sign() 541 if (big_div_pos(NULL, &tmp1, &tmp1, &(dsakey.q)) != BIG_OK) { in dsa_verify() 551 if (big_div_pos(NULL, &tmp2, &tmp2, &(dsakey.q)) != BIG_OK) { in dsa_verify() 573 if (big_div_pos(NULL, &tmp1, &tmp1, &(dsakey.p)) != BIG_OK) { in dsa_verify() 578 if (big_div_pos(NULL, &tmp1, &tmp1, &(dsakey.q)) != BIG_OK) { in dsa_verify()
|
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/capabilities/sun4v/common/ |
H A D | mapfile-cap | 40 big_div_pos;
|
/illumos-gate/usr/src/common/crypto/rsa/ |
H A D | rsa_impl.c | 325 if ((brv = big_div_pos(&a, &f, &d, &a)) != BIG_OK) { in generate_rsa_key() 330 if ((brv = big_div_pos(&a, &f, &d, &a)) != BIG_OK) { in generate_rsa_key() 339 if ((brv = big_div_pos(&a, &h, &h, &g)) != BIG_OK) { in generate_rsa_key()
|
/illumos-gate/usr/src/common/bignum/ |
H A D | bignumimpl.c | 1020 big_div_pos(BIGNUM *result, BIGNUM *remainder, BIGNUM *aa, BIGNUM *bb) in big_div_pos() function 1829 if ((err = big_div_pos(NULL, &rr, &rr, n)) != BIG_OK) { in big_mont_rr() 1863 if ((err = big_div_pos(NULL, &rr, &rr, n)) != BIG_OK) { in big_mont_conv() 2337 if ((err = big_div_pos(NULL, &ma, a, n)) != BIG_OK) { in big_modexp_ext() 2437 if ((err = big_div_pos(NULL, &ap, &tmp, p)) != BIG_OK) { in big_modexp_crt_ext() 2440 if ((err = big_div_pos(NULL, &aq, &tmp, q)) != BIG_OK) { in big_modexp_crt_ext() 2444 if ((err = big_div_pos(NULL, &ap, a, p)) != BIG_OK) { in big_modexp_crt_ext() 2447 if ((err = big_div_pos(NULL, &aq, a, q)) != BIG_OK) { in big_modexp_crt_ext() 2468 if ((err = big_div_pos(NULL, &aq, &tmp, q)) != BIG_OK) { in big_modexp_crt_ext() 2669 if ((err = big_div_pos(NULL, tmp2, m, n)) != BIG_OK) { in big_Jacobi_pos() [all …]
|
H A D | bignum.h | 153 BIG_ERR_CODE big_div_pos(BIGNUM *result, BIGNUM *remainder,
|
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/capabilities/sun4u/common/ |
H A D | mapfile-cap | 46 big_div_pos;
|
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/capabilities/intel/common/ |
H A D | mapfile-cap | 48 big_div_pos;
|
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/common/ |
H A D | mapfile-vers | 92 big_div_pos;
|