Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/capabilities/sun4v/common/
H A Dmapfile-cap47 big_modexp_crt;
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/capabilities/sun4u/common/
H A Dmapfile-cap53 big_modexp_crt;
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/capabilities/intel/common/
H A Dmapfile-cap55 big_modexp_crt;
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/common/
H A Dmapfile-vers99 big_modexp_crt;
/illumos-gate/usr/src/common/bignum/
H A Dbignum.h145 BIG_ERR_CODE big_modexp_crt(BIGNUM *result, BIGNUM *a, BIGNUM *dmodpminus1,
H A Dbignumimpl.c2491 big_modexp_crt(BIGNUM *result, BIGNUM *a, BIGNUM *dmodpminus1, in big_modexp_crt() function
/illumos-gate/usr/src/common/crypto/rsa/
H A Drsa_impl.c619 if (big_modexp_crt(&msg, &msg, &(rsakey.dmodpminus1), in rsa_decrypt()