Searched refs:gtime (Results 1 – 8 of 8) sorted by relevance
| /src/crypto/openssl/demos/cms/ |
| H A D | cms_ver.c | 26 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 D | asn1_encode.c | 115 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(>imebuf, gtime, sizeof(gtimebuf)); in k5_asn1_encode_generaltime() 144 gtime = >imebuf; 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 D | i40e_nvm.c | 91 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 D | ts_rsp_utils.c | 131 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 D | asn1_time_test.c | 609 static ASN1_TIME gtime = { variable 651 if (!TEST_true(ASN1_TIME_diff(&day, &sec, >ime, &atime))) { in test_table()
|
| /src/crypto/openssl/include/openssl/ |
| H A D | ts.h | 189 int TS_TST_INFO_set_time(TS_TST_INFO *a, const ASN1_GENERALIZEDTIME *gtime);
|
| /src/contrib/tzdata/ |
| H A D | NEWS | 3934 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 D | NEWS | 3934 The long-obsolete 'gtime' function has been removed. 4642 The signatures of 'offtime', 'timeoff', and 'gtime' have been 6593 * MACHination (the "gtime" function)
|