Searched defs:tls_alert (Results 1 – 9 of 9) sorted by relevance
190 struct tls_alert { struct191 uint8 alert_level;192 uint8 alert_description;219 struct tls_alert tls_alert; in daemon_serviceloop() local
45 uint8_t tls_alert; in Verify() local
378 std::optional<uint8_t> tls_alert; member
394 TlsAlert tls_alert; in SendAlert() local
317 std::optional<uint8_t>* tls_alert) { in IngestPacketForTlsChloExtraction()
75 std::optional<uint8_t> tls_alert() const { in tls_alert() function
542 std::optional<uint8_t> tls_alert; in TEST_F() local
623 uint8_t tls_alert = *extract_chlo_result.tls_alert; in ProcessHeader() local
25 void tls_alert(struct tlsv1_client *conn, u8 level, u8 description) in tls_alert() function