Home
last modified time | relevance | path

Searched refs:CHARS_TO_LIMBS (Results 1 – 1 of 1) sorted by relevance

/third_party/mbedtls/library/
Dbignum.c75 #define CHARS_TO_LIMBS(i) ( (i) / ciL + ( (i) % ciL != 0 ) ) macro
794 size_t const limbs = CHARS_TO_LIMBS( buflen ); in mbedtls_mpi_read_binary_le()
818 size_t const limbs = CHARS_TO_LIMBS( buflen ); in mbedtls_mpi_read_binary()
2367 const size_t limbs = CHARS_TO_LIMBS( n_bytes ); in mpi_fill_random_internal()
2394 size_t const limbs = CHARS_TO_LIMBS( size ); in mbedtls_mpi_fill_random()