cryptlib  3.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
Functions
bn_word.c File Reference
#include <stdio.h>
#include "bn/bn_lcl.h"

Go to the source code of this file.

Functions

BN_ULONG BN_mod_word (const BIGNUM *a, BN_ULONG w)
 
BN_ULONG BN_div_word (BIGNUM *a, BN_ULONG w)
 
int BN_add_word (BIGNUM *a, BN_ULONG w)
 
int BN_sub_word (BIGNUM *a, BN_ULONG w)
 
int BN_mul_word (BIGNUM *a, BN_ULONG w)
 

Function Documentation

int BN_add_word ( BIGNUM a,
BN_ULONG  w 
)

Definition at line 126 of file bn_word.c.

BN_ULONG BN_div_word ( BIGNUM a,
BN_ULONG  w 
)

Definition at line 90 of file bn_word.c.

BN_ULONG BN_mod_word ( const BIGNUM a,
BN_ULONG  w 
)

Definition at line 66 of file bn_word.c.

int BN_mul_word ( BIGNUM a,
BN_ULONG  w 
)

Definition at line 218 of file bn_word.c.

int BN_sub_word ( BIGNUM a,
BN_ULONG  w 
)

Definition at line 171 of file bn_word.c.