Home
last modified time | relevance | path

Searched refs:big_modexp (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/common/crypto/dsa/
H A Ddsa_impl.c158 if ((err = big_modexp(&(key->y), &(key->g), (&key->x), (&key->p), in generate_dsa_key()
352 if ((brv = big_modexp(&tmp, &(dsakey.g), &(dsakey.k), &(dsakey.p), in dsa_sign()
556 if (big_modexp(&tmp1, &(dsakey.g), &tmp1, &(dsakey.p), NULL) != in dsa_verify()
562 if (big_modexp(&tmp2, &(dsakey.y), &tmp2, &(dsakey.p), NULL) != in dsa_verify()
/illumos-gate/usr/src/common/crypto/dh/
H A Ddh_impl.c230 if ((brv = big_modexp(&(dhkey.y), &(dhkey.g), &(dhkey.x), in dh_genkey_pair()
322 if ((brv = big_modexp(&(dhkey.g), &(dhkey.y), &(dhkey.x), in dh_key_derive()
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/capabilities/sun4v/common/
H A Dmapfile-cap46 big_modexp;
/illumos-gate/usr/src/common/crypto/rsa/
H A Drsa_impl.c342 if ((brv = big_modexp(&a, &h, &d, &g, NULL)) != BIG_OK) { in generate_rsa_key()
346 if ((brv = big_modexp(&b, &a, &e, &g, NULL)) != BIG_OK) { in generate_rsa_key()
535 if (big_modexp(&msg, &msg, &(rsakey.e), &(rsakey.n), NULL) != in rsa_encrypt()
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/capabilities/sun4u/common/
H A Dmapfile-cap52 big_modexp;
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/capabilities/intel/common/
H A Dmapfile-cap54 big_modexp;
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/common/
H A Dmapfile-vers98 big_modexp;
/illumos-gate/usr/src/common/bignum/
H A Dbignum.h141 BIG_ERR_CODE big_modexp(BIGNUM *result, BIGNUM *a, BIGNUM *e,
H A Dbignumimpl.c2384 big_modexp(BIGNUM *result, BIGNUM *a, BIGNUM *e, BIGNUM *n, BIGNUM *n_rr) in big_modexp() function
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c5667 if (big_modexp(&result, &a, &e, &n, NULL) != BIG_OK) { in emlxs_BIGNUM_get_pubkey()
5723 if (big_modexp(&result1, &g, &e, &n, NULL) != BIG_OK) { in emlxs_BIGNUM_get_pubkey()
5868 if (big_modexp(&result1, &g, &e, &n, NULL) != BIG_OK) { in emlxs_BIGNUM_get_dhval()
6016 if (big_modexp(&result, &a, &e, &n, NULL) != BIG_OK) { in emlxs_BIGNUM_pubkey()
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c2583 err = big_modexp(&y, &g, &x, &p, NULL); in compute_dsa_pubvalue()