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

Go to the source code of this file.

Functions

int i2a_ASN1_INTEGER (BIO *bp, ASN1_INTEGER *a)
 
int a2i_ASN1_INTEGER (BIO *bp, ASN1_INTEGER *bs, char *buf, int size)
 

Function Documentation

int a2i_ASN1_INTEGER ( BIO bp,
ASN1_INTEGER bs,
char *  buf,
int  size 
)

Definition at line 103 of file f_int.c.

int i2a_ASN1_INTEGER ( BIO bp,
ASN1_INTEGER a 
)

Definition at line 64 of file f_int.c.