• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/

Lines Matching defs:To

100 To build as a static library for GCC issue the following
115 To build as a shared library for GCC issue the following
129 To build the library and the test harness type
158 To make the system more powerful you can tweak the build process. Classes are defined in the file
322 provide the address of an integer it can store to) which the caller can access. To convert one of the three return codes
481 To initialized and make a copy of an mp\_int the mp\_init\_copy() function has been provided.
641 Setting mp\_ints to small constants is a relatively common operation. To accomodate these instances there are two
683 To set a constant that is the size of an ISO C ``unsigned long'' and larger than a single digit the following function
695 To get the ``unsigned long'' copy of an mp\_int the following function can be used.
739 To both initialize and set small constants the following two functions are available.
867 To compare two mp\_int variables based on their signed value the mp\_cmp() function is provided.
923 To compare a single digit against an mp\_int the following function has been provided.
1043 Since $10 > 7$ and $5 < 7$. To multiply by a power of two the following function can be used.
1053 To divide by a power of two use the following.
1070 To multiply by the polynomial $g(x) = x$ all you have todo is shift the digits of the basis left one place. The
1104 To compute an addition or subtraction the following two functions can be used.
1138 To perform a complete and general integer division with remainder use the following function.
1402 To quickly calculate $R$ the following function was provided.
1707 \subsection{To ASCII}
1713 to terminate the string. Valid values of ``radix'' line in the range $[2, 64]$. To determine the size (exact) required