Home
last modified time | relevance | path

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

/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/
A Dssl_ticket.h113 uint32_t lifetime );
A Dssl.h1963 uint32_t *lifetime );
/optee_os/out/arm/export-ta_arm32/include/mbedtls/
A Dssl_ticket.h113 uint32_t lifetime );
A Dssl.h1963 uint32_t *lifetime );
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
A Dssl_ticket.h113 uint32_t lifetime );
A Dssl.h1963 uint32_t *lifetime );
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/
A Dssl_ticket.h113 uint32_t lifetime );
A Dssl.h1963 uint32_t *lifetime );
/optee_os/out/arm/export-ta_arm64/include/mbedtls/
A Dssl_ticket.h113 uint32_t lifetime );
A Dssl.h1963 uint32_t *lifetime );
/optee_os/lib/libmbedtls/mbedtls/library/
A Dssl_ticket.c130 uint32_t lifetime ) in mbedtls_ssl_ticket_setup() argument
138 ctx->ticket_lifetime = lifetime; in mbedtls_ssl_ticket_setup()
A Dssl_srv.c4622 uint32_t lifetime; in ssl_write_new_session_ticket() local
4644 &tlen, &lifetime ) ) != 0 ) in ssl_write_new_session_ticket()
4650 ssl->out_msg[4] = ( lifetime >> 24 ) & 0xFF; in ssl_write_new_session_ticket()
4651 ssl->out_msg[5] = ( lifetime >> 16 ) & 0xFF; in ssl_write_new_session_ticket()
4652 ssl->out_msg[6] = ( lifetime >> 8 ) & 0xFF; in ssl_write_new_session_ticket()
4653 ssl->out_msg[7] = ( lifetime ) & 0xFF; in ssl_write_new_session_ticket()
A Dssl_cli.c4296 uint32_t lifetime; in ssl_parse_new_session_ticket() local
4340 lifetime = ( ((uint32_t) msg[0]) << 24 ) | ( msg[1] << 16 ) | in ssl_parse_new_session_ticket()
4393 ssl->session_negotiate->ticket_lifetime = lifetime; in ssl_parse_new_session_ticket()
/optee_os/lib/libmbedtls/mbedtls/
A DChangeLog149 read-only lifetime. The persistence level PSA_KEY_PERSISTENCE_READ_ONLY
442 * psa_set_key_id() now also sets the lifetime to persistent for keys located
494 through PSA Crypto with a volatile lifetime. Reported in #3288 and
600 instead of the keys' lifetime. If the library is upgraded on an existing
601 device, keys created with the old lifetime value will not be readable or
1069 lifetime of the underlying transport by adding a connection identifier
1131 at the cost of additional lifetime constraints on the input
1387 invalidated keys of a lifetime of less than a 1s. Fixes #1968.

Completed in 67 milliseconds