Functions
a_int.c File Reference
#include <openssl/asn1.h>
#include <string.h>
#include <limits.h>
#include <openssl/err.h>
#include <openssl/mem.h>
#include "../internal.h"
Include dependency graph for a_int.c:

Go to the source code of this file.

Functions

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

Function Documentation

◆ ASN1_INTEGER_cmp()

int ASN1_INTEGER_cmp ( const ASN1_INTEGER x,
const ASN1_INTEGER y 
)

Definition at line 73 of file a_int.c.

◆ ASN1_INTEGER_dup()

ASN1_INTEGER* ASN1_INTEGER_dup ( const ASN1_INTEGER x)

Definition at line 68 of file a_int.c.

◆ ASN1_INTEGER_get()

long ASN1_INTEGER_get ( const ASN1_INTEGER a)

Definition at line 332 of file a_int.c.

◆ ASN1_INTEGER_set()

int ASN1_INTEGER_set ( ASN1_INTEGER a,
long  v 
)

Definition at line 289 of file a_int.c.

◆ ASN1_INTEGER_set_uint64()

int ASN1_INTEGER_set_uint64 ( ASN1_INTEGER out,
uint64_t  v 
)

Definition at line 303 of file a_int.c.

◆ ASN1_INTEGER_to_BN()

BIGNUM* ASN1_INTEGER_to_BN ( const ASN1_INTEGER ai,
BIGNUM bn 
)

Definition at line 411 of file a_int.c.

◆ BN_to_ASN1_INTEGER()

ASN1_INTEGER* BN_to_ASN1_INTEGER ( const BIGNUM bn,
ASN1_INTEGER ai 
)

Definition at line 371 of file a_int.c.

◆ c2i_ASN1_INTEGER()

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

Definition at line 190 of file a_int.c.

◆ i2c_ASN1_INTEGER()

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

Definition at line 118 of file a_int.c.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:01