Searched defs:bn_mont_ctx_st (Results 1 – 2 of 2) sorted by relevance
256 struct bn_mont_ctx_st { struct257 int ri; /* number of bits in R */258 BIGNUM RR; /* used to convert to montgomery form,260 BIGNUM N; /* The modulus */261 BIGNUM Ni; /* R*(1/R mod N) - N*Ni = 1 (Ni is only263 BN_ULONG n0[2]; /* least significant word(s) of Ni; (type266 int flags;
249 struct bn_mont_ctx_st { struct250 int ri; /* number of bits in R */251 BIGNUM RR; /* used to convert to montgomery form,253 BIGNUM N; /* The modulus */254 BIGNUM Ni; /* R*(1/R mod N) - N*Ni = 1 (Ni is only256 BN_ULONG n0[2]; /* least significant word(s) of Ni; (type259 int flags;