Home
last modified time | relevance | path

Searched refs:big_sub_pos (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/common/bignum/
H A Dbignumimpl.c586 big_sub_pos(BIGNUM *result, BIGNUM *aa, BIGNUM *bb) in big_sub_pos() function
686 if ((err = big_sub_pos(result, aa, bb)) != BIG_OK) { in big_sub()
691 if ((err = big_sub_pos(result, bb, aa)) != BIG_OK) { in big_sub()
698 if ((err = big_sub_pos(result, aa, bb)) != BIG_OK) { in big_sub()
703 if ((err = big_sub_pos(result, bb, aa)) != BIG_OK) { in big_sub()
730 if ((err = big_sub_pos(result, aa, bb)) != BIG_OK) { in big_add()
735 if ((err = big_sub_pos(result, bb, aa)) != BIG_OK) { in big_add()
742 if ((err = big_sub_pos(result, aa, bb)) != BIG_OK) { in big_add()
747 if ((err = big_sub_pos(result, bb, aa)) != BIG_OK) { in big_add()
871 (void) big_sub_pos(&res1, &aa1, bb); in big_sub_pos_high()
[all …]
H A Dbignum.h164 BIG_ERR_CODE big_sub_pos(BIGNUM *result, BIGNUM *aa, BIGNUM *bb);
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/capabilities/sun4v/common/
H A Dmapfile-cap52 big_sub_pos;
/illumos-gate/usr/src/common/crypto/rsa/
H A Drsa_impl.c255 (void) big_sub_pos(&a, &b, &big_One); in generate_rsa_key()
289 (void) big_sub_pos(&a, &b, &big_One); in generate_rsa_key()
290 (void) big_sub_pos(&d, &c, &big_One); in generate_rsa_key()
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/capabilities/sun4u/common/
H A Dmapfile-cap58 big_sub_pos;
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/capabilities/intel/common/
H A Dmapfile-cap59 big_sub_pos;
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/common/
H A Dmapfile-vers104 big_sub_pos;