Home
last modified time | relevance | path

Searched refs:gtime (Results 1 – 8 of 8) sorted by relevance

/src/crypto/openssl/demos/cms/
H A Dcms_ver.c26 ASN1_GENERALIZEDTIME *gtime; in print_signingTime() local
45 gtime = t->value.generalizedtime; in print_signingTime()
46 ASN1_GENERALIZEDTIME_print(b, gtime); in print_signingTime()
/src/crypto/krb5/src/lib/krb5/asn.1/
H A Dasn1_encode.c115 struct tm *gtime, gtimebuf; in k5_asn1_encode_generaltime() local
139 gtime = gmtime(&gmt_time); in k5_asn1_encode_generaltime()
140 if (gtime == NULL) in k5_asn1_encode_generaltime()
142 memcpy(&gtimebuf, gtime, sizeof(gtimebuf)); in k5_asn1_encode_generaltime()
144 gtime = &gtimebuf; in k5_asn1_encode_generaltime()
146 if (gtime->tm_year > 8099 || gtime->tm_mon > 11 || in k5_asn1_encode_generaltime()
147 gtime->tm_mday > 31 || gtime->tm_hour > 23 || in k5_asn1_encode_generaltime()
148 gtime->tm_min > 59 || gtime->tm_sec > 59) in k5_asn1_encode_generaltime()
151 1900 + gtime->tm_year, gtime->tm_mon + 1, in k5_asn1_encode_generaltime()
152 gtime->tm_mday, gtime->tm_hour, in k5_asn1_encode_generaltime()
[all …]
/src/sys/dev/ixl/
H A Di40e_nvm.c91 u64 gtime, timeout; in i40e_acquire_nvm() local
102 gtime = rd32(hw, I40E_GLVFGEN_TIMER); in i40e_acquire_nvm()
105 hw->nvm.hw_semaphore_timeout = I40E_MS_TO_GTIME(time_left) + gtime; in i40e_acquire_nvm()
115 timeout = I40E_MS_TO_GTIME(I40E_MAX_NVM_TIMEOUT) + gtime; in i40e_acquire_nvm()
116 while ((gtime < timeout) && time_left) { in i40e_acquire_nvm()
118 gtime = rd32(hw, I40E_GLVFGEN_TIMER); in i40e_acquire_nvm()
125 I40E_MS_TO_GTIME(time_left) + gtime; in i40e_acquire_nvm()
1329 u32 gtime; in i40e_nvmupd_state_writing() local
1331 gtime = rd32(hw, I40E_GLVFGEN_TIMER); in i40e_nvmupd_state_writing()
1332 if (gtime >= hw->nvm.hw_semaphore_timeout) { in i40e_nvmupd_state_writing()
[all …]
/src/crypto/openssl/crypto/ts/
H A Dts_rsp_utils.c131 int TS_TST_INFO_set_time(TS_TST_INFO *a, const ASN1_GENERALIZEDTIME *gtime) in TS_TST_INFO_set_time() argument
135 if (a->time == gtime) in TS_TST_INFO_set_time()
137 new_time = ASN1_STRING_dup(gtime); in TS_TST_INFO_set_time()
/src/crypto/openssl/test/
H A Dasn1_time_test.c609 static ASN1_TIME gtime = { variable
651 if (!TEST_true(ASN1_TIME_diff(&day, &sec, &gtime, &atime))) { in test_table()
/src/crypto/openssl/include/openssl/
H A Dts.h189 int TS_TST_INFO_set_time(TS_TST_INFO *a, const ASN1_GENERALIZEDTIME *gtime);
/src/contrib/tzdata/
H A DNEWS3934 The long-obsolete 'gtime' function has been removed.
4642 The signatures of 'offtime', 'timeoff', and 'gtime' have been
6593 * MACHination (the "gtime" function)
/src/contrib/tzcode/
H A DNEWS3934 The long-obsolete 'gtime' function has been removed.
4642 The signatures of 'offtime', 'timeoff', and 'gtime' have been
6593 * MACHination (the "gtime" function)