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

Funciones

ASN1_INTEGERASN1_INTEGER_dup (ASN1_INTEGER *x)
int ASN1_INTEGER_cmp (ASN1_INTEGER *x, ASN1_INTEGER *y)
int i2c_ASN1_INTEGER (ASN1_INTEGER *a, unsigned char **pp)
ASN1_INTEGERc2i_ASN1_INTEGER (ASN1_INTEGER **a, const unsigned char **pp, long len)
ASN1_INTEGERd2i_ASN1_UINTEGER (ASN1_INTEGER **a, const unsigned char **pp, long length)
int ASN1_INTEGER_set (ASN1_INTEGER *a, long v)
long ASN1_INTEGER_get (ASN1_INTEGER *a)
ASN1_INTEGERBN_to_ASN1_INTEGER (BIGNUM *bn, ASN1_INTEGER *ai)
BIGNUMASN1_INTEGER_to_BN (ASN1_INTEGER *ai, BIGNUM *bn)

Documentación de las funciones

int ASN1_INTEGER_cmp ( ASN1_INTEGER x,
ASN1_INTEGER y 
)
ASN1_INTEGER* ASN1_INTEGER_dup ( ASN1_INTEGER x)
long ASN1_INTEGER_get ( ASN1_INTEGER a)
int ASN1_INTEGER_set ( ASN1_INTEGER a,
long  v 
)
BIGNUM* ASN1_INTEGER_to_BN ( ASN1_INTEGER ai,
BIGNUM bn 
)
ASN1_INTEGER* BN_to_ASN1_INTEGER ( BIGNUM bn,
ASN1_INTEGER ai 
)
ASN1_INTEGER* c2i_ASN1_INTEGER ( ASN1_INTEGER **  a,
const unsigned char **  pp,
long  len 
)
ASN1_INTEGER* d2i_ASN1_UINTEGER ( ASN1_INTEGER **  a,
const unsigned char **  pp,
long  length 
)
int i2c_ASN1_INTEGER ( ASN1_INTEGER a,
unsigned char **  pp 
)
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'