Searched refs:ssl_pm (Results 1 – 3 of 3) sorted by relevance
36 struct ssl_pm struct103 struct ssl_pm *ssl_pm; in ssl_pm_new() local114 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 …]
240 void *ssl_pm; member
1397 lib/tls/mbedtls/wrapper/include/platform/ssl_pm.h1409 lib/tls/mbedtls/wrapper/platform/ssl_pm.c