Symbol: check_time
crypto/heimdal/lib/krb5/verify_krb5_conf.c
377
{ "clockskew", krb5_config_string, check_time },
crypto/heimdal/lib/krb5/verify_krb5_conf.c
399
{ "kdc_timeout", krb5_config_string, check_time },
crypto/heimdal/lib/krb5/verify_krb5_conf.c
406
{ "ticket_lifetime", krb5_config_string, check_time },
crypto/heimdal/lib/krb5/verify_krb5_conf.c
413
{ "max_retries", krb5_config_string, check_time },
crypto/heimdal/lib/krb5/verify_krb5_conf.c
414
{ "renew_lifetime", krb5_config_string, check_time },
crypto/heimdal/lib/krb5/verify_krb5_conf.c
416
{ "warn_pwexpire", krb5_config_string, check_time },
crypto/heimdal/lib/krb5/verify_krb5_conf.c
431
{ "ticket_lifetime", krb5_config_string, check_time },
crypto/heimdal/lib/krb5/verify_krb5_conf.c
432
{ "renew_lifetime", krb5_config_string, check_time },
crypto/heimdal/lib/krb5/verify_krb5_conf.c
451
{ "ticket_lifetime", krb5_config_string, check_time },
crypto/heimdal/lib/krb5/verify_krb5_conf.c
452
{ "renew_lifetime", krb5_config_string, check_time },
crypto/heimdal/lib/krb5/verify_krb5_conf.c
453
{ "warn_pwexpire", krb5_config_string, check_time },
crypto/heimdal/lib/krb5/verify_krb5_conf.c
513
{ "kdc_warn_pwexpire", krb5_config_string, check_time },
crypto/heimdal/lib/krb5/verify_krb5_conf.c
530
{ "password_lifetime", krb5_config_string, check_time },
crypto/openssl/crypto/x509/x509_local.h
23
time_t check_time; /* Time to use */
crypto/openssl/crypto/x509/x509_vfy.c
1155
ptime = &ctx->param->check_time;
crypto/openssl/crypto/x509/x509_vfy.c
1868
ptime = &ctx->param->check_time;
crypto/openssl/crypto/x509/x509_vpm.c
177
dest->check_time = src->check_time;
crypto/openssl/crypto/x509/x509_vpm.c
325
return param->check_time;
crypto/openssl/crypto/x509/x509_vpm.c
330
param->check_time = t;
crypto/openssl/test/gmdifftest.c
52
return check_time(offset)
crypto/openssl/test/gmdifftest.c
53
&& check_time(-offset)
crypto/openssl/test/gmdifftest.c
54
&& check_time(offset * 1000L)
crypto/openssl/test/gmdifftest.c
55
&& check_time(-offset * 1000L)
crypto/openssl/test/gmdifftest.c
56
&& check_time(offset * 1000000L)
crypto/openssl/test/gmdifftest.c
57
&& check_time(-offset * 1000000L);