Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dconstant_time.c626 unsigned cond, done, X_is_negative, Y_is_negative; in mbedtls_mpi_lt_mpi_ct() local
639 X_is_negative = ( X->s & 2 ) >> 1; in mbedtls_mpi_lt_mpi_ct()
647 cond = ( X_is_negative ^ Y_is_negative ); in mbedtls_mpi_lt_mpi_ct()
648 *ret = cond & X_is_negative; in mbedtls_mpi_lt_mpi_ct()
666 *ret |= cond & ( 1 - done ) & X_is_negative; in mbedtls_mpi_lt_mpi_ct()
677 *ret |= cond & ( 1 - done ) & ( 1 - X_is_negative ); in mbedtls_mpi_lt_mpi_ct()

Completed in 3 milliseconds