Searched defs:bn_mont_ctx_st (Results 1 – 1 of 1) sorted by relevance
839 struct bn_mont_ctx_st { struct840 BIGNUM RR; /* used to convert to montgomery form */841 BIGNUM N; /* The modulus */842 BN_ULONG n0[2]; /* least significant words of (R*Ri-1)/N */