Searched defs:bn_mont_ctx_st (Results 1 – 3 of 3) sorted by relevance
971 struct bn_mont_ctx_st { struct974 BIGNUM RR;977 BIGNUM N;978 BN_ULONG n0[2]; // least significant words of (R*Ri-1)/N
378 class bn_mont_ctx_st(Structure): class