Searched refs:timestamp (Results 1 – 9 of 9) sorted by relevance
57 struct efi_time timestamp; in efi_variable_authenticate() local83 memcpy(×tamp, &auth->time_stamp, sizeof(timestamp)); in efi_variable_authenticate()84 if (timestamp.pad1 || timestamp.nanosecond || timestamp.timezone || in efi_variable_authenticate()85 timestamp.daylight || timestamp.pad2) in efi_variable_authenticate()93 tm.tm_year = timestamp.year; in efi_variable_authenticate()94 tm.tm_mon = timestamp.month; in efi_variable_authenticate()95 tm.tm_mday = timestamp.day; in efi_variable_authenticate()96 tm.tm_hour = timestamp.hour; in efi_variable_authenticate()97 tm.tm_min = timestamp.minute; in efi_variable_authenticate()98 tm.tm_sec = timestamp.second; in efi_variable_authenticate()[all …]
51 (int) (t - cur->timestamp) > cache->timeout) { in ssl_cache_find_entry()171 (int) (t - cur->timestamp) > cache->timeout) { in ssl_cache_pick_writing_slot()175 if (oldest == 0 || cur->timestamp < oldest) { in ssl_cache_pick_writing_slot()176 oldest = cur->timestamp; in ssl_cache_pick_writing_slot()239 cur->timestamp = t; in ssl_cache_pick_writing_slot()
107 PACK_STRUCT_FIELD(u32_t timestamp);135 rtphdr->timestamp = lwip_htonl(lwip_ntohl(rtphdr->timestamp) + RTP_TIMESTAMP_INCREMENT); in rtp_send_packets()
90 # Move the original file back so that $FILE's timestamp doesn't
52 mbedtls_time_t MBEDTLS_PRIVATE(timestamp); /*!< entry timestamp */
78 PACK_STRUCT_FIELD(u32_t timestamp[2]);
353 u32_t timestamp = 0; in snmp_send_trap_or_notification_or_inform_generic() local388 snmp_v2_special_varbinds[0].value = ×tamp; in snmp_send_trap_or_notification_or_inform_generic()
2447 TCP timestamp options, off by default. Rework tcp_enqueue() to2606 * tcp_out.c: Fixed bug #26236: "TCP options (timestamp) don't work with
4941 * Check notBefore timestamp of certificates and CRLs from the future.5246 * Check notBefore timestamp of certificates and CRLs from the future.
Completed in 36 milliseconds