[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'mseopensslevp' (#msegui)

EVP_MD

Declaration

Source position: mseopensslevp.pas line 174

type EVP_MD = record

  _type: cint;

  pkey_type: cint;

  md_size: cint;

  init: pointer;

  update: pointer;

  final: pointer;

  sign: pointer;

  verify: pointer;

  required_pkey_type: array [0..4] of cint;

  block_size: cint;

  ctx_size: cint;

end;


Documentation generated on: 2021-05-13