Function report |
Source Code:lib\mpi\mpiutil.c |
Create Date:2022-07-28 07:19:30 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Note: It was a bad idea to use the number of limbs to allocate* because on a alpha the limbs are large but we normally need* integers of n bits - So we should chnage this to bits (or bytes).* But mpi_alloc is used in a lot of places :-)
Proto:MPI mpi_alloc(unsigned nlimbs)
Type:MPI
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned | nlimbs |
34 | a = kmalloc(sizeof * a, GFP_KERNEL) |
38 | If nlimbs Then |
40 | If Not array with the limbs Then |
44 | Else |
45 | array with the limbs = NULL |
49 | number of valid limbs = 0 |
50 | indicates a negative number = 0 |
53 | Return a |
Name | Describe |
---|---|
mpi_read_raw_from_sgl | mpi_read_raw_from_sgl() - Function allocates an MPI and populates it with* data from the sgl* This function works in the same way as the mpi_read_raw_data, but it* takes an sgl instead of void * buffer. i.e. it allocates |
digsig_verify_rsa | RSA Signature verification with public key |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |