Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.1.2/src/apps/altcp_tls/
A Daltcp_tls_mbedtls.c98 struct altcp_tls_config { struct
99 mbedtls_ssl_config conf;
100 mbedtls_entropy_context entropy;
101 mbedtls_ctr_drbg_context ctr_drbg;
102 mbedtls_x509_crt *cert;
103 mbedtls_pk_context *pkey;
104 mbedtls_x509_crt *ca;
107 struct mbedtls_ssl_cache_context cache;

Completed in 4 milliseconds