Searched refs:utctime (Results 1 – 13 of 13) sorted by relevance
| /freebsd/crypto/openssl/demos/cms/ |
| H A D | cms_ver.c | 25 ASN1_UTCTIME *utctime; in print_signingTime() local 41 utctime = t->value.utctime; in print_signingTime() 42 ASN1_UTCTIME_print(b, utctime); in print_signingTime()
|
| /freebsd/crypto/openssl/test/ |
| H A D | asn1_decode_test.c | 219 ASN1_UTCTIME *utctime; in test_utctime() local 223 utctime = d2i_ASN1_UTCTIME(NULL, &p, der_len); in test_utctime() 225 if (!TEST_ptr_null(utctime)) in test_utctime() 228 ASN1_UTCTIME_free(utctime); in test_utctime()
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | check_y2k.c | 417 ct.utctime = 0; in main() 446 ct.utctime = 0; in main() 464 ct.utctime = 0; in main()
|
| /freebsd/tools/test/gpioevents/ |
| H A D | gpioevents.c | 157 struct timespec monotime, utctime; in calc_utc_offset() local 160 clock_gettime(CLOCK_REALTIME, &utctime); in calc_utc_offset() 161 timespecsub(&utctime, &monotime, &utc_offset); in calc_utc_offset()
|
| /freebsd/contrib/ntp/libparse/ |
| H A D | parse.c | 413 if (clock_time->utctime) in parse_to_unixtime() 414 return clock_time->utctime; /* if the conversion routine gets it right away - why not */ in parse_to_unixtime() 491 clock_time->utctime = t; /* documentray only */ in parse_to_unixtime()
|
| H A D | clk_rawdcf.c | 329 clock_time->utctime= 0; in convert_rawdcf() 560 clock_time->utctime = newtime; in cvt_rawdcf()
|
| H A D | clk_trimtsip.c | 284 clock_time->utctime = gpstime.l_ui - JAN_1970; in cvt_trimtsip()
|
| /freebsd/contrib/ntp/include/ |
| H A D | parse.h | 312 time_t utctime; /* the actual time - alternative to date/time */ member
|
| /freebsd/crypto/heimdal/lib/asn1/ |
| H A D | ChangeLog | 1566 * der_put.c: add bit string and utctime 1568 * gen.c: add bit string and utctime 1570 * gen_copy.c: add bit string and utctime 1574 * gen_decode.c: add utctime and bitstring 1576 * gen_encode.c: add utctime and bitstring 1578 * gen_free.c: add utctime and bitstring 1589 * der.h: update boolean prototypes add utctime and bit_string 1593 * der_get.c: add bit string and utctime 1595 * der_length.c: add bit string and utctime, fix memory leak in
|
| H A D | template.c | 82 el(utctime, time_t),
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | asn1.h | 541 ASN1_UTCTIME *utctime; member
|
| H A D | asn1.h.in | 494 ASN1_UTCTIME *utctime; member
|
| /freebsd/crypto/openssl/crypto/err/ |
| H A D | openssl.txt | 123 ASN1_R_UTCTIME_IS_TOO_SHORT:233:utctime is too short
|