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