Home
last modified time | relevance | path

Searched defs:n_rr (Results 1 – 2 of 2) 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
/illumos-gate/usr/src/common/bignum/
H A Dbignumimpl.c1842 BIGNUM *n_rr) in big_mont_conv()
2298 big_modexp_ext(BIGNUM *result, BIGNUM *a, BIGNUM *e, BIGNUM *n, BIGNUM *n_rr, in big_modexp_ext()
2384 big_modexp(BIGNUM *result, BIGNUM *a, BIGNUM *e, BIGNUM *n, BIGNUM *n_rr) in big_modexp()