Functions
add.c File Reference
#include <openssl/bn.h>
#include <string.h>
#include <openssl/err.h>
#include <openssl/mem.h>
#include "internal.h"
Include dependency graph for add.c:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int BN_add (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_sub_word (BIGNUM *a, BN_ULONG w)
 
int BN_uadd (BIGNUM *r, const BIGNUM *a, const BIGNUM *b)
 
int bn_uadd_consttime (BIGNUM *r, const BIGNUM *a, const BIGNUM *b)
 
int BN_usub (BIGNUM *r, const BIGNUM *a, const BIGNUM *b)
 
int bn_usub_consttime (BIGNUM *r, const BIGNUM *a, const BIGNUM *b)
 

Function Documentation

◆ BN_add()

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

Definition at line 67 of file add.c.

◆ BN_add_word()

int BN_add_word ( BIGNUM a,
BN_ULONG  w 
)

Definition at line 138 of file add.c.

◆ BN_sub()

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

Definition at line 178 of file add.c.

◆ BN_sub_word()

int BN_sub_word ( BIGNUM a,
BN_ULONG  w 
)

Definition at line 268 of file add.c.

◆ BN_uadd()

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

Definition at line 130 of file add.c.

◆ bn_uadd_consttime()

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

Definition at line 103 of file add.c.

◆ BN_usub()

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

Definition at line 260 of file add.c.

◆ bn_usub_consttime()

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

Definition at line 226 of file add.c.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:02