Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/altcp_tls/
Daltcp_tls_mbedtls.c97 struct altcp_tls_config { struct
98 mbedtls_ssl_config conf;
99 mbedtls_x509_crt *cert;
100 mbedtls_pk_context *pkey;
101 uint8_t cert_count;
102 uint8_t cert_max;
103 uint8_t pkey_count;
104 uint8_t pkey_max;
105 mbedtls_x509_crt *ca;
108 struct mbedtls_ssl_cache_context cache;
[all …]