OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
bn_word.c File Reference
#include <stdio.h>
#include "cryptlib.h"
#include "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 63 of file bn_word.c.

int BN_mul_word ( BIGNUM a,
BN_ULONG  w 
)

Definition at line 224 of file bn_word.c.

int BN_sub_word ( BIGNUM a,
BN_ULONG  w 
)

Definition at line 171 of file bn_word.c.