Searched refs:big_modexp (Results 1 - 7 of 7) 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),
352 if ((brv = big_modexp(&tmp, &(dsakey.g), &(dsakey.k), &(dsakey.p),
556 if (big_modexp(&tmp1, &(dsakey.g), &tmp1, &(dsakey.p), NULL) !=
562 if (big_modexp(&tmp2, &(dsakey.y), &tmp2, &(dsakey.p), NULL) !=
/illumos-gate/usr/src/common/crypto/dh/
H A Ddh_impl.c230 if ((brv = big_modexp(&(dhkey.y), &(dhkey.g), &(dhkey.x),
322 if ((brv = big_modexp(&(dhkey.g), &(dhkey.y), &(dhkey.x),
/illumos-gate/usr/src/common/crypto/rsa/
H A Drsa_impl.c342 if ((brv = big_modexp(&a, &h, &d, &g, NULL)) != BIG_OK) {
346 if ((brv = big_modexp(&b, &a, &e, &g, NULL)) != BIG_OK) {
535 if (big_modexp(&msg, &msg, &(rsakey.e), &(rsakey.n), NULL) !=
/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) 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) {
5669 "BIGNUM_get_pubkey: big_modexp result error");
5723 if (big_modexp(&result1, &g, &e, &n, NULL) != BIG_OK) {
5725 "BIGNUM_get_pubkey: big_modexp result1 error");
5868 if (big_modexp(&result1, &g, &e, &n, NULL) != BIG_OK) {
5870 "BIGNUM_get_dhval: big_modexp result1 error");
6016 if (big_modexp(&result, &a, &e, &n, NULL) != BIG_OK) {
6018 "BIGNUM_pubkey: big_modexp result error");
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c2583 err = big_modexp(&y, &g, &x, &p, NULL);

Completed in 95 milliseconds