Searched refs:msw (Results 1 – 1 of 1) sorted by relevance
5009 mbedtls_mpi_uint msw = (mbedtls_mpi_uint) -c; in mbedtls_ecp_fix_negative() local5012 msw <<= 32; in mbedtls_ecp_fix_negative()5015 N->p[bits / 8 / sizeof(mbedtls_mpi_uint)] += msw; in mbedtls_ecp_fix_negative()