[Overview][Constants][Types][Variables][Index] Reference for unit 'mseopensslrsa' (#msegui)

RSA

Declaration

Source position: mseopensslrsa.pas line 29

type RSA = record

  pad: cint;

  version: cint;

  meth: pRSA_METHOD;

  n: pBIGNUM;

  e: pBIGNUM;

  d: pBIGNUM;

  p: pBIGNUM;

  q: pBIGNUM;

  dmp1: pBIGNUM;

  dmq1: pBIGNUM;

  iqmp: pBIGNUM;

  ex_data: CRYPTO_EX_DATA;

  references: cint;

  flags: cint;

  _method_mod_n: pBN_MONT_CTX;

  _method_mod_p: pBN_MONT_CTX;

  _method_mod_q: pBN_MONT_CTX;

  bignum_data: ;

  blinding: pBN_BLINDING;

end;


Documentation generated on: 2021-05-13