Eneboo - Documentación para desarrolladores
Funciones
Referencia del Archivo src/libdigidoc/openssl/crypto/asn1/asn_pack.c
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/asn1.h>

Funciones

STACKASN1_seq_unpack (const unsigned char *buf, int len, d2i_of_void *d2i, void(*free_func)(void *))
unsigned char * ASN1_seq_pack (STACK *safes, i2d_of_void *i2d, unsigned char **buf, int *len)
void * ASN1_unpack_string (ASN1_STRING *oct, d2i_of_void *d2i)
ASN1_STRINGASN1_pack_string (void *obj, i2d_of_void *i2d, ASN1_STRING **oct)
ASN1_STRINGASN1_item_pack (void *obj, const ASN1_ITEM *it, ASN1_STRING **oct)
void * ASN1_item_unpack (ASN1_STRING *oct, const ASN1_ITEM *it)

Documentación de las funciones

ASN1_STRING* ASN1_item_pack ( void *  obj,
const ASN1_ITEM it,
ASN1_STRING **  oct 
)
void* ASN1_item_unpack ( ASN1_STRING oct,
const ASN1_ITEM it 
)
ASN1_STRING* ASN1_pack_string ( void *  obj,
i2d_of_void *  i2d,
ASN1_STRING **  oct 
)
unsigned char* ASN1_seq_pack ( STACK safes,
i2d_of_void *  i2d,
unsigned char **  buf,
int len 
)
STACK* ASN1_seq_unpack ( const unsigned char *  buf,
int  len,
d2i_of_void *  d2i,
void(*)(void *)  free_func 
)
void* ASN1_unpack_string ( ASN1_STRING oct,
d2i_of_void *  d2i 
)
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'