Home
last modified time | relevance | path

Searched refs:alloc_file (Results 1 – 4 of 4) sorted by relevance

/external/libwebsockets/lib/tls/
Dtls.c223 int alloc_file(struct lws_context *context, const char *filename, uint8_t **buf, in alloc_file() function
257 int alloc_file(struct lws_context *context, const char *filename, uint8_t **buf, in alloc_file() function
333 n = alloc_file(context, filename, (uint8_t **)&pem, &len); in lws_tls_alloc_pem_to_der_file()
/external/libwebsockets/lib/tls/mbedtls/
Dmbedtls-client.c416 if (alloc_file(vh->context, ca_filepath, &buf, &len)) { in lws_tls_client_create_vhost_context()
455 if (alloc_file(vh->context, cert_filepath, &buf, &amount)) in lws_tls_client_create_vhost_context()
494 if (alloc_file(vh->context, private_key_filepath, &buf, &amount)) in lws_tls_client_create_vhost_context()
/external/libwebsockets/lib/core/
Dprivate-lib-core.h953 int alloc_file(struct lws_context *context, const char *filename,
/external/e2fsprogs/lib/blkid/
Dprobe.h605 struct hfsplus_fork alloc_file; member