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

Go to the source code of this file.

Functions

int BN_add (BIGNUM *r, const BIGNUM *a, const BIGNUM *b)
 
int BN_uadd (BIGNUM *r, const BIGNUM *a, const BIGNUM *b)
 
int BN_usub (BIGNUM *r, const BIGNUM *a, const BIGNUM *b)
 
int BN_sub (BIGNUM *r, const BIGNUM *a, const BIGNUM *b)
 

Function Documentation

int BN_add ( BIGNUM r,
const BIGNUM a,
const BIGNUM b 
)

Definition at line 64 of file bn_add.c.

int BN_sub ( BIGNUM r,
const BIGNUM a,
const BIGNUM b 
)

Definition at line 263 of file bn_add.c.

int BN_uadd ( BIGNUM r,
const BIGNUM a,
const BIGNUM b 
)

Definition at line 105 of file bn_add.c.

int BN_usub ( BIGNUM r,
const BIGNUM a,
const BIGNUM b 
)

Definition at line 166 of file bn_add.c.