Source position: mseopensslbignum.pas line 63
type BN_RECP_CTX = record
N: BIGNUM;
Nr: BIGNUM;
num_bits: cint;
shift: cint;
flags: cint;
end;