Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dca_internals_test.c63 rv = do_updatedb(db, &testdateutc); in test_do_updatedb()
/freebsd/crypto/openssl/apps/include/
H A Dapps.h227 extern int do_updatedb(CA_DB *db, time_t *now);
/freebsd/crypto/openssl/apps/
H A Dca.c789 i = do_updatedb(db, NULL); in ca_main()
2307 int do_updatedb(CA_DB *db, time_t *now) in do_updatedb() function