Searched defs:ssl_handshake_tls13_st (Results 1 – 1 of 1) sorted by relevance
551 typedef struct ssl_handshake_tls13_st { struct552 int use_legacy;553 int hrr;556 int use_psk_dhe_ke;559 const SSL_CERT_PKEY *cpk;562 uint16_t server_version;564 uint16_t server_group;565 struct tls13_secrets *secrets;567 uint8_t *cookie;568 size_t cookie_len;[all …]