Linux Kernel
3.7.1
|
#include "mpi-internal.h"
Go to the source code of this file.
Functions | |
MPI | mpi_alloc (unsigned nlimbs) |
EXPORT_SYMBOL_GPL (mpi_alloc) | |
mpi_ptr_t | mpi_alloc_limb_space (unsigned nlimbs) |
void | mpi_free_limb_space (mpi_ptr_t a) |
void | mpi_assign_limb_space (MPI a, mpi_ptr_t ap, unsigned nlimbs) |
int | mpi_resize (MPI a, unsigned nlimbs) |
void | mpi_free (MPI a) |
EXPORT_SYMBOL_GPL (mpi_free) | |
EXPORT_SYMBOL_GPL | ( | mpi_alloc | ) |
EXPORT_SYMBOL_GPL | ( | mpi_free | ) |