webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions
a_int.c File Reference
#include <openssl/asn1.h>
#include <string.h>
#include <openssl/err.h>
#include <openssl/mem.h>

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

◆ ASN1_INTEGER_cmp()

int ASN1_INTEGER_cmp ( const ASN1_INTEGER x,
const ASN1_INTEGER y 
)

◆ ASN1_INTEGER_dup()

ASN1_INTEGER* ASN1_INTEGER_dup ( const ASN1_INTEGER x)

◆ ASN1_INTEGER_get()

long ASN1_INTEGER_get ( const ASN1_INTEGER a)

◆ ASN1_INTEGER_set()

int ASN1_INTEGER_set ( ASN1_INTEGER a,
long  v 
)

◆ ASN1_INTEGER_to_BN()

BIGNUM* ASN1_INTEGER_to_BN ( const ASN1_INTEGER ai,
BIGNUM bn 
)

◆ BN_to_ASN1_INTEGER()

ASN1_INTEGER* BN_to_ASN1_INTEGER ( const BIGNUM bn,
ASN1_INTEGER ai 
)

◆ c2i_ASN1_INTEGER()

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

◆ d2i_ASN1_UINTEGER()

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

◆ i2c_ASN1_INTEGER()

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