Searched defs:bn_mont_ctx_st (Results 1 – 7 of 7) sorted by relevance
984 struct bn_mont_ctx_st { struct987 BIGNUM RR;990 BIGNUM N;991 BN_ULONG n0[2]; // least significant words of (R*Ri-1)/N
921 struct bn_mont_ctx_st { struct922 BIGNUM RR; // used to convert to montgomery form923 BIGNUM N; // The modulus924 BN_ULONG n0[2]; // least significant words of (R*Ri-1)/N
324 struct bn_mont_ctx_st { struct325 int ri; /* number of bits in R */326 BIGNUM RR; /* used to convert to montgomery form */327 BIGNUM N; /* The modulus */328 BIGNUM Ni; /* R*(1/R mod N) - N*Ni = 1 (Ni is only330 BN_ULONG n0[2]; /* least significant word(s) of Ni; (type333 int flags;