Source position: mseopensslbignum.pas line 50
type BN_MONT_CTX = record
ri: cint;
RR: BIGNUM;
N: BIGNUM;
Ni: BIGNUM;
n0: BN_ULONG;
flags: cint;
end;