Home
last modified time | relevance | path

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

/openssl/test/
H A Dca_internals_test.c22 time_t testdateutc; in test_do_updatedb() local
50 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()
H A Dasn1_time_test.c435 time_t testdateutc; in convert_asn1_to_time_t() local
437 testdateutc = test_asn1_string_to_time_t(asn1_to_utc[idx].input); in convert_asn1_to_time_t()
439 if (!TEST_time_t_eq(testdateutc, asn1_to_utc[idx].expected)) { in convert_asn1_to_time_t()
443 (long long int)testdateutc); in convert_asn1_to_time_t()

Completed in 10 milliseconds