Home
last modified time | relevance | path

Searched refs:timestamp (Results 1 – 9 of 9) sorted by relevance

/lib/efi_loader/
A Defi_variable.c57 struct efi_time timestamp; in efi_variable_authenticate() local
83 memcpy(&timestamp, &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 …]
/lib/mbedtls/external/mbedtls/library/
A Dssl_cache.c51 (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()
/lib/lwip/lwip/contrib/apps/rtp/
A Drtp.c107 PACK_STRUCT_FIELD(u32_t timestamp);
135 rtphdr->timestamp = lwip_htonl(lwip_ntohl(rtphdr->timestamp) + RTP_TIMESTAMP_INCREMENT); in rtp_send_packets()
/lib/mbedtls/external/mbedtls/tests/scripts/
A Dcheck-generated-files.sh90 # Move the original file back so that $FILE's timestamp doesn't
/lib/mbedtls/external/mbedtls/include/mbedtls/
A Dssl_cache.h52 mbedtls_time_t MBEDTLS_PRIVATE(timestamp); /*!< entry timestamp */
/lib/lwip/lwip/src/netif/
A Dzepif.c78 PACK_STRUCT_FIELD(u32_t timestamp[2]);
/lib/lwip/lwip/src/apps/snmp/
A Dsnmp_traps.c353 u32_t timestamp = 0; in snmp_send_trap_or_notification_or_inform_generic() local
388 snmp_v2_special_varbinds[0].value = &timestamp; in snmp_send_trap_or_notification_or_inform_generic()
/lib/lwip/lwip/
A DCHANGELOG2447 TCP timestamp options, off by default. Rework tcp_enqueue() to
2606 * tcp_out.c: Fixed bug #26236: "TCP options (timestamp) don't work with
/lib/mbedtls/external/mbedtls/
A DChangeLog4941 * 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