Searched refs:alloc_file (Results 1 – 4 of 4) sorted by relevance
/external/libwebsockets/lib/tls/ |
D | tls.c | 223 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/ |
D | mbedtls-client.c | 416 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/ |
D | private-lib-core.h | 953 int alloc_file(struct lws_context *context, const char *filename,
|
/external/e2fsprogs/lib/blkid/ |
D | probe.h | 605 struct hfsplus_fork alloc_file; member
|