Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssl/dist/test/
Dgmdifftest.c22 static int check_time(long offset) in check_time() function
52 return check_time(offset) in test_gmtime()
53 && check_time(-offset) in test_gmtime()
54 && check_time(offset * 1000L) in test_gmtime()
55 && check_time(-offset * 1000L) in test_gmtime()
56 && check_time(offset * 1000000L) in test_gmtime()
57 && check_time(-offset * 1000000L); in test_gmtime()
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/krb5/
Dverify_krb5_conf.c80 check_time(krb5_context context, const char *path, char *data) in check_time() function
391 { "clockskew", krb5_config_string, check_time, 0 },
417 { "host_timeout", krb5_config_string, check_time, 0 },
422 { "kdc_timeout", krb5_config_string, check_time, 0 },
434 { "renew_lifetime", krb5_config_string, check_time, 0 },
438 { "ticket_lifetime", krb5_config_string, check_time, 0 },
445 { "warn_pwexpire", krb5_config_string, check_time, 0 },
465 { "renew_lifetime", krb5_config_string, check_time, 0 },
476 { "ticket_lifetime", krb5_config_string, check_time, 0 },
503 { "renew_lifetime", krb5_config_string, check_time, 0 },
[all …]
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/x509/
Dx509_vpm.c180 dest->check_time = src->check_time; in X509_VERIFY_PARAM_inherit()
323 return param->check_time; in X509_VERIFY_PARAM_get_time()
328 param->check_time = t; in X509_VERIFY_PARAM_set_time()
Dx509_local.h23 time_t check_time; /* Time to use */ member
Dx509_vfy.c1011 ptime = &ctx->param->check_time; in check_crl_time()
1719 ptime = &ctx->param->check_time; in ossl_x509_check_cert_time()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgenautomata.cc3209 static ticker_t check_time; variable
9443 check_time = create_ticker (); in expand_automata()
9449 ticker_off (&check_time); in expand_automata()
9545 print_active_time (stderr, check_time); in write_automata()