Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
mpi-pow.c File Reference
#include <linux/string.h>
#include "mpi-internal.h"
#include "longlong.h"

Go to the source code of this file.

Functions

int mpi_powm (MPI res, MPI base, MPI exp, MPI mod)
 
 EXPORT_SYMBOL_GPL (mpi_powm)
 

Function Documentation

EXPORT_SYMBOL_GPL ( mpi_powm  )
int mpi_powm ( MPI  res,
MPI  base,
MPI  exp,
MPI  mod 
)

Definition at line 36 of file mpi-pow.c.