Searched refs:carry (Results 1 – 6 of 6) sorted by relevance
799 static inline void add64( mbedtls_mpi_uint *dst, mbedtls_mpi_uint *src, mbedtls_mpi_uint *carry ) in add64() argument808 *carry += c; in add64()812 static inline void carry64( mbedtls_mpi_uint *dst, mbedtls_mpi_uint *carry ) in carry64() argument817 *dst += *carry; in carry64()818 *carry = ( *dst < *carry ); in carry64()903 static inline void add32( uint32_t *dst, uint32_t src, signed char *carry ) in add32() argument906 *carry += ( *dst < src ); in add32()909 static inline void sub32( uint32_t *dst, uint32_t src, signed char *carry ) in sub32() argument911 *carry -= ( *dst < src ); in sub32()
245 ECP mod p192 readable with carry257 ECP mod p224 readable without carry261 ECP mod p224 readable with negative carry265 ECP mod p224 readable with positive carry269 ECP mod p224 readable with final negative carry285 ECP mod p521 readable with carry
274 Regression mbedtls_mpi_add_abs (add small to very large MPI with carry rollover)277 Regression mbedtls_mpi_add_abs (add small to very large MPI with carry rollover)
98 (b) You must cause any modified files to carry prominent notices
1477 with carry rollover (found by Ruslan Yushchenko)1533 with carry rollover
95 a) You must cause the modified files to carry prominent notices