Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/protocols/https_request/
DREADME.md10ticket and a mechanism to present the ticket back to the server. The ticket is created by a TLS s…
/hal_espressif-3.6.0/components/esp-tls/
DKconfig49 Enable session ticket support as specified in RFC5077.
56 Enable session ticket support as specified in RFC5077
59 int "Server session ticket timeout in seconds"
63 Sets the session ticket timeout used in the tls server.
/hal_espressif-3.6.0/components/wpa_supplicant/src/tls/
Dtlsv1_server.h41 (void *ctx, const u8 *ticket, size_t len, const u8 *client_random,
Dtlsv1_client.h47 (void *ctx, const u8 *ticket, size_t len, const u8 *client_random,
Dtls.h537 (void *ctx, const u8 *ticket, size_t len, const u8 *client_random,
/hal_espressif-3.6.0/components/wpa_supplicant/src/eap_peer/
Deap_fast.c73 static int eap_fast_session_ticket_cb(void *ctx, const u8 *ticket, size_t len, in eap_fast_session_ticket_cb() argument
96 wpa_hexdump(MSG_DEBUG, "EAP-FAST: SessionTicket", ticket, len); in eap_fast_session_ticket_cb()