Unit mseopenssldsa

Description

This item has no description.

Overview

Classes, Interfaces, Objects and Records

Name Description
Record DSA  

Types

pDSA = ˆDSA;

Variables

DSA_new: function: pDSA; cdecl;
DSA_free: procedure(r: pDSA); cdecl;
DSA_generate_parameters: function(bits: cint; seed: pointer; seed_len: cint;var counter_ret: cint; var h_ret: culong; progress: TProgressCallbackFunction; cb_arg: Pointer): pDSA; cdecl;
DSA_generate_key: function(a: pDSA): cint; cdecl;
d2i_DSAPrivateKey_bio: function(bp: pBIO; dsa: pDSA): pDSA; cdecl;
i2d_DSAPrivateKey_bio: function(bp: pBIO; dsa: pDSA): cint; cdecl;

Description

Types

pDSA = ˆDSA;

This item has no description.

Variables

DSA_new: function: pDSA; cdecl;

This item has no description.

DSA_free: procedure(r: pDSA); cdecl;

This item has no description.

DSA_generate_parameters: function(bits: cint; seed: pointer; seed_len: cint;var counter_ret: cint; var h_ret: culong; progress: TProgressCallbackFunction; cb_arg: Pointer): pDSA; cdecl;

This item has no description.

DSA_generate_key: function(a: pDSA): cint; cdecl;

This item has no description.

d2i_DSAPrivateKey_bio: function(bp: pBIO; dsa: pDSA): pDSA; cdecl;

This item has no description.

i2d_DSAPrivateKey_bio: function(bp: pBIO; dsa: pDSA): cint; cdecl;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.