Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/include/
H A Dapps.h86 int check_cert_time_string(const char *time, const char *desc);
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c3338 int check_cert_time_string(const char *time, const char *desc) in check_cert_time_string() function
3352 if (!check_cert_time_string(startdate, "start date")) in set_cert_times()
3354 if (!check_cert_time_string(enddate, "end date")) in set_cert_times()