OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
a_int.c File Reference
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/asn1.h>
#include <openssl/bn.h>

Go to the source code of this file.

Functions

ASN1_INTEGERASN1_INTEGER_dup (const ASN1_INTEGER *x)
 
int ASN1_INTEGER_cmp (const ASN1_INTEGER *x, const 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 (const ASN1_INTEGER *a)
 
ASN1_INTEGERBN_to_ASN1_INTEGER (const BIGNUM *bn, ASN1_INTEGER *ai)
 
BIGNUMASN1_INTEGER_to_BN (const ASN1_INTEGER *ai, BIGNUM *bn)
 

Function Documentation

int ASN1_INTEGER_cmp ( const ASN1_INTEGER x,
const ASN1_INTEGER y 
)

Definition at line 67 of file a_int.c.

ASN1_INTEGER* ASN1_INTEGER_dup ( const ASN1_INTEGER x)

Definition at line 64 of file a_int.c.

long ASN1_INTEGER_get ( const ASN1_INTEGER a)

Definition at line 375 of file a_int.c.

int ASN1_INTEGER_set ( ASN1_INTEGER a,
long  v 
)

Definition at line 335 of file a_int.c.

BIGNUM* ASN1_INTEGER_to_BN ( const ASN1_INTEGER ai,
BIGNUM bn 
)

Definition at line 446 of file a_int.c.

ASN1_INTEGER* BN_to_ASN1_INTEGER ( const BIGNUM bn,
ASN1_INTEGER ai 
)

Definition at line 404 of file a_int.c.

ASN1_INTEGER* c2i_ASN1_INTEGER ( ASN1_INTEGER **  a,
const unsigned char **  pp,
long  len 
)

Definition at line 178 of file a_int.c.

ASN1_INTEGER* d2i_ASN1_UINTEGER ( ASN1_INTEGER **  a,
const unsigned char **  pp,
long  length 
)

Definition at line 271 of file a_int.c.

int i2c_ASN1_INTEGER ( ASN1_INTEGER a,
unsigned char **  pp 
)

Definition at line 114 of file a_int.c.