Home
last modified time | relevance | path

Searched refs:ssl_mem_malloc (Results 1 – 2 of 2) sorted by relevance

/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/platform/
Dssl_port.h30 #define ssl_mem_malloc malloc macro
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/platform/
Dssl_pm.c588 buf = ssl_mem_malloc(X509_INFO_STRING_LENGTH); in x509_pm_show_info()
663 x509_pm->x509_crt = ssl_mem_malloc(sizeof(mbedtls_x509_crt)); in x509_pm_load()
672 load_buf = ssl_mem_malloc((unsigned int)len + 1); in x509_pm_load()
746 pkey_pm->pkey = ssl_mem_malloc(sizeof(mbedtls_pk_context)); in pkey_pm_load()
753 load_buf = ssl_mem_malloc((unsigned int)len + 1); in pkey_pm_load()