Home
last modified time | relevance | path

Searched refs:ssl_pm (Results 1 – 3 of 3) sorted by relevance

/external/libwebsockets/lib/tls/mbedtls/wrapper/platform/
Dssl_pm.c36 struct ssl_pm struct
103 struct ssl_pm *ssl_pm; in ssl_pm_new() local
114 ssl_pm = ssl_mem_zalloc(sizeof(struct ssl_pm)); in ssl_pm_new()
115 if (!ssl_pm) { in ssl_pm_new()
120 ssl_pm->owner = ssl; in ssl_pm_new()
128 mbedtls_net_init(&ssl_pm->fd); in ssl_pm_new()
129 mbedtls_net_init(&ssl_pm->cl_fd); in ssl_pm_new()
131 mbedtls_ssl_config_init(&ssl_pm->conf); in ssl_pm_new()
132 mbedtls_ctr_drbg_init(&ssl_pm->ctr_drbg); in ssl_pm_new()
133 mbedtls_entropy_init(&ssl_pm->entropy); in ssl_pm_new()
[all …]
/external/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
Dssl_types.h240 void *ssl_pm; member
/external/libwebsockets/
DCMakeLists.txt1397 lib/tls/mbedtls/wrapper/include/platform/ssl_pm.h
1409 lib/tls/mbedtls/wrapper/platform/ssl_pm.c