Lines Matching defs:ssl_handshake_tls13_st
551 typedef struct ssl_handshake_tls13_st { struct
552 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;
571 uint8_t transcript_hash[EVP_MAX_MD_SIZE];
572 size_t transcript_hash_len;
575 uint8_t legacy_session_id[SSL_MAX_SSL_SESSION_ID_LENGTH];
576 size_t legacy_session_id_len;
579 EVP_MD_CTX *clienthello_md_ctx;
580 unsigned char *clienthello_hash;
581 unsigned int clienthello_hash_len;
584 struct tls_buffer *quic_read_buffer;
585 enum ssl_encryption_level_t quic_read_level;
586 enum ssl_encryption_level_t quic_write_level;