Home
last modified time | relevance | path

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

/net-tools-3.4.0/mbedtls-2.4.0/library/
Decp_curves.c799 static inline void add64( mbedtls_mpi_uint *dst, mbedtls_mpi_uint *src, mbedtls_mpi_uint *carry ) in add64() argument
808 *carry += c; in add64()
812 static inline void carry64( mbedtls_mpi_uint *dst, mbedtls_mpi_uint *carry ) in carry64() argument
817 *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() argument
906 *carry += ( *dst < src ); in add32()
909 static inline void sub32( uint32_t *dst, uint32_t src, signed char *carry ) in sub32() argument
911 *carry -= ( *dst < src ); in sub32()
/net-tools-3.4.0/mbedtls-2.4.0/tests/suites/
Dtest_suite_ecp.data245 ECP mod p192 readable with carry
257 ECP mod p224 readable without carry
261 ECP mod p224 readable with negative carry
265 ECP mod p224 readable with positive carry
269 ECP mod p224 readable with final negative carry
285 ECP mod p521 readable with carry
Dtest_suite_mpi.data274 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)
/net-tools-3.4.0/mbedtls-2.4.0/
Dapache-2.0.txt98 (b) You must cause any modified files to carry prominent notices
DChangeLog1477 with carry rollover (found by Ruslan Yushchenko)
1533 with carry rollover
/net-tools-3.4.0/libcoap/
DLICENSE.GPL95 a) You must cause the modified files to carry prominent notices