Unit mseopensslrand

Description

This item has no description.

Overview

Variables

RAND_seed: procedure(const buf: pointer; num: cint); cdecl;
RAND_add: procedure(const buf: pointer; num: cint; entropy: double); cdecl;
RAND_status: function: cint; cdecl;
RAND_file_name: function(buf: PCharacter; size_t: cardinal): PCharacter; cdecl;
RAND_load_file: function(const filename: PCharacter; max_bytes: clong): cint; cdecl;
RAND_write_file: function(const filename: PCharacter): cint; cdecl;
RAND_set_rand_engine: function(engine: pENGINE): cint; cdecl;
RAND_bytes: function(buf: pbyte; num: cint): cint; cdecl;
RAND_pseudo_bytes: function(buf: pbyte; num: cint): cint; cdecl;
RAND_egd: function(path: pchar): cint; cdecl;
RAND_set_rand_method: procedure(meth: pRAND_METHOD); cdecl;
RAND_get_rand_method: function(): pRAND_METHOD; cdecl;
RAND_SSLeay: function(): pRAND_METHOD; cdecl;
RAND_cleanup: procedure(); cdecl;

Description

Variables

RAND_seed: procedure(const buf: pointer; num: cint); cdecl;

This item has no description.

RAND_add: procedure(const buf: pointer; num: cint; entropy: double); cdecl;

This item has no description.

RAND_status: function: cint; cdecl;

This item has no description.

RAND_file_name: function(buf: PCharacter; size_t: cardinal): PCharacter; cdecl;

This item has no description.

RAND_load_file: function(const filename: PCharacter; max_bytes: clong): cint; cdecl;

This item has no description.

RAND_write_file: function(const filename: PCharacter): cint; cdecl;

This item has no description.

RAND_set_rand_engine: function(engine: pENGINE): cint; cdecl;

This item has no description.

RAND_bytes: function(buf: pbyte; num: cint): cint; cdecl;

This item has no description.

RAND_pseudo_bytes: function(buf: pbyte; num: cint): cint; cdecl;

This item has no description.

RAND_egd: function(path: pchar): cint; cdecl;

This item has no description.

RAND_set_rand_method: procedure(meth: pRAND_METHOD); cdecl;

This item has no description.

RAND_get_rand_method: function(): pRAND_METHOD; cdecl;

This item has no description.

RAND_SSLeay: function(): pRAND_METHOD; cdecl;

This item has no description.

RAND_cleanup: procedure(); cdecl;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.