Home
last modified time | relevance | path

Searched refs:big_ext_gcd_pos (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/capabilities/sun4v/common/
H A Dmapfile-cap41 big_ext_gcd_pos;
/illumos-gate/usr/src/common/crypto/rsa/
H A Drsa_impl.c256 if ((brv = big_ext_gcd_pos(&f, &d, &g, pubexp, &a)) != BIG_OK) { in generate_rsa_key()
295 if ((brv = big_ext_gcd_pos(&f, &d, &h, pubexp, &a)) != BIG_OK) { in generate_rsa_key()
314 if ((brv = big_ext_gcd_pos(&a, &f, &h, &b, &c)) != BIG_OK) { in generate_rsa_key()
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/capabilities/sun4u/common/
H A Dmapfile-cap47 big_ext_gcd_pos;
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/capabilities/intel/common/
H A Dmapfile-cap49 big_ext_gcd_pos;
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/common/
H A Dmapfile-vers93 big_ext_gcd_pos;
/illumos-gate/usr/src/common/crypto/dsa/
H A Ddsa_impl.c365 if ((brv = big_ext_gcd_pos(NULL, NULL, &tmp, &(dsakey.q), in dsa_sign()
524 if (big_ext_gcd_pos(NULL, &tmp2, NULL, &(dsakey.s), &(dsakey.q)) != in dsa_verify()
/illumos-gate/usr/src/common/bignum/
H A Dbignum.h155 BIG_ERR_CODE big_ext_gcd_pos(BIGNUM *gcd, BIGNUM *cm, BIGNUM *ce,
H A Dbignumimpl.c3014 big_ext_gcd_pos(BIGNUM *gcd, BIGNUM *cm, BIGNUM *ce, BIGNUM *m, BIGNUM *e) in big_ext_gcd_pos() function