Unit mseopensslasn

Description

 

Overview

Classes, Interfaces, Objects and Records

Name Description
Record ASN1_STRING  

Types

pASN1_OBJECT = pointer;
pASN1_STRING = ˆASN1_STRING;
pASN1_IA5STRING = pASN1_STRING;
pASN1_ENUMERATED = pASN1_STRING;
pASN1_TIME = pASN1_STRING;
pASN1_OCTET_STRING = pASN1_STRING;

Variables

ASN1_UTCTIME_New: function(): PASN1_UTCTIME; cdecl;
ASN1_UTCTIME_Free: procedure(a: PASN1_UTCTIME); cdecl;
ASN1_INTEGER_Set: function(a: PASN1_INTEGER; v: cint): cint; cdecl;
ASN1_IA5STRING_new: function: pASN1_IA5STRING; cdecl;
ASN1_INTEGER_free: procedure(x: pASN1_IA5STRING); cdecl;
ASN1_INTEGER_get: function(a: pointer): clong; cdecl;
ASN1_STRING_set_default_mask: procedure(mask: cardinal); cdecl;
ASN1_STRING_get_default_mask: function: cardinal; cdecl;
ASN1_TIME_print: function(fp: pBIO; a: pASN1_TIME): cint; cdecl;
i2d_ASN1_TIME: function(a: pASN1_TIME; pp: PCharacter): cint; cdecl;
d2i_ASN1_TIME: function(var a: pASN1_TIME; pp: PCharacter; length: clong): pASN1_TIME; cdecl;
i2a_ASN1_INTEGER: function(bp: pBIO; a: pASN1_INTEGER): cint; cdecl;
a2i_ASN1_INTEGER: function(bp: pBIO; bs: pASN1_INTEGER; buf: PCharacter; size: cint): cint; cdecl;

Description

Types

pASN1_OBJECT = pointer;
 
pASN1_STRING = ˆASN1_STRING;
 
pASN1_IA5STRING = pASN1_STRING;
 
pASN1_ENUMERATED = pASN1_STRING;
 
pASN1_TIME = pASN1_STRING;
 
pASN1_OCTET_STRING = pASN1_STRING;
 

Variables

ASN1_UTCTIME_New: function(): PASN1_UTCTIME; cdecl;
 
ASN1_UTCTIME_Free: procedure(a: PASN1_UTCTIME); cdecl;
 
ASN1_INTEGER_Set: function(a: PASN1_INTEGER; v: cint): cint; cdecl;
 
ASN1_IA5STRING_new: function: pASN1_IA5STRING; cdecl;
 
ASN1_INTEGER_free: procedure(x: pASN1_IA5STRING); cdecl;
 
ASN1_INTEGER_get: function(a: pointer): clong; cdecl;
 
ASN1_STRING_set_default_mask: procedure(mask: cardinal); cdecl;
 
ASN1_STRING_get_default_mask: function: cardinal; cdecl;
 
ASN1_TIME_print: function(fp: pBIO; a: pASN1_TIME): cint; cdecl;
 
i2d_ASN1_TIME: function(a: pASN1_TIME; pp: PCharacter): cint; cdecl;
 
d2i_ASN1_TIME: function(var a: pASN1_TIME; pp: PCharacter; length: clong): pASN1_TIME; cdecl;
 
i2a_ASN1_INTEGER: function(bp: pBIO; a: pASN1_INTEGER): cint; cdecl;
 
a2i_ASN1_INTEGER: function(bp: pBIO; bs: pASN1_INTEGER; buf: PCharacter; size: cint): cint; cdecl;
 

Generated by PasDoc 0.16.0.