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 D | mapfile-cap | 41 big_ext_gcd_pos;
|
/illumos-gate/usr/src/common/crypto/rsa/ |
H A D | rsa_impl.c | 256 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 D | mapfile-cap | 47 big_ext_gcd_pos;
|
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/capabilities/intel/common/ |
H A D | mapfile-cap | 49 big_ext_gcd_pos;
|
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/common/ |
H A D | mapfile-vers | 93 big_ext_gcd_pos;
|
/illumos-gate/usr/src/common/crypto/dsa/ |
H A D | dsa_impl.c | 365 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 D | bignum.h | 155 BIG_ERR_CODE big_ext_gcd_pos(BIGNUM *gcd, BIGNUM *cm, BIGNUM *ce,
|
H A D | bignumimpl.c | 3014 big_ext_gcd_pos(BIGNUM *gcd, BIGNUM *cm, BIGNUM *ce, BIGNUM *m, BIGNUM *e) in big_ext_gcd_pos() function
|