Home
last modified time | relevance | path

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

/device/soc/hisilicon/ws63v100/sdk/open_source/wpa_supplicant/liteos_wpa_src/
Dtls_mbedtls.c41 struct tls_connection { struct
42 mbedtls_ssl_context *ssl;
43 mbedtls_ssl_config *conf;
44 mbedtls_ctr_drbg_context *ctr_drbg;
45 mbedtls_entropy_context *entropy;
46 mbedtls_x509_crt *ca_cert;
47 mbedtls_x509_crt *cli_cert;
48 mbedtls_pk_context *pk;
49 const unsigned char *in_buf;
50 size_t in_buf_len;
[all …]