Home
last modified time | relevance | path

Searched refs:lws_tls_alloc_pem_to_der_file (Results 1 – 6 of 6) sorted by relevance

/external/libwebsockets/lib/tls/mbedtls/
Dmbedtls-server.c149 if (lws_tls_alloc_pem_to_der_file(vhost->context, cert, mem_cert, in lws_tls_server_certs_load()
163 if (lws_tls_alloc_pem_to_der_file(vhost->context, private_key, in lws_tls_server_certs_load()
206 if (lws_tls_alloc_pem_to_der_file(vhost->context, in lws_tls_server_vhost_backend_init()
Dmbedtls-client.c195 if (lws_tls_alloc_pem_to_der_file(wsi->a.context, NULL, in lws_ssl_client_bio_create()
218 if (lws_tls_alloc_pem_to_der_file(wsi->a.context, NULL, in lws_ssl_client_bio_create()
/external/libwebsockets/lib/tls/
Dprivate-lib-tls.h174 lws_tls_alloc_pem_to_der_file(struct lws_context *context, const char *filename,
Dtls.c323 lws_tls_alloc_pem_to_der_file(struct lws_context *context, const char *filename, in lws_tls_alloc_pem_to_der_file() function
/external/libwebsockets/lib/tls/openssl/
Dopenssl-server.c262 if (lws_tls_alloc_pem_to_der_file(vhost->context, cert, mem_cert,
289 if (lws_tls_alloc_pem_to_der_file(vhost->context, private_key,
338 if (lws_tls_alloc_pem_to_der_file(vhost->context, cert, mem_cert,
358 if (lws_tls_alloc_pem_to_der_file(vhost->context, NULL,
Dopenssl-client.c990 if (lws_tls_alloc_pem_to_der_file(vh->context, NULL, ca_mem,
1057 if (lws_tls_alloc_pem_to_der_file(vh->context, NULL, cert_mem,
1108 if (lws_tls_alloc_pem_to_der_file(vh->context, NULL, key_mem,