Searched refs:n_rr (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/common/crypto/rsa/
H A Drsa_impl.h96 BIGNUM n_rr; /* 2^(2*(32*n->len)) mod n */ member in struct:__anon1966
H A Drsa_impl.c138 if ((err = big_init(&(key->n_rr), nlen)) != BIG_OK)
170 big_finish(&(key->n_rr));
/illumos-gate/usr/src/common/bignum/
H A Dbignum.h142 BIGNUM *n, BIGNUM *n_rr);
144 BIGNUM *n, BIGNUM *n_rr, big_modexp_ncp_info_t *info);
H A Dbignumimpl.c1842 BIGNUM *n_rr)
1857 if (n_rr == NULL) {
1866 n_rr = &rr;
1869 if ((err = big_mont_mul(&rr, n_rr, a, n, n0)) != BIG_OK) {
2298 big_modexp_ext(BIGNUM *result, BIGNUM *a, BIGNUM *e, BIGNUM *n, BIGNUM *n_rr, argument
2323 if (n_rr == NULL) {
2331 n_rr = &rr;
2340 err = big_mont_conv(&ma, &ma, n, n0, n_rr);
2342 err = big_mont_conv(&ma, a, n, n0, n_rr);
2350 if ((err = big_mont_conv(&tmp, &tmp, n, n0, n_rr)) !
1841 big_mont_conv(BIGNUM *result, BIGNUM *a, BIGNUM *n, BIG_CHUNK_TYPE n0, BIGNUM *n_rr) argument
2384 big_modexp(BIGNUM *result, BIGNUM *a, BIGNUM *e, BIGNUM *n, BIGNUM *n_rr) argument
[all...]

Completed in 75 milliseconds