Unit mseopensslrand
Uses
Classes, Interfaces, Objects and Records
Functions and Procedures
Types
Constants
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; |
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; |
Generated by PasDoc 0.16.0.