Home | History | Annotate | Download | only in libtommath

Lines Matching refs:structure

350 All LTM functions that use the mp\_int type will expect a pointer to mp\_int structure.  You must allocate memory to
351 hold the structure itself by yourself (whether off stack or heap it doesn't matter). The very first thing that must be
384 This function expects a pointer to an mp\_int structure and will initialize the members of the structure so the mp\_int
415 The function expects a pointer to a previously initialized mp\_int structure and frees the heap it uses. It sets the
594 Within the mp\_int structure are two parameters which control the limitations of the array of digits that represent