Searched defs:altcp_tls_config (Results 1 – 1 of 1) sorted by relevance
98 struct altcp_tls_config { struct99 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