Searched refs:lifetime (Results 1 – 6 of 6) sorted by relevance
113 uint32_t lifetime );
2034 uint32_t *lifetime );
132 uint32_t lifetime ) in mbedtls_ssl_ticket_setup() argument140 ctx->ticket_lifetime = lifetime; in mbedtls_ssl_ticket_setup()
4360 uint32_t lifetime; in ssl_parse_new_session_ticket() local4404 lifetime = ( ((uint32_t) msg[0]) << 24 ) | ( msg[1] << 16 ) | in ssl_parse_new_session_ticket()4457 ssl->session_negotiate->ticket_lifetime = lifetime; in ssl_parse_new_session_ticket()
4675 uint32_t lifetime; in ssl_write_new_session_ticket() local4697 &tlen, &lifetime ) ) != 0 ) in ssl_write_new_session_ticket()4703 MBEDTLS_PUT_UINT32_BE( lifetime, ssl->out_msg, 4 ); in ssl_write_new_session_ticket()
364 read-only lifetime. The persistence level PSA_KEY_PERSISTENCE_READ_ONLY657 * psa_set_key_id() now also sets the lifetime to persistent for keys located709 through PSA Crypto with a volatile lifetime. Reported in #3288 and815 instead of the keys' lifetime. If the library is upgraded on an existing816 device, keys created with the old lifetime value will not be readable or1284 lifetime of the underlying transport by adding a connection identifier1346 at the cost of additional lifetime constraints on the input1602 invalidated keys of a lifetime of less than a 1s. Fixes #1968.
Completed in 27 milliseconds