Home
last modified time | relevance | path

Searched defs:tls_connection (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/wpa_supplicant_8/src/crypto/
H A Dtls_wolfssl.c71 struct tls_connection { struct
72 struct tls_context *context;
73 WOLFSSL *ssl;
74 int read_alerts;
75 int write_alerts;
76 int failed;
77 struct tls_in_data input;
78 struct tls_out_data output;
79 char *subject_match;
80 char *alt_subject_match;
[all …]
H A Dtls_gnutls.c44 struct tls_connection { struct
68 static int tls_connection_verify_peer(gnutls_session_t session); argument
H A Dtls_openssl.c160 struct tls_connection { struct
161 struct tls_context *context;
162 struct tls_data *data;
163 SSL_CTX *ssl_ctx;
164 SSL *ssl;
165 BIO *ssl_in, *ssl_out;
167 ENGINE *engine; /* functional reference to the engine */
168 EVP_PKEY *private_key; /* the private key if using engine */
170 char *subject_match, *altsubject_match, *suffix_match, *domain_match;
171 char *check_cert_subject;
[all …]
H A Dtls_internal.c33 struct tls_connection { struct
34 struct tlsv1_client *client;
35 struct tlsv1_server *server;
36 struct tls_global *global;
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dtls_client_handshaker.h93 const TlsConnection* tls_connection() const override { in tls_connection() function
H A Dtls_server_handshaker.h140 const TlsConnection* tls_connection() const override { in tls_connection() function