Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Dbignum.c1292 unsigned cond, done, X_is_negative, Y_is_negative; in mbedtls_mpi_lt_mpi_ct() local
1305 X_is_negative = ( X->s & 2 ) >> 1; in mbedtls_mpi_lt_mpi_ct()
1313 cond = ( X_is_negative ^ Y_is_negative ); in mbedtls_mpi_lt_mpi_ct()
1314 *ret = cond & X_is_negative; in mbedtls_mpi_lt_mpi_ct()
1332 *ret |= cond & ( 1 - done ) & X_is_negative; in mbedtls_mpi_lt_mpi_ct()
1343 *ret |= cond & ( 1 - done ) & ( 1 - X_is_negative ); in mbedtls_mpi_lt_mpi_ct()

Completed in 7 milliseconds