Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Dcrl.c167 if (!set_dateopt(&dateopt, opt_arg())) in crl_main()
H A Dx509.c348 if (!set_dateopt(&dateopt, opt_arg())) { in x509_main()
H A Dca.c329 if (!set_dateopt(&dateopt, opt_arg())) in ca_main()
/freebsd/crypto/openssl/apps/include/
H A Dapps.h105 int set_dateopt(unsigned long *dateopt, const char *arg);
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c1186 int set_dateopt(unsigned long *dateopt, const char *arg) in set_dateopt() function