Home
last modified time | relevance | path

Searched refs:tls_config (Results 1 - 24 of 24) sorted by relevance

/third_party/lwip/src/include/lwip/apps/
H A Daltcp_proxyconnect.h68 struct altcp_tls_config *tls_config; member
H A Dsmtp.h112 void smtp_set_tls_config(struct altcp_tls_config *tls_config);
H A Dmqtt.h88 struct altcp_tls_config *tls_config; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls.h81 struct tls_config { struct
233 void * tls_init(const struct tls_config *conf);
H A Dtls_none.c14 void * tls_init(const struct tls_config *conf) in tls_init()
H A Dtls_internal.c40 void * tls_init(const struct tls_config *conf) in tls_init()
H A Dtls_wolfssl.c99 static struct tls_context * tls_context_new(const struct tls_config *conf) in tls_context_new()
192 void * tls_init(const struct tls_config *conf) in tls_init()
H A Dtls_gnutls.c97 void * tls_init(const struct tls_config *conf) in tls_init()
H A Dtls_openssl.c277 static struct tls_context * tls_context_new(const struct tls_config *conf) in tls_context_new()
951 void * tls_init(const struct tls_config *conf) in tls_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls.h81 struct tls_config { struct
239 void * tls_init(const struct tls_config *conf);
H A Dtls_none.c14 void * tls_init(const struct tls_config *conf) in tls_init()
H A Dtls_internal.c40 void * tls_init(const struct tls_config *conf) in tls_init()
H A Dtls_wolfssl.c100 static struct tls_context * tls_context_new(const struct tls_config *conf) in tls_context_new()
193 void * tls_init(const struct tls_config *conf) in tls_init()
H A Dtls_gnutls.c97 void * tls_init(const struct tls_config *conf) in tls_init()
H A Dtls_openssl.c283 static struct tls_context * tls_context_new(const struct tls_config *conf) in tls_context_new()
957 void * tls_init(const struct tls_config *conf) in tls_init()
/third_party/ffmpeg/libavformat/
H A Dtls_libtls.c77 struct tls_config *cfg = NULL; in ff_tls_open()
/third_party/toybox/toys/pending/
H A Dwget.c140 struct tls_config *cfg = NULL; in wget_connect()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dauthsrv.c203 struct tls_config conf; in authsrv_init()
/third_party/lwip/src/apps/http/
H A Daltcp_proxyconnect.c423 tls_pcb = altcp_tls_wrap(cfg->tls_config, proxy_pcb); in altcp_proxyconnect_tls_alloc()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dauthsrv.c237 struct tls_config conf; in authsrv_init()
/third_party/lwip/src/apps/smtp/
H A Dsmtp.c385 * @param tls_config TLS configuration
388 smtp_set_tls_config(struct altcp_tls_config *tls_config) in smtp_set_tls_config() argument
391 smtp_server_tls_config = tls_config; in smtp_set_tls_config()
/third_party/lwip/src/apps/mqtt/
H A Dmqtt.c1365 if (client_info->tls_config) { in mqtt_client_connect()
1366 client->conn = altcp_tls_new(client_info->tls_config, IP_GET_TYPE(ip_addr)); in mqtt_client_connect()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap.c2136 struct tls_config tlsconf; in eap_peer_sm_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap.c2181 struct tls_config tlsconf; in eap_peer_sm_init()

Completed in 47 milliseconds