Searched refs:testdateutc (Results 1 – 2 of 2) sorted by relevance
22 time_t testdateutc; in test_do_updatedb() local50 testdateutc = test_asn1_string_to_time_t(testdate); in test_do_updatedb()51 if (TEST_time_t_lt(testdateutc, 0)) { in test_do_updatedb()63 rv = do_updatedb(db, &testdateutc); in test_do_updatedb()
889 time_t testdateutc; in convert_asn1_to_time_t() local891 testdateutc = test_asn1_string_to_time_t(asn1_to_utc[idx].input); in convert_asn1_to_time_t()893 if (!TEST_time_t_eq(testdateutc, asn1_to_utc[idx].expected)) { in convert_asn1_to_time_t()897 (long long int)testdateutc); in convert_asn1_to_time_t()