webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions
add.c File Reference
#include <openssl/bn.h>
#include <string.h>
#include <openssl/err.h>
#include <openssl/mem.h>
#include "internal.h"

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_add_word (BIGNUM *a, BN_ULONG w)
 
int BN_sub (BIGNUM *r, const BIGNUM *a, const BIGNUM *b)
 
int BN_usub (BIGNUM *r, const BIGNUM *a, const BIGNUM *b)
 
int BN_sub_word (BIGNUM *a, BN_ULONG w)
 

Function Documentation

◆ BN_add()

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

◆ BN_add_word()

int BN_add_word ( BIGNUM a,
BN_ULONG  w 
)

◆ BN_sub()

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

◆ BN_sub_word()

int BN_sub_word ( BIGNUM a,
BN_ULONG  w 
)

◆ BN_uadd()

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

◆ BN_usub()

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