Searched refs:lt (Results 1 – 2 of 2) sorted by relevance
189 struct tm *lt; in mbedtls_platform_gmtime_r()197 lt = gmtime(tt); in mbedtls_platform_gmtime_r()199 if (lt != NULL) { in mbedtls_platform_gmtime_r()200 memcpy(tm_buf, lt, sizeof(struct tm)); in mbedtls_platform_gmtime_r()209 return (lt == NULL) ? NULL : tm_buf; in mbedtls_platform_gmtime_r()
91 mbedtls_ct_condition_t lt = mbedtls_mpi_core_lt_ct(p[i], p[i ^ 1], X->n); in mbedtls_mpi_lt_mpi_ct() local98 mbedtls_ct_bool_and(mbedtls_ct_bool_not(different_sign), lt)); in mbedtls_mpi_lt_mpi_ct()