Searched refs:ticket (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-3.6.0/examples/protocols/https_request/ |
D | README.md | 10 …ticket 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/ |
D | Kconfig | 49 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/ |
D | tlsv1_server.h | 41 (void *ctx, const u8 *ticket, size_t len, const u8 *client_random,
|
D | tlsv1_client.h | 47 (void *ctx, const u8 *ticket, size_t len, const u8 *client_random,
|
D | tls.h | 537 (void *ctx, const u8 *ticket, size_t len, const u8 *client_random,
|
/hal_espressif-3.6.0/components/wpa_supplicant/src/eap_peer/ |
D | eap_fast.c | 73 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()
|