Searched defs:bn_mont_ctx_st (Results 1 – 4 of 4) sorted by relevance
997 struct bn_mont_ctx_st { struct1000 BIGNUM RR;1003 BIGNUM N;1004 BN_ULONG n0[2]; // least significant words of (R*Ri-1)/N
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
378 class bn_mont_ctx_st(Structure): class