Searched defs:bn_mont_ctx_st (Results 1 – 1 of 1) sorted by relevance
796 struct bn_mont_ctx_st { struct797 BIGNUM RR; /* used to convert to montgomery form */798 BIGNUM N; /* The modulus */799 BIGNUM Ni; /* R*(1/R mod N) - N*Ni = 1801 BN_ULONG n0[2]; /* least significant word(s) of Ni;803 int flags;804 int ri; /* number of bits in R */