Lines Matching defs:limbs
11 * array of limbs storing the bignum value of the modulus. The modulus must
16 * limbs or to a #mbedtls_mpi_mod_residue structure. A limb has the type
25 * functions (typically constant-flow) require that the limbs in an
28 * residue. These must be pointers to an array of limbs.
32 * - **Bignum sizes**: bignum sizes are always expressed in limbs. Both
33 * #mbedtls_mpi_mod_modulus and #mbedtls_mpi_mod_residue have a \c limbs
35 * number of limbs as the modulus. All bignum sizes must be at least 1 and
107 size_t limbs;
123 size_t limbs; // number of limbs
155 * \param p_limbs The number of limbs of \p p. Must be the same as the number
156 * of limbs in the modulus \p N.
160 * limbs in \p N or if \p p is not less than \p N.
192 * \param p_limbs The number of limbs of \p p.
207 * \param p_limbs The number of limbs of \p p.
237 * of limbs as \p N.
244 * number of limbs as \p N.
247 * `R = 2^(biL * N->limbs)`.
255 * have the same number of limbs or \p N is invalid.
268 * \p A, \p B and \p X must all have the same number of limbs as \p N.
278 * Must have the same number of limbs as the modulus \p N.
286 * have the correct number of limbs.
297 * have the same number of limbs as \p N.
310 * have the same number of limbs.
327 * all have the same number of limbs as \p N.
337 * Must have the same number of limbs as the modulus \p N.
345 * have the correct number of limbs.
396 * number of limbs as the modulus \p N.
428 * limbs as the modulus \p N. (\p r is an input parameter, but