Home
last modified time | relevance | path

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

/optee_test-3.20.0/host/openssl/include/openssl/
A Dbn.h324 struct bn_mont_ctx_st { struct
325 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 only
330 BN_ULONG n0[2]; /* least significant word(s) of Ni; (type
333 int flags;

Completed in 5 milliseconds