Home
last modified time | relevance | path

Searched defs:bn_mont_ctx_st (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_local.h256 struct bn_mont_ctx_st { struct
257 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 only
263 BN_ULONG n0[2]; /* least significant word(s) of Ni; (type
266 int flags;
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Dbn_local.h249 struct bn_mont_ctx_st { struct
250 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 only
256 BN_ULONG n0[2]; /* least significant word(s) of Ni; (type
259 int flags;