Home
last modified time | relevance | path

Searched refs:MBEDTLS_SSL_TLS1_3_TICKET_ALLOW_EARLY_DATA (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dssl.h883 #define MBEDTLS_SSL_TLS1_3_TICKET_ALLOW_EARLY_DATA (1U << 3) macro
888 MBEDTLS_SSL_TLS1_3_TICKET_ALLOW_EARLY_DATA)
/openthread-latest/third_party/mbedtls/repo/library/
Dssl_misc.h2903 session, MBEDTLS_SSL_TLS1_3_TICKET_ALLOW_EARLY_DATA); in mbedtls_ssl_tls13_session_ticket_allow_early_data()
Dssl_tls13_client.c2752 session, MBEDTLS_SSL_TLS1_3_TICKET_ALLOW_EARLY_DATA); in ssl_tls13_parse_new_session_ticket_early_data_ext()
Dssl_tls13_server.c3167 session, MBEDTLS_SSL_TLS1_3_TICKET_ALLOW_EARLY_DATA); in ssl_tls13_prepare_new_session_ticket()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ssl.function4690 * does not set the MBEDTLS_SSL_TLS1_3_TICKET_ALLOW_EARLY_DATA flag for
4696 saved_session.ticket_flags |= MBEDTLS_SSL_TLS1_3_TICKET_ALLOW_EARLY_DATA;