Home
last modified time | relevance | path

Searched refs:lifetime (Results 1 – 6 of 6) sorted by relevance

/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dssl_ticket.h113 uint32_t lifetime );
A Dssl.h2034 uint32_t *lifetime );
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dssl_ticket.c132 uint32_t lifetime ) in mbedtls_ssl_ticket_setup() argument
140 ctx->ticket_lifetime = lifetime; in mbedtls_ssl_ticket_setup()
A Dssl_cli.c4360 uint32_t lifetime; in ssl_parse_new_session_ticket() local
4404 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()
A Dssl_srv.c4675 uint32_t lifetime; in ssl_write_new_session_ticket() local
4697 &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()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DChangeLog364 read-only lifetime. The persistence level PSA_KEY_PERSISTENCE_READ_ONLY
657 * psa_set_key_id() now also sets the lifetime to persistent for keys located
709 through PSA Crypto with a volatile lifetime. Reported in #3288 and
815 instead of the keys' lifetime. If the library is upgraded on an existing
816 device, keys created with the old lifetime value will not be readable or
1284 lifetime of the underlying transport by adding a connection identifier
1346 at the cost of additional lifetime constraints on the input
1602 invalidated keys of a lifetime of less than a 1s. Fixes #1968.

Completed in 27 milliseconds