Searched refs:limbs (Results 1 – 2 of 2) sorted by relevance
236 if( limbs == 0 ) in mbedtls_mpi_resize_clear()241 else if( X->n == limbs ) in mbedtls_mpi_resize_clear()243 memset( X->p, 0, limbs * ciL ); in mbedtls_mpi_resize_clear()250 return( mbedtls_mpi_grow( X, limbs ) ); in mbedtls_mpi_resize_clear()808 if( limbs == 0 ) in mpi_bigendian_to_host()841 size_t const limbs = CHARS_TO_LIMBS( buflen ); in mbedtls_mpi_read_binary_le() local882 mpi_bigendian_to_host( X->p, limbs ); in mbedtls_mpi_read_binary()2447 if( X->n < limbs ) in mpi_fill_random_internal()2451 memset( (unsigned char *) X->p + limbs * ciL, 0, ( X->n - limbs ) * ciL ); in mpi_fill_random_internal()2453 mpi_bigendian_to_host( X->p, limbs ); in mpi_fill_random_internal()[all …]
88 represented with 0 limbs (specifically mbedtls_mpi_mod_int() dividing344 * Fix a crash in mbedtls_mpi_debug_mpi on a bignum having 0 limbs. This355 A=0 represented with 0 limbs. Up to and including Mbed TLS 2.26, this bug406 mbedtls_mpi_read_string() now construct an mbedtls_mpi object with 0 limbs478 |A| - |B| where |B| is larger than |A| and has more limbs (so the3355 big-endian platform when size was not an integer number of limbs3785 big-endian platform when size was not an integer number of limbs
Completed in 13 milliseconds