Home
last modified time | relevance | path

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

/openbsd/usr.sbin/rpki-client/
H A Dprint.c88 time2str(time_t t) in time2str() function
326 time2str(p->notbefore)); in cert_print()
328 time2str(p->notafter)); in cert_print()
331 time2str(p->notbefore)); in cert_print()
333 time2str(p->notafter)); in cert_print()
489 time2str(p->signtime)); in mft_print()
547 time2str(p->signtime)); in roa_print()
549 time2str(p->notbefore)); in roa_print()
605 time2str(s->signtime)); in spl_print()
607 time2str(s->notbefore)); in spl_print()
[all …]
H A Dparser.c402 time2str(mft->thisupdate)); in proc_parser_mft_pre()
408 time2str(mft->nextupdate)); in proc_parser_mft_pre()
H A Dvalidate.c364 snprintf(buf, sizeof(buf), "certificate revoked on %s", time2str(t));
H A Dextern.h929 char *time2str(time_t);
H A Dfilemode.c619 time2str(*expires)); in proc_parser_file()