Home
last modified time | relevance | path

Searched refs:lws_system_blob_t (Results 1 – 22 of 22) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-system.h63 typedef struct lws_system_blob lws_system_blob_t; typedef
66 lws_system_blob_direct_set(lws_system_blob_t *b, const uint8_t *ptr, size_t len);
69 lws_system_blob_heap_empty(lws_system_blob_t *b);
72 lws_system_blob_heap_append(lws_system_blob_t *b, const uint8_t *ptr, size_t len);
75 lws_system_blob_get_size(lws_system_blob_t *b);
79 lws_system_blob_get_single_ptr(lws_system_blob_t *b, const uint8_t **ptr);
82 lws_system_blob_get(lws_system_blob_t *b, uint8_t *ptr, size_t *len, size_t ofs);
85 lws_system_blob_destroy(lws_system_blob_t *b);
92 LWS_EXTERN LWS_VISIBLE lws_system_blob_t *
/third_party/libwebsockets/lib/system/
Dsystem.c40 lws_system_blob_direct_set(lws_system_blob_t *b, const uint8_t *ptr, size_t len) in lws_system_blob_direct_set()
48 lws_system_blob_heap_empty(lws_system_blob_t *b) in lws_system_blob_heap_empty()
55 lws_system_blob_heap_append(lws_system_blob_t *b, const uint8_t *buf, size_t len) in lws_system_blob_heap_append()
68 lws_system_blob_get_size(lws_system_blob_t *b) in lws_system_blob_get_size()
77 lws_system_blob_get(lws_system_blob_t *b, uint8_t *buf, size_t *len, size_t ofs) in lws_system_blob_get()
108 lws_system_blob_get_single_ptr(lws_system_blob_t *b, const uint8_t **ptr) in lws_system_blob_get_single_ptr()
127 lws_system_blob_destroy(lws_system_blob_t *b) in lws_system_blob_destroy()
136 lws_system_blob_t *
/third_party/libwebsockets/lib/secure-streams/system/auth-api.amazon.com/
Dauth.c77 lws_system_blob_t *blob; in auth_api_amazon_com_parser_cb()
118 lws_system_blob_t *ab; in ss_api_amazon_auth_rx()
172 lws_system_blob_t *ab; in ss_api_amazon_auth_tx()
210 lws_system_blob_t *ab; in ss_api_amazon_auth_state()
/third_party/libwebsockets/READMEs/
DREADME.lws_system.md117 lws_system_blob_t *
128 lws_system_blob_direct_set(lws_system_blob_t *b, const uint8_t *ptr, size_t len);
136 lws_system_blob_heap_append(lws_system_blob_t *b, const uint8_t *buf, size_t len)
143 lws_system_blob_heap_empty(lws_system_blob_t *b)
153 lws_system_blob_get_size(lws_system_blob_t *b)
163 lws_system_blob_get(lws_system_blob_t *b, uint8_t *buf, size_t *len, size_t ofs)
171 lws_system_blob_get_single_ptr(lws_system_blob_t *b, const uint8_t **ptr)
180 lws_system_blob_destroy(lws_system_blob_t *b)
/third_party/libwebsockets/lib/secure-streams/system/auth-sigv4/
Dsign.c290 lws_system_blob_t *ab; in calc_signing_key()
347 lws_system_blob_t *ab; in build_auth_string()
436 lws_system_blob_t *ab; in lws_ss_sigv4_set_aws_key()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-avs/
Dmain-client.c37 lws_system_blob_t *ab = lws_system_get_blob(context, in app_system_state_nf()
Dmain.c256 lws_system_blob_t *ab = lws_system_get_blob(context, in app_system_state_nf()
/third_party/libwebsockets/lib/plat/unix/
Dunix-misc.c130 lws_system_blob_t *blob = lws_system_get_blob(context, in lws_plat_ntpclient_config()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/
Dmain.c294 lws_system_blob_t *ab = lws_system_get_blob(context, in app_system_state_nf()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-proxy/
Dmain.c158 lws_system_blob_t *ab = lws_system_get_blob(context, in app_system_state_nf()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-staticpolicy/
Dminimal-secure-streams.c126 lws_system_blob_t *ab = lws_system_get_blob(context, in app_system_state_nf()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-post/
Dminimal-secure-streams-post.c400 lws_system_blob_t *ab = lws_system_get_blob(context, in app_system_state_nf()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-perf/
Dminimal-secure-streams.c301 lws_system_blob_t *ab = lws_system_get_blob(context, in app_system_state_nf()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-blob/
Dminimal-secure-streams.c358 lws_system_blob_t *ab = lws_system_get_blob(context, in app_system_state_nf()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams/
Dminimal-secure-streams.c397 lws_system_blob_t *ab = lws_system_get_blob(context, in app_system_state_nf()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-stress/
Dminimal-secure-streams.c442 lws_system_blob_t *ab = lws_system_get_blob(context, in app_system_state_nf()
/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-client.c172 lws_system_blob_t *b = lws_system_get_blob(wsi->a.context, in lws_ssl_client_bio_create()
/third_party/libwebsockets/lib/core/
Dprivate-lib-core.h434 lws_system_blob_t system_blobs[LWS_SYSBLOB_TYPE_COUNT];
Dcontext.c96 lws_system_blob_t *ab0, *ab1; in lws_state_notify_protocol_init()
/third_party/libwebsockets/lib/secure-streams/protocols/
Dss-mqtt.c510 lws_system_blob_t *b = NULL; in secstream_connect_munge_mqtt()
Dss-h1.c752 lws_system_blob_t *ab; in secstream_h1()
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-client.c414 lws_system_blob_t *b = lws_system_get_blob(wsi->a.context, in lws_ssl_client_bio_create()