Searched refs:time_sec (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/crypto/openssl/crypto/ |
| H A D | o_time.c | 74 int time_sec, time_year, time_month, time_day; in OPENSSL_gmtime_adj() local 78 if (!julian_adj(tm, off_day, offset_sec, &time_jd, &time_sec)) in OPENSSL_gmtime_adj() 94 tm->tm_hour = time_sec / 3600; in OPENSSL_gmtime_adj() 95 tm->tm_min = (time_sec / 60) % 60; in OPENSSL_gmtime_adj() 96 tm->tm_sec = time_sec % 60; in OPENSSL_gmtime_adj()
|
| /freebsd-14.2/include/rpc/ |
| H A D | auth_kerb.h | 74 unsigned long time_sec; /* Time ticket issued */ member
|
| /freebsd-14.2/crypto/heimdal/lib/krb5/ |
| H A D | krb5-v4compat.h | 123 uint32_t time_sec; /* Time ticket issued */ member
|
| /freebsd-14.2/contrib/unbound/dnstap/ |
| H A D | dnstap.c | 316 uint64_t *time_sec, protobuf_c_boolean *has_time_sec, in dt_fill_timeval() argument 320 *time_sec = tv->tv_sec; in dt_fill_timeval()
|
| H A D | unbound-dnstap-socket.c | 594 static char* tv_to_str(protobuf_c_boolean has_time_sec, uint64_t time_sec, in tv_to_str() argument 601 if(has_time_sec) tv.tv_sec = time_sec; in tv_to_str() 608 (unsigned)time_sec, (unsigned)time_nsec, buf); in tv_to_str()
|
| /freebsd-14.2/crypto/openssl/crypto/ts/ |
| H A D | ts_rsp_sign.c | 821 time_t time_sec = (time_t)sec; in TS_RESP_set_genTime_with_precision() local 830 if ((tm = OPENSSL_gmtime(&time_sec, &tm_result)) == NULL) in TS_RESP_set_genTime_with_precision()
|