cryptlib  3.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
Functions
bn_add.c File Reference
#include <stdio.h>
#include "bn/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 67 of file bn_add.c.

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

Definition at line 266 of file bn_add.c.

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

Definition at line 108 of file bn_add.c.

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

Definition at line 169 of file bn_add.c.