Searched refs:t_limbs (Results 1 – 1 of 1) sorted by relevance
235 const size_t t_limbs = mbedtls_mpi_core_montmul_working_limbs(N->limbs); in mbedtls_mpi_mod_raw_to_mont_rep() local237 if ((T = (mbedtls_mpi_uint *) mbedtls_calloc(t_limbs, ciL)) == NULL) { in mbedtls_mpi_mod_raw_to_mont_rep()244 mbedtls_zeroize_and_free(T, t_limbs * ciL); in mbedtls_mpi_mod_raw_to_mont_rep()251 const size_t t_limbs = mbedtls_mpi_core_montmul_working_limbs(N->limbs); in mbedtls_mpi_mod_raw_from_mont_rep() local254 if ((T = (mbedtls_mpi_uint *) mbedtls_calloc(t_limbs, ciL)) == NULL) { in mbedtls_mpi_mod_raw_from_mont_rep()260 mbedtls_zeroize_and_free(T, t_limbs * ciL); in mbedtls_mpi_mod_raw_from_mont_rep()