OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
bn_mpi.c File Reference
#include <stdio.h>
#include "cryptlib.h"
#include "bn_lcl.h"

Go to the source code of this file.

Functions

int BN_bn2mpi (const BIGNUM *a, unsigned char *d)
 
BIGNUMBN_mpi2bn (const unsigned char *d, int n, BIGNUM *a)
 

Function Documentation

int BN_bn2mpi ( const BIGNUM a,
unsigned char *  d 
)

Definition at line 63 of file bn_mpi.c.

BIGNUM* BN_mpi2bn ( const unsigned char *  d,
int  n,
BIGNUM a 
)

Definition at line 91 of file bn_mpi.c.