Home
last modified time | relevance | path

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

/freebsd-src/contrib/bearssl/test/
H A Dtest_x509.c524 string_to_time(const char *s, uint32_t *days, uint32_t *seconds) in string_to_time() function
1291 if (string_to_time(stime, &tc.days, &tc.seconds) < 0) { in parse_object()
1861 string_to_time(DEFAULT_TIME, &days, &seconds); in test_name_extraction()