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

Funciones

int i2d_ASN1_OBJECT (ASN1_OBJECT *a, unsigned char **pp)
int a2d_ASN1_OBJECT (unsigned char *out, int olen, const char *buf, int num)
int i2t_ASN1_OBJECT (char *buf, int buf_len, ASN1_OBJECT *a)
int i2a_ASN1_OBJECT (BIO *bp, ASN1_OBJECT *a)
ASN1_OBJECTd2i_ASN1_OBJECT (ASN1_OBJECT **a, const unsigned char **pp, long length)
ASN1_OBJECTc2i_ASN1_OBJECT (ASN1_OBJECT **a, const unsigned char **pp, long len)
ASN1_OBJECTASN1_OBJECT_new (void)
void ASN1_OBJECT_free (ASN1_OBJECT *a)
ASN1_OBJECTASN1_OBJECT_create (int nid, unsigned char *data, int len, const char *sn, const char *ln)

Documentación de las funciones

int a2d_ASN1_OBJECT ( unsigned char *  out,
int  olen,
const char *  buf,
int  num 
)
ASN1_OBJECT* ASN1_OBJECT_create ( int  nid,
unsigned char *  data,
int  len,
const char *  sn,
const char *  ln 
)
void ASN1_OBJECT_free ( ASN1_OBJECT a)
ASN1_OBJECT* ASN1_OBJECT_new ( void  )
ASN1_OBJECT* c2i_ASN1_OBJECT ( ASN1_OBJECT **  a,
const unsigned char **  pp,
long  len 
)
ASN1_OBJECT* d2i_ASN1_OBJECT ( ASN1_OBJECT **  a,
const unsigned char **  pp,
long  length 
)
int i2a_ASN1_OBJECT ( BIO bp,
ASN1_OBJECT a 
)
int i2d_ASN1_OBJECT ( ASN1_OBJECT a,
unsigned char **  pp 
)
int i2t_ASN1_OBJECT ( char *  buf,
int  buf_len,
ASN1_OBJECT a 
)
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'