Home
last modified time | relevance | path

Searched defs:tls_alert (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/libpcap/rpcapd/
H A Ddaemon.c190 struct tls_alert { struct
191 uint8 alert_level;
192 uint8 alert_description;
219 struct tls_alert tls_alert; in daemon_serviceloop() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A Dweb_transport_fingerprint_proof_verifier_test.cc45 uint8_t tls_alert; in Verify() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_dispatcher.h378 std::optional<uint8_t> tls_alert; member
H A Dtls_handshaker.cc394 TlsAlert tls_alert; in SendAlert() local
H A Dquic_buffered_packet_store.cc317 std::optional<uint8_t>* tls_alert) { in IngestPacketForTlsChloExtraction()
H A Dtls_chlo_extractor.h75 std::optional<uint8_t> tls_alert() const { in tls_alert() function
H A Dquic_buffered_packet_store_test.cc542 std::optional<uint8_t> tls_alert; in TEST_F() local
H A Dquic_dispatcher.cc623 uint8_t tls_alert = *extract_chlo_result.tls_alert; in ProcessHeader() local
/aosp_15_r20/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_client.c25 void tls_alert(struct tlsv1_client *conn, u8 level, u8 description) in tls_alert() function