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

Go to the source code of this file.

Functions

int BN_lshift1 (BIGNUM *r, const BIGNUM *a)
 
int BN_rshift1 (BIGNUM *r, const BIGNUM *a)
 
int BN_lshift (BIGNUM *r, const BIGNUM *a, int n)
 
int BN_rshift (BIGNUM *r, const BIGNUM *a, int n)
 

Function Documentation

int BN_lshift ( BIGNUM r,
const BIGNUM a,
int  n 
)

Definition at line 135 of file bn_shift.c.

int BN_lshift1 ( BIGNUM r,
const BIGNUM a 
)

Definition at line 66 of file bn_shift.c.

int BN_rshift ( BIGNUM r,
const BIGNUM a,
int  n 
)

Definition at line 171 of file bn_shift.c.

int BN_rshift1 ( BIGNUM r,
const BIGNUM a 
)

Definition at line 102 of file bn_shift.c.