Searched refs:big_modexp (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/common/crypto/dsa/ |
H A D | dsa_impl.c | 158 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 D | dh_impl.c | 230 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 D | mapfile-cap | 46 big_modexp;
|
/illumos-gate/usr/src/common/crypto/rsa/ |
H A D | rsa_impl.c | 342 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 D | mapfile-cap | 52 big_modexp;
|
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/capabilities/intel/common/ |
H A D | mapfile-cap | 54 big_modexp;
|
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/common/ |
H A D | mapfile-vers | 98 big_modexp;
|
/illumos-gate/usr/src/common/bignum/ |
H A D | bignum.h | 141 BIG_ERR_CODE big_modexp(BIGNUM *result, BIGNUM *a, BIGNUM *e,
|
H A D | bignumimpl.c | 2384 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 D | emlxs_dhchap.c | 5667 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 D | pkcs11_spi.c | 2583 err = big_modexp(&y, &g, &x, &p, NULL); in compute_dsa_pubvalue()
|