Searched refs:lifetime (Results 1 – 13 of 13) sorted by relevance
140 uint32_t lifetime );
1540 uint32_t *lifetime );
160 uint32_t lifetime ) in mbedtls_ssl_ticket_setup() argument168 ctx->ticket_lifetime = lifetime; in mbedtls_ssl_ticket_setup()
4219 uint32_t lifetime; in ssl_write_new_session_ticket() local4241 &tlen, &lifetime ) ) != 0 ) in ssl_write_new_session_ticket()4247 ssl->out_msg[4] = ( lifetime >> 24 ) & 0xFF; in ssl_write_new_session_ticket()4248 ssl->out_msg[5] = ( lifetime >> 16 ) & 0xFF; in ssl_write_new_session_ticket()4249 ssl->out_msg[6] = ( lifetime >> 8 ) & 0xFF; in ssl_write_new_session_ticket()4250 ssl->out_msg[7] = ( lifetime ) & 0xFF; in ssl_write_new_session_ticket()
3673 uint32_t lifetime; in ssl_parse_new_session_ticket() local3717 lifetime = ( ((uint32_t) msg[0]) << 24 ) | ( msg[1] << 16 ) | in ssl_parse_new_session_ticket()3761 ssl->session_negotiate->ticket_lifetime = lifetime; in ssl_parse_new_session_ticket()
260 PACK_STRUCT_FIELD(u32_t lifetime);
792 if (htonl(rdnss_opt->lifetime) > 0) { in nd6_input()
34503 …r because the time since the last replication with this server has exceeded the tombstone lifetime.34506 …r because the time since the last replication with this server has exceeded the tombstone lifetime.34512 …r because the time since the last replication with this server has exceeded the tombstone lifetime.40784 The lifetime value received in the Responder Lifetime Notify is below the Windows 2000 configured m…40787 The lifetime value received in the Responder Lifetime Notify is below the Windows 2000 configured m…40790 The lifetime value received in the Responder Lifetime Notify is below the Windows 2000 configured m…40793 The lifetime value received in the Responder Lifetime Notify is below the Windows 2000 configured m…
13787 …r because the time since the last replication with this server has exceeded the tombstone lifetime.16299 ERROR_IPSEC_IKE_INVALID_RESPONDER_LIFETIME_NOTIFY - The lifetime value received in the Responder Li…
13788 …r because the time since the last replication with this server has exceeded the tombstone lifetime.16300 ERROR_IPSEC_IKE_INVALID_RESPONDER_LIFETIME_NOTIFY - The lifetime value received in the Responder Li…
13790 …r because the time since the last replication with this server has exceeded the tombstone lifetime.16302 ERROR_IPSEC_IKE_INVALID_RESPONDER_LIFETIME_NOTIFY - The lifetime value received in the Responder Li…
7957 * Some temporary lifetime problems in SGI iostreams which may introduce memory corruption, fixed.